Add route simulation quality summary

This commit is contained in:
2026-06-27 20:08:11 +02:00
parent eb1bdbf305
commit de6615c024
4 changed files with 192 additions and 0 deletions
@@ -39,6 +39,10 @@ The map audit currently sees:
- Route simulation now has an opt-in multi-seed sweep, and the smoke suite runs
a three-seed sweep so representative route/noise checks are not proven by one
lucky seed only.
- Route simulation now emits a `quality` summary that groups route health by
target, action family, and position family, separates route issues from
coverage/seed-check issues, buckets issue types, and reports weakest cases so
future prompt-logic passes can target the worst path first.
- Map audit now fails when a registered ComfyUI node display name is missing
from the route map or README, so utility nodes cannot silently drift out of
user-facing documentation.