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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
“BeeRad”
2026-01-29 15:44:46 +11:00
co-authored by Claude Opus 4.5
parent a7234be5f4
commit c557e95f04
2 changed files with 22 additions and 2 deletions
+2 -2
View File
@@ -187,8 +187,8 @@
"MCP integration instructions included", "MCP integration instructions included",
"No references to removed features" "No references to removed features"
], ],
"passes": false, "passes": true,
"notes": "" "notes": "Renamed to RA-H Light. Added 'What is RA-H Light?' section explaining it's for AI agent knowledge management. Added MCP integration section with Claude Code setup example and all 11 tools listed. Removed all references to chat agents, voice, 3-panel interface, content extraction."
}, },
{ {
"id": "15", "id": "15",
+20
View File
@@ -223,3 +223,23 @@ Goal: Strip ra-h_os to lightweight 2-panel UI + MCP server
- Extraction tools were dead code - the API routes never existed in the open source version - Extraction tools were dead code - the API routes never existed in the open source version
- The MCP architecture is clean - just HTTP calls to local API - The MCP architecture is clean - just HTTP calls to local API
## Story 14: Update README for lite version
- Completed: Thu 29 Jan 2026
- Files modified:
- README.md (complete rewrite)
- Changes:
- Renamed from "RA-H Open Source" to "RA-H Light"
- Added "What is RA-H Light?" section explaining the stripped-down purpose
- Explicitly list what's removed: chat agents, voice, delegation
- Added comprehensive MCP integration section:
- Claude Code setup with JSON config example
- Table of all 11 available MCP tools
- HTTP MCP server instructions
- Simplified project layout (removed agents references)
- Removed references to 3-panel interface, chat, voice, content extraction
- Kept: quick start, platform support, commands, docs links, Linux/Windows setup
- Learnings:
- The README is the primary entry point - important to set expectations clearly
- MCP integration is now the main selling point of RA-H Light
- Users need clear setup instructions for Claude Code integration