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) - 2-panel UI (nodes list + focus panel)
- Node/Edge/Dimension CRUD - Node/Edge/Dimension CRUD
- Full-text and semantic search - Full-text and semantic search
- MCP server with 11 tools - MCP server with 14 tools
- Workflows system - Guides system (context for external agents)
- PDF extraction - PDF extraction
- Graph visualization (Map view) - Graph visualization (Map view)
- BYO API keys - BYO API keys
@@ -76,7 +76,7 @@ Available tools: `rah_add_node`, `rah_search_nodes`, `rah_update_node`, `rah_get
| Doc | Description | | Doc | Description |
|-----|-------------| |-----|-------------|
| [Schema](./2_schema.md) | Database schema, node/edge structure | | [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 | | [UI](./6_ui.md) | Component structure, panels, views |
| [MCP](./8_mcp.md) | External agent connector setup | | [MCP](./8_mcp.md) | External agent connector setup |
| [Troubleshooting](./TROUBLESHOOTING.md) | Common issues and fixes | | [Troubleshooting](./TROUBLESHOOTING.md) | Common issues and fixes |
@@ -2,17 +2,13 @@
> MCP tools for external agents and the guides system for context sharing. > MCP tools for external agents and the guides system for context sharing.
<<<<<<< HEAD
**How it works:** RA-OS exposes tools via MCP that external AI agents can call to read, create, and update your knowledge graph. Guides are markdown documents that help external agents understand your knowledge base. **How it works:** RA-OS exposes tools via MCP that external AI agents can call to read, create, and update your knowledge graph. Guides are markdown documents that help external agents understand your knowledge base.
=======
**How it works:** RA-H Light exposes tools via MCP that external AI agents can call to read, create, and update your knowledge graph. Guides are markdown documents that help external agents understand your knowledge base.
>>>>>>> 05ac0a8 (docs: update tools and workflows)
--- ---
## MCP Tools ## MCP Tools
RA-OS provides MCP tools for external agents: RA-OS provides 14 MCP tools for external agents:
### Node Operations ### Node Operations
+1 -1
View File
@@ -15,7 +15,7 @@
|-----|-------------| |-----|-------------|
| [Overview](./0_overview.md) | What is RA-OS, design philosophy | | [Overview](./0_overview.md) | What is RA-OS, design philosophy |
| [Schema](./2_schema.md) | Database schema, node/edge structure | | [Schema](./2_schema.md) | Database schema, node/edge structure |
| [Tools & Workflows](./4_tools-and-workflows.md) | MCP tools, workflow system | | [Tools & Guides](./4_tools-and-guides.md) | MCP tools, guide system |
| [Logging & Evals](./5_logging-and-evals.md) | Debugging, evaluation framework | | [Logging & Evals](./5_logging-and-evals.md) | Debugging, evaluation framework |
| [UI](./6_ui.md) | 2-panel layout, components, views | | [UI](./6_ui.md) | 2-panel layout, components, views |
| [MCP](./8_mcp.md) | Connect Claude Code and external agents | | [MCP](./8_mcp.md) | Connect Claude Code and external agents |