“BeeRad”
3ae46245ec
feat: port holistic node refinement contract
2026-04-11 21:37:52 +10:00
“BeeRad”
35f9ecf89c
feat: port contexts layer and MCP parity
2026-04-10 19:41:26 +10:00
“BeeRad”
b9af8dc385
refactor: align source-first schema surfaces
2026-03-22 20:17:07 +11:00
“BeeRad”
053c163e31
docs(product): update user docs to skills-first and current MCP tools
2026-03-07 13:48:00 +11:00
“BeeRad” and Claude Sonnet 4.5
7bf94d4c61
docs: update What to Expect sections with guides and proactive capture
...
All 3 doc files now describe the propose-a-node pattern, guide system,
and updated orientation flow.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-08 12:29:25 +11:00
“BeeRad” and Claude Sonnet 4.5
be675be4e0
feat: MCP server v1.2.0 — guide system + read/write guide tools
...
Adds full guide system to MCP standalone server. System guides (schema,
creating-nodes, edges, dimensions, extract) are bundled and immutable.
Users can create up to 10 custom guides via rah_write_guide. Syncs guide
infrastructure from main repo to OS repo app code.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-08 11:15:13 +11:00
“BeeRad” and Claude Opus 4.6
2465e7562c
docs: update MCP docs — add rah_get_context, fix local path, auto-create DB
...
All 3 doc files now list all 12 tools including rah_get_context and
rah_update_edge. Fixed local dev path (was stdio-server.js, now index.js).
Added "What to Expect" sections explaining proactive behavior.
Removed "run app first" requirement since DB auto-creates.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-08 10:04:15 +11:00
“BeeRad” and Claude Opus 4.5
bcea76800b
feat: standalone MCP server (ra-h-mcp-server)
...
- Added apps/mcp-server-standalone/ with direct SQLite access
- Works without RA-OS app running
- Install via: npx ra-h-mcp-server
- Updated docs/8_mcp.md with setup instructions
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-02 09:26:46 +11:00
“BeeRad”
16db5b61b6
docs: standardize RA-OS naming and add process docs
2026-02-01 09:47:33 +11:00
“BeeRad” and Claude Opus 4.5
f383d770ca
docs: update documentation for RA-H Light
...
- Rewrite 0_overview.md for 2-panel UI + MCP focus
- Delete 1_architecture.md (agent hierarchy no longer applies)
- Delete 3_context-and-memory.md (agent context no longer applies)
- Rewrite 4_tools-and-workflows.md for MCP tools only
- Rewrite 6_ui.md for 2-panel layout
- Delete 7_voice.md (voice removed)
- Update 8_mcp.md with correct tool list (11 tools)
- Rewrite 9_open-source.md for RA-H Light
- Update README.md with new doc structure
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 16:06:54 +11:00
“BeeRad”
0f408bc907
docs: sync documentation from private repo
...
- Rewrite 3_context-and-memory.md (auto-context system, remove legacy memory)
- Create 7_voice.md (voice interface documentation)
- Update 0_overview.md, 1_architecture.md, 4_tools-and-workflows.md, 6_ui.md, 8_mcp.md
- Add simple human-readable intros to all docs
- Update README.md with voice doc reference
Synced from ra-h commit 4a3d7e0
2026-01-05 12:42:51 +11:00
“BeeRad” and Claude Opus 4.5
0e6bf12ad3
fix: OS release prep - bootstrap script, deps, docs
...
- Fix bootstrap script (.env.example.local → .env.example)
- Fix @langchain/core version conflict (^1.0.1 → ^0.3.0)
- Add settings:open event listener for LocalKeyGate button
- Pin Next.js to 15.1.3 (was "latest")
- Default runtime to 'local' mode
- Remove desktop app references from UI text
- Rewrite MCP docs for web-only context
- Add SECURITY.md, CODE_OF_CONDUCT.md, CHANGELOG.md
- Add docs/README.md, docs/TROUBLESHOOTING.md
- Update README with platform support table
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-30 12:24:56 +11:00
“BeeRad”
733d1c3407
Initial commit: RA-H Open Source Edition
...
Local-first knowledge management system with BYO API keys.
Features:
- 3-panel UI (Nodes | Focus | Helpers)
- SQLite + sqlite-vec for vector search
- Agent system (Easy/Hard mode orchestrators)
- Content extraction (YouTube, PDF, web)
- Integrate workflow for connection discovery
- Dimension system with auto-assignment
Tech stack:
- Next.js 15 + TypeScript + Tailwind CSS
- Anthropic (Claude) + OpenAI (GPT) via Vercel AI SDK
Setup:
npm install && npm rebuild better-sqlite3
scripts/dev/bootstrap-local.sh
npm run dev
MIT License
2025-12-15 16:14:28 +11:00