gsxdsm
e353079829
FN-6506: add Compound Engineering debug sessions
Add a bundled CE debug stage and skill so operators can launch root-cause investigation sessions from Compound Engineering.
- Register the debug stage with stage metadata, default enabled settings, and dashboard coverage.
- Bundle the ce-debug skill and expose its trigger patterns with reachability and wiring tests.
- Document the new debug flow and add registry coverage for the stage catalog.
Files changed:
.../fusion-plugin-compound-engineering/README.md | 7 +-
.../manifest.json | 4 +-
.../src/__tests__/manifest.test.ts | 1 +
.../src/__tests__/skill-reachability.test.ts | 31 +++--
.../src/__tests__/skill-wiring.test.ts | 65 ++++++----
.../src/__tests__/stage-registry.test.ts | 30 +++++
.../src/dashboard/__tests__/StageLauncher.test.tsx | 7 +-
.../src/session/stage-registry.ts | 13 ++
.../src/skills.ts | 13 ++
.../src/skills/ce-debug/SKILL.md | 144 +++++++++++++++++++++
10 files changed, 273 insertions(+), 42 deletions(-)
Fusion-Task-Id: FN-6506
Fusion-Task-Lineage: d65a238e-83a2-4664-9e97-01244c9df087
2026-06-16 20:28:02 -07:00
..
2026-06-14 22:43:49 -07:00
2026-06-15 12:34:44 -07:00
2026-06-14 22:43:49 -07:00
2026-06-14 22:43:49 -07:00
2026-06-16 20:28:02 -07:00
2026-06-14 22:43:49 -07:00
2026-06-14 22:43:49 -07:00
2026-06-16 15:08:24 -07:00
2026-06-08 15:19:27 -07:00
2026-06-14 22:43:49 -07:00
2026-06-14 22:43:49 -07:00
2026-06-14 22:43:49 -07:00
2026-06-14 22:43:49 -07:00
2026-06-14 22:43:49 -07:00
2026-06-15 16:57:35 +08:00
2026-06-14 22:43:49 -07:00
2026-04-09 20:19:43 -07:00