Files
ra-h-os/docs/README.md
T
“BeeRad”andClaude 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

22 lines
858 B
Markdown

# Documentation
## Quick Start
See the main [README.md](../README.md) for setup instructions.
## Architecture
| Document | Description |
|----------|-------------|
| [0_overview.md](0_overview.md) | System overview and philosophy |
| [1_architecture.md](1_architecture.md) | Technical architecture |
| [2_schema.md](2_schema.md) | Database schema and sqlite-vec setup |
| [3_context-and-memory.md](3_context-and-memory.md) | Context system |
| [4_tools-and-workflows.md](4_tools-and-workflows.md) | Agent tools and workflows |
| [5_logging-and-evals.md](5_logging-and-evals.md) | Logging infrastructure |
| [6_ui.md](6_ui.md) | UI components and patterns |
| [8_mcp.md](8_mcp.md) | MCP server setup |
| [9_open-source.md](9_open-source.md) | Open source specific notes |
## Troubleshooting
See [TROUBLESHOOTING.md](TROUBLESHOOTING.md) for common issues.