gsxdsm
05fe6e5e0c
FN-6575: make CE stage gating opt-out
Make Compound Engineering stage launch gating opt-out so registered stages like debug remain launchable by default.
- Replace enabledStages settings schema with disabledStages defaults and docs.
- Derive launchable stages from the live registry minus explicit disabled opt-outs.
- Update orchestrator gating, exports, tests, and plugin docs for the new setting.
- Add a patch changeset for the Compound Engineering plugin behavior fix.
Files changed:
.changeset/fn-6575-ce-stage-optout.md | 5 ++++
docs/plugins/compound-engineering.md | 4 +--
.../fusion-plugin-compound-engineering/README.md | 9 ++++--
.../manifest.json | 8 +++---
.../src/__tests__/manifest.test.ts | 2 +-
.../src/__tests__/settings.test.ts | 33 +++++++++++++---------
.../src/__tests__/skill-wiring.test.ts | 21 +++++++++++++-
.../src/index.ts | 1 +
.../src/session/orchestrator.ts | 9 ++++--
.../src/settings.ts | 33 ++++++++++++++--------
10 files changed, 87 insertions(+), 38 deletions(-)
Fusion-Task-Id: FN-6575
Fusion-Task-Lineage: 903732d7-4ffb-4c8f-ba3e-e517d88bc644
2026-06-17 14:52:55 -07:00
..
2026-06-17 14:52:55 -07:00
2026-06-13 08:56:25 -07:00
2026-06-02 20:42:44 -07:00
2026-06-17 03:36:14 -07:00
2026-06-13 10:59:32 -07:00
2026-06-17 14:52:55 -07:00
2026-06-16 20:28:02 -07:00
2026-06-02 20:42:44 -07:00
2026-06-13 08:56:25 -07:00
2026-06-09 13:54:59 -07:00
2026-06-02 19:25:54 -07:00
2026-06-17 14:52:55 -07:00
2026-06-02 19:50:43 -07:00
2026-06-17 14:52:55 -07:00
2026-06-02 18:59:41 -07:00
2026-06-16 20:28:02 -07:00