docs: update gap analysis and state.json for setup wizard
Mark onboard wizard as MATCH (100/128, 78%). Update test count to 1151. Add setup-wizard plan entry to state.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+41
-4
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"updated_at": "2026-02-09",
|
||||
"updated_at": "2026-02-10",
|
||||
"description": "Tracks the status of all Flynn plans and implementation phases",
|
||||
|
||||
"plans": {
|
||||
@@ -895,6 +895,43 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"setup-wizard": {
|
||||
"file": "2026-02-10-setup-wizard-implementation.md",
|
||||
"status": "completed",
|
||||
"date": "2026-02-10",
|
||||
"design": "2026-02-10-setup-wizard-design.md",
|
||||
"summary": "Interactive setup wizard for Flynn. Two entry points: auto-trigger on first run (flynn start with no config) and explicit flynn setup command. Minimal-first flow (provider + channel) then menu-driven reconfiguration (6 sections: models, channels, memory, automation, security, gateway). Made telegram optional in config schema.",
|
||||
"files_created": [
|
||||
"src/cli/setup.ts",
|
||||
"src/cli/setup/prompts.ts",
|
||||
"src/cli/setup/prompts.test.ts",
|
||||
"src/cli/setup/config.ts",
|
||||
"src/cli/setup/config.test.ts",
|
||||
"src/cli/setup/summary.ts",
|
||||
"src/cli/setup/providers.ts",
|
||||
"src/cli/setup/providers.test.ts",
|
||||
"src/cli/setup/channels.ts",
|
||||
"src/cli/setup/channels.test.ts",
|
||||
"src/cli/setup/memory.ts",
|
||||
"src/cli/setup/automation.ts",
|
||||
"src/cli/setup/security.ts",
|
||||
"src/cli/setup/gateway.ts",
|
||||
"src/cli/setup/orchestrator.ts",
|
||||
"src/cli/setup/orchestrator.test.ts",
|
||||
"src/cli/setup/sections.test.ts",
|
||||
"src/cli/setup/integration.test.ts"
|
||||
],
|
||||
"files_modified": [
|
||||
"src/config/schema.ts",
|
||||
"src/cli/start.ts",
|
||||
"src/cli/index.ts",
|
||||
"src/cli/completion.ts",
|
||||
"src/daemon/channels.ts",
|
||||
"src/cli/tui.ts",
|
||||
"src/cli/doctor.ts"
|
||||
],
|
||||
"test_status": "31/31 passing"
|
||||
},
|
||||
"log-level-system": {
|
||||
"status": "completed",
|
||||
"date": "2026-02-09",
|
||||
@@ -933,7 +970,7 @@
|
||||
},
|
||||
|
||||
"overall_progress": {
|
||||
"total_test_count": 1120,
|
||||
"total_test_count": 1151,
|
||||
"all_tests_passing": true,
|
||||
"p0_completion": "3/3 (100%)",
|
||||
"p1_completion": "4/4 (100%)",
|
||||
@@ -948,8 +985,8 @@
|
||||
"tier2_completion": "4/4 (100%) — inbound webhooks, vector memory search, Dockerfile, heartbeat monitor",
|
||||
"tier3_completion": "5/5 (100%) — lane queue, credential redaction, web UI token dashboard, xAI (Grok) provider, Voyage AI embeddings",
|
||||
"tier4_completion": "4/4 (100%) — gateway lock, shell completion, Tailscale Serve/Funnel, DM pairing codes",
|
||||
"feature_gap_scorecard": "99/128 match (77%), 0 partial (0%), 29 missing (23%)",
|
||||
"feature_gap_scorecard": "100/128 match (78%), 0 partial (0%), 28 missing (22%)",
|
||||
"operator_dx_milestone": "Phase 3 (Live Ops Dashboard): 1/2 plans complete — metrics backend done, dashboard UI next",
|
||||
"next_up": "GSD Milestone: Operator DX — Phase 3 Plan 02 (Dashboard UI consuming metrics RPC). All phases P0-P8 and Tiers 1-4 complete. Local model tool calling added. Log-level system added. Remaining gaps: Tier 4 channels (Signal, Matrix, Teams, Google Chat), Tier 5 deferred/niche items"
|
||||
"next_up": "GSD Milestone: Operator DX — Phase 3 Plan 02 (Dashboard UI consuming metrics RPC). All phases P0-P8 and Tiers 1-4 complete. Setup wizard added. Remaining gaps: Tier 4 channels (Signal, Matrix, Teams, Google Chat), Tier 5 deferred/niche items"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user