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
Demo scripts
Seed a sample board
node_modules/.bin/tsx demo/seed.ts /absolute/path/to/demo-project
The seeded board now includes a custom Browser Demo Lifecycle workflow with cards staged across:
- Todo
- In Progress
- In Review
- QA
- Publish
This makes it easy to verify browser board rendering for a simple end-to-end lifecycle walkthrough.
Simulate live activity
node_modules/.bin/tsx demo/simulate.ts /absolute/path/to/demo-project
When the seeded workflow is present, the simulator advances demo cards from In Review → QA → Publish while keeping legacy tasks flowing through the standard board lifecycle.