docs: update prd.json and progress.txt for stories 3-7

- Story 3: delegateToWiseRAH removed
- Story 4: Chat agent panels removed
- Story 5: Chat API routes removed
- Story 6: Two-panel layout (chat removed)
- Story 7: RAHChat and related components removed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
“BeeRad”
2026-01-29 15:30:49 +11:00
co-authored by Claude Opus 4.5
parent 2661be7c80
commit cc5397e9ba
2 changed files with 81 additions and 10 deletions
+10 -10
View File
@@ -43,8 +43,8 @@
"src/tools/infrastructure/registry.ts no longer imports delegateToWiseRAH",
"npm run type-check passes"
],
"passes": false,
"notes": ""
"passes": true,
"notes": "Deleted delegateToWiseRAH.ts and removed from registry.ts and groups.ts. Also deleted orphaned test scenarios (delegate-wise.ts and delegate-mini.ts) since delegateToMiniRAH was never in the registry."
},
{
"id": "4",
@@ -57,8 +57,8 @@
"No remaining imports of these components",
"npm run type-check passes"
],
"passes": false,
"notes": ""
"passes": true,
"notes": "These components were not imported anywhere - clean deletion with no cascading changes needed."
},
{
"id": "5",
@@ -70,8 +70,8 @@
"app/api/rah/ directory can be deleted if empty after this",
"npm run type-check passes"
],
"passes": false,
"notes": ""
"passes": true,
"notes": "Deleted both routes and the now-empty app/api/rah/ directory. RAHChat.tsx still references the endpoint but will be deleted in Story 7."
},
{
"id": "6",
@@ -84,8 +84,8 @@
"Chat-related keyboard shortcuts removed (Cmd+J)",
"npm run type-check passes"
],
"passes": false,
"notes": ""
"passes": true,
"notes": "Deleted ChatPane.tsx, removed 'chat' from PaneType, updated ThreePanelLayout and LeftToolbar. Default slotB is now null (closed). Changed persisted state keys to v4 to avoid stale 'chat' type in existing user storage."
},
{
"id": "7",
@@ -98,8 +98,8 @@
"src/components/agents/hooks/useSSEChat.ts deleted",
"npm run type-check passes"
],
"passes": false,
"notes": "Check if ToolDisplay.tsx is used elsewhere before deleting"
"passes": true,
"notes": "Deleted all chat components: RAHChat.tsx, TerminalInput.tsx, TerminalMessage.tsx, useSSEChat.ts, ReasoningTrace.tsx, ToolDisplay.tsx. Simplified WorkflowsPane to show MCP integration message instead of chat."
},
{
"id": "8",