FN-5812: add onboard autolaunch backcompat guard coverage
Protect onboarding autolaunch behavior so legacy projects and agent-run commands are not blocked. - add end-to-end CLI test coverage for onboarding autolaunch backcompat guard behavior - document the onboarding autolaunch compatibility behavior in the CLI reference - add a patch changeset for @runfusion/fusion release tracking Files changed: .changeset/fn-5812-onboard-backcompat-guard.md | 5 + docs/cli-reference.md | 6 + packages/cli/src/commands/__tests__/onboard-autolaunch-backcompat-e2e.test.ts | 161 +++++++++++++++++++++ 3 files changed, 172 insertions(+) Fusion-Task-Id: FN-5812 Fusion-Task-Lineage: d735ef0e-1abc-4c22-bd11-07c2de69ace1
This commit is contained in:
5
.changeset/fn-5812-onboard-backcompat-guard.md
Normal file
5
.changeset/fn-5812-onboard-backcompat-guard.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Add orchestrator-level regression coverage and CLI docs that guarantee onboarding auto-launch never blocks existing projects, non-TTY/headless workflows, or agent-run `fn` commands.
|
||||
Reference in New Issue
Block a user