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>
This commit is contained in:
“BeeRad”
2026-02-01 15:22:32 +11:00
co-authored by Claude
parent 6f2cc08f4d
commit 5c480b01d6
3 changed files with 5 additions and 9 deletions
+3 -3
View File
@@ -26,8 +26,8 @@ RA-OS is a minimal knowledge graph UI with MCP server integration. It provides a
- 2-panel UI (nodes list + focus panel)
- Node/Edge/Dimension CRUD
- Full-text and semantic search
- MCP server with 11 tools
- Workflows system
- MCP server with 14 tools
- Guides system (context for external agents)
- PDF extraction
- Graph visualization (Map view)
- BYO API keys
@@ -76,7 +76,7 @@ Available tools: `rah_add_node`, `rah_search_nodes`, `rah_update_node`, `rah_get
| Doc | Description |
|-----|-------------|
| [Schema](./2_schema.md) | Database schema, node/edge structure |
| [Tools & Workflows](./4_tools-and-workflows.md) | Available MCP tools, workflow system |
| [Tools & Guides](./4_tools-and-guides.md) | Available MCP tools, guide system |
| [UI](./6_ui.md) | Component structure, panels, views |
| [MCP](./8_mcp.md) | External agent connector setup |
| [Troubleshooting](./TROUBLESHOOTING.md) | Common issues and fixes |