diff --git a/README.md b/README.md index 510042f..8faa344 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ KOGRAL enables: ```text ┌─────────────────────────────────────────────────────────────┐ -│ kogral-core (Rust library) │ +│ kogral-core (Rust library) │ ├─────────────────────────────────────────────────────────────┤ │ Config Layer: Nickel → JSON → serde → Rust structs │ │ Storage Layer: Filesystem | SurrealDB | In-Memory │ @@ -48,10 +48,10 @@ KOGRAL enables: │ ┌──────────────────┼──────────────────┐ │ │ │ -┌───────▼───────┐ ┌───────▼───────┐ ┌──────▼──────┐ -│ kogral-cli │ │ kogral-mcp │ │ NuShell │ -│ (Commands) │ │ (Server) │ │ (Scripts) │ -├───────────────┤ ├───────────────┤ ├─────────────┤ +┌───────▼───────┐ ┌───────▼───────┐ ┌──────▼──────────┐ +│ kogral-cli │ │ kogral-mcp │ │ NuShell │ +│ (Commands) │ │ (Server) │ │ (Scripts) │ +├───────────────┤ ├───────────────┤ ├─────────────────┤ │ init │ │ 7 Tools │ │ kogral-sync │ │ add │ │ 6 Resources │ │ kogral-backup │ │ search │ │ 2 Prompts │ │ kogral-reindex │ @@ -59,7 +59,7 @@ KOGRAL enables: │ sync │ │ stdio │ │ kogral-export │ │ serve │ │ │ │ kogral-stats │ │ ... 13 total │ │ │ │ kogral-migrate │ -└───────────────┘ └───────────────┘ └─────────────┘ +└───────────────┘ └───────────────┘ └─────────────────┘ ``` ## Quick Start