FN-6126: enable workflow experimental flags by default
Turn on the workflow rollout flags by default and update docs/tests for the new opt-out behavior. - default workflowColumns, workflowGraphExecutor, workflowInterpreterDualObserve, and workflowInterpreterAuthoritative to enabled in global settings - update workflow docs and concepts to describe explicit flag-off overrides instead of default-off rollout gating - remove redundant demo/test setup that manually enabled workflow columns and keep characterization coverage for both enabled and disabled states - add a changeset for the published CLI package documenting the default-on workflow rollout Files changed: .changeset/fn-6126-workflow-flags-default-on.md | 5 +++++ CONCEPTS.md | 4 ++-- demo/seed.ts | 1 - docs/workflow-steps.md | 10 +++++----- packages/core/src/__tests__/move-task-characterization.test.ts | 4 +--- packages/core/src/settings-schema.ts | 7 ++++++- packages/core/src/types.ts | 4 +++- packages/core/src/workflow-columns-settings.ts | 4 ++-- 8 files changed, 24 insertions(+), 15 deletions(-) Fusion-Task-Id: FN-6126 Fusion-Task-Lineage: 334283a6-e80a-42d0-bf66-68f88a12e287
This commit is contained in:
@@ -422,12 +422,12 @@ Tasks are not parked in `in-review` for this remediable path unless additional t
|
||||
|
||||
## Workflow Interpreter Dual-Observe (parity instrumentation)
|
||||
|
||||
Fusion now includes a **default-OFF** experimental parity seam for the workflow interpreter rollout.
|
||||
Fusion now enables the workflow interpreter parity seam by default as part of the workflow rollout.
|
||||
|
||||
- **Flag:** `experimentalFeatures.workflowInterpreterDualObserve`
|
||||
- **Mode:** observe-only shadow run; legacy executor/reviewer/merger/scheduler path remains authoritative
|
||||
- **Behavior when OFF (default):** strict no-op (no shadow run, no parity audit records)
|
||||
- **Behavior when ON:** compare legacy and interpreter observations plus comparable run-audit slices
|
||||
- **Flag:** `experimentalFeatures.workflowInterpreterDualObserve` (default ON)
|
||||
- **Mode:** observe-only shadow run; legacy executor/reviewer/merger/scheduler path remains authoritative unless the authoritative cutover guard passes
|
||||
- **Behavior when OFF:** strict no-op (no shadow run, no parity audit records)
|
||||
- **Behavior when ON (default):** compare legacy and interpreter observations plus comparable run-audit slices
|
||||
|
||||
Run-audit events emitted in `database` domain:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user