chore: fix graphs
Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled

This commit is contained in:
Jesús Pérez 2026-01-23 16:15:31 +00:00
parent 5209d58828
commit 455eabfb24
Signed by: jesus
GPG Key ID: 9F243E355E0BC939

View File

@ -48,10 +48,10 @@ KOGRAL enables:
┌──────────────────┼──────────────────┐ ┌──────────────────┼──────────────────┐
│ │ │ │ │ │
┌───────▼───────┐ ┌───────▼───────┐ ┌──────▼──────┐ ┌───────▼───────┐ ┌───────▼───────┐ ┌──────▼──────────
│ kogral-cli │ │ kogral-mcp │ │ NuShell │ │ kogral-cli │ │ kogral-mcp │ │ NuShell │
│ (Commands) │ │ (Server) │ │ (Scripts) │ │ (Commands) │ │ (Server) │ │ (Scripts) │
├───────────────┤ ├───────────────┤ ├─────────────┤ ├───────────────┤ ├───────────────┤ ├─────────────────
│ init │ │ 7 Tools │ │ kogral-sync │ │ init │ │ 7 Tools │ │ kogral-sync │
│ add │ │ 6 Resources │ │ kogral-backup │ │ add │ │ 6 Resources │ │ kogral-backup │
│ search │ │ 2 Prompts │ │ kogral-reindex │ │ search │ │ 2 Prompts │ │ kogral-reindex │
@ -59,7 +59,7 @@ KOGRAL enables:
│ sync │ │ stdio │ │ kogral-export │ │ sync │ │ stdio │ │ kogral-export │
│ serve │ │ │ │ kogral-stats │ │ serve │ │ │ │ kogral-stats │
│ ... 13 total │ │ │ │ kogral-migrate │ │ ... 13 total │ │ │ │ kogral-migrate │
└───────────────┘ └───────────────┘ └─────────────┘ └───────────────┘ └───────────────┘ └─────────────────
``` ```
## Quick Start ## Quick Start