straymark-cli 3.24.0

CLI for StrayMark — the cognitive discipline your AI-assisted projects need
1
2
3
4
5
6
//! `straymark loom` — launcher for Loom, the EXPERIMENTAL knowledge-graph
//! visualization server. The server binary is NOT bundled into the CLI: it is
//! downloaded on demand from the `loom-*` GitHub releases (the download gate
//! IS the opt-in boundary — see `experimento/README.md`).

pub mod serve;