shoka 0.1.0

A repository workspace manager — jj-aware, TUI-first successor to ghq / rhq.
Documentation
1
2
3
4
5
6
7
8
//! Portable shelf ledger.
//!
//! Lives at `$XDG_DATA_HOME/shoka/state.toml` (or platform equivalent).
//! Written exclusively through CLI commands (`tag`, `set`, `note`,
//! `import`, `export`) — direct hand-editing is discouraged. The
//! `shoka export` output is exactly this file's content.
//!
//! Phase 1 implementation pending.