feat: add setup flow for dedicated research agent

This commit is contained in:
William Valentin
2026-02-17 15:27:09 -08:00
parent a055f4d338
commit be993146c0
7 changed files with 94 additions and 2 deletions
+16
View File
@@ -3,6 +3,22 @@
"updated_at": "2026-02-17",
"description": "Tracks the status of all Flynn plans and implementation phases",
"plans": {
"setup-research-agent-enablement": {
"status": "completed",
"date": "2026-02-17",
"updated": "2026-02-17",
"summary": "Extended setup Security flow to provision a dedicated research sub-agent (`agent_configs.research`) with selectable tier, so `/research` and research-prefix auto-routing work immediately after setup. Added builder/test coverage and documented optional explicit intents routing example in default config.",
"files_modified": [
"src/cli/setup/config.ts",
"src/cli/setup/security.ts",
"src/cli/setup/config.test.ts",
"src/cli/setup/sections.test.ts",
"config/default.yaml",
"README.md",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/cli/setup/config.test.ts src/cli/setup/sections.test.ts passing + pnpm typecheck passing"
},
"research-prefix-auto-routing": {
"status": "completed",
"date": "2026-02-17",