From c557e95f0469c80cca9c4ce67e4f850c0ddb5ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBeeRad=E2=80=9D?= Date: Thu, 29 Jan 2026 15:44:46 +1100 Subject: [PATCH] docs: update prd.json and progress.txt for story 14 Co-Authored-By: Claude Opus 4.5 --- ralph/prd.json | 4 ++-- ralph/progress.txt | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ralph/prd.json b/ralph/prd.json index e51004b..da21a43 100644 --- a/ralph/prd.json +++ b/ralph/prd.json @@ -187,8 +187,8 @@ "MCP integration instructions included", "No references to removed features" ], - "passes": false, - "notes": "" + "passes": true, + "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", diff --git a/ralph/progress.txt b/ralph/progress.txt index 3bce66e..33e4e43 100644 --- a/ralph/progress.txt +++ b/ralph/progress.txt @@ -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 - 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 +