test(cli): cover onboard flow and start onboarding guidance
This commit is contained in:
+14
-3
@@ -166,14 +166,25 @@
|
||||
"updated": "2026-02-17",
|
||||
"summary": "Added a first-class `flynn onboard` CLI entrypoint as an explicit guided-onboarding alias to the setup wizard (`runSetup`), improving onboarding discoverability and OpenClaw-style command-surface parity without changing setup behavior.",
|
||||
"files_modified": [
|
||||
"src/cli/onboard.ts",
|
||||
"src/cli/index.ts",
|
||||
"src/cli/index.test.ts",
|
||||
"README.md",
|
||||
"docs/plans/state.json"
|
||||
"README.md"
|
||||
],
|
||||
"test_status": "pnpm test:run src/cli/index.test.ts + pnpm typecheck passing"
|
||||
},
|
||||
"onboard-command-tests-and-start-guidance": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-17",
|
||||
"updated": "2026-02-17",
|
||||
"summary": "Added dedicated onboarding command behavior tests (default + explicit config path) and updated `flynn start` missing-config guidance to suggest `flynn onboard` as the primary guided entrypoint while retaining `flynn setup` compatibility.",
|
||||
"files_modified": [
|
||||
"src/cli/onboard.test.ts",
|
||||
"src/cli/start.ts",
|
||||
"src/cli/start.test.ts",
|
||||
"docs/plans/state.json"
|
||||
],
|
||||
"test_status": "pnpm test:run src/cli/onboard.test.ts src/cli/start.test.ts src/cli/index.test.ts + pnpm typecheck passing"
|
||||
},
|
||||
"browser-tools-activation-clarity": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-17",
|
||||
|
||||
Reference in New Issue
Block a user