| Crates.io | space-cmd |
| lib.rs | space-cmd |
| version | 0.0.1 |
| created_at | 2025-11-05 09:07:21.492626+00 |
| updated_at | 2025-11-05 09:07:21.492626+00 |
| description | Command center for space agents |
| homepage | |
| repository | https://github.com/iteebz/space-cmd |
| max_upload_size | |
| id | 1917628 |
| size | 39,265 |
Rust TUI for multi-agent system coordination. Displays real-time agent activity from space-os bridge channels.
Sister repo to space-os — space-cmd is the observability layer for space-os primitives:
~/.space/space.db (space-os SQLite bridge)Integration pattern: Direct SQLite reads (performance), CLI writes (safety).
Views (build order):
Database path: ~/.space/space.db (or $SPACE_DB)
Prerequisites: space-os provides the bridge infrastructure.
# Install space-os first (CLI primitives)
pip install space-os
# Then install space-cmd (TUI observability layer)
cargo install space-cmd
cargo build
cargo run
Press q to quit.
On startup, verifies space-os schema compatibility via PRAGMA user_version. Fails fast if incompatible.
For Rust concepts and design rationale, see /space/canon/space-cmd-rust.md.