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-06-12 04:19:42 -07:00
2026-06-27 09:28:30 -07:00
2026-06-28 09:20:17 -07:00
2026-06-29 16:42:11 -07:00
2026-06-17 17:21:22 -07:00
2026-06-28 12:10:10 -07:00
2026-06-11 22:42:21 -07:00
2026-06-05 00:15:57 -07:00
2026-07-01 10:00:20 -07:00
2026-06-08 15:19:27 -07:00
2026-07-01 15:39:34 -07:00
2026-06-27 09:28:30 -07:00
2026-06-17 14:52:55 -07:00
2026-06-12 04:19:42 -07:00
2026-06-27 09:28:30 -07:00
2026-06-27 09:28:30 -07:00
2026-06-02 19:34:01 -07:00
2026-06-27 09:28:30 -07:00
2026-07-01 15:39:34 -07:00
2026-06-27 09:28:30 -07:00
2026-06-27 09:28:30 -07:00
2026-07-01 15:39:34 -07:00
2026-06-27 09:28:30 -07:00
2026-06-02 19:42:14 -07:00