gsxdsm
20e42c65d1
FN-7400: enforce JSON protocol for CE debug launches
Prevent Compound Engineering Debug stages from failing launch when skill guidance would otherwise produce prose.
- Prioritize the interactive JSON question/complete protocol over loaded skill instructions in CE stage prompts.
- Document CE Debug dashboard protocol requirements in the bundled debug skill.
- Add regression coverage for Debug stage startup, malformed-output errors, and session list/delete handling.
- Add a patch changeset for the published Fusion package.
Files changed:
.changeset/fn-7400-compound-debug-stage-json.md | 7 ++
.../src/__tests__/session-routes.test.ts | 89 +++++++++++++++++++++-
.../src/__tests__/stage-launch-guard.test.ts | 78 +++++++++++++++++++
.../src/session/orchestrator.ts | 7 +-
.../src/skills/ce-debug/SKILL.md | 5 ++
5 files changed, 184 insertions(+), 2 deletions(-)
Fusion-Task-Id: FN-7400
Fusion-Task-Lineage: 7d37660b-1073-489f-8115-20f07c8b05a4
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-01 15:39:34 -07:00
..
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 15:39:34 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-06-08 15:19:27 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-07-01 00:47:09 -07:00
2026-04-09 20:19:43 -07:00