docs: update prd.json and progress.txt for story 11

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
“BeeRad”
2026-01-29 15:39:17 +11:00
co-authored by Claude Opus 4.5
parent 3c3faa0c09
commit 8e1220ff65
2 changed files with 17 additions and 2 deletions
+2 -2
View File
@@ -149,8 +149,8 @@
"npm run type-check passes", "npm run type-check passes",
"npm run dev starts without errors" "npm run dev starts without errors"
], ],
"passes": false, "passes": true,
"notes": "" "notes": "Removed @ai-sdk/anthropic (used by deleted Claude chat) and @ai-sdk/react (used by deleted chat UI hooks). No voice-related packages found - they were already absent. All remaining packages verified in use."
}, },
{ {
"id": "12", "id": "12",
+15
View File
@@ -170,3 +170,18 @@ Goal: Strip ra-h_os to lightweight 2-panel UI + MCP server
- The settings panel was designed well from the start - no chat/voice-specific tabs to remove - The settings panel was designed well from the start - no chat/voice-specific tabs to remove
- Only text update needed: "chats and workflows" → "workflow execution" in ContextViewer - Only text update needed: "chats and workflows" → "workflow execution" in ContextViewer
## Story 11: Remove unused npm packages
- Completed: Thu 29 Jan 2026
- Packages removed:
- @ai-sdk/anthropic (was used by Claude chat agent - not imported in src/)
- @ai-sdk/react (was used by chat UI hooks - not imported in src/)
- Packages verified in use:
- @ai-sdk/openai (used by 9 files: workflowExecutor, extraction tools, etc.)
- ai (Vercel AI SDK - used by 30 files)
- @langchain/* (used by embed-universal.ts)
- All other packages verified with grep
- Learnings:
- No voice-related packages (@openai/realtime-api-beta) were present - already removed
- The package.json was relatively clean to begin with
- npm install and type-check both pass after removal