“BeeRad” and Claude
5c480b01d6
docs: update for Guides system and terminology
...
- Rename Tools & Workflows to Tools & Guides
- Fix merge conflict in 4_tools-and-guides.md
- Update tool count and feature descriptions
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-02-01 15:22:32 +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”
52602a06c4
docs: pre-release audit and documentation improvements
...
- Simplify CONTRIBUTING.md for open source contributors
- Update version to 0.1.0 (Open Source) in overview
- Clarify BYO-key requirement in UI docs
- Expand open source explanation in docs/9
- Add comprehensive pre-public release audit notes
2025-12-24 09:43:51 +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