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
//! Configuration loading.
//!
//! Layered via teravars: `~/.config/shoka/config.toml` is the base,
//! `config.*.toml` files in the same directory merge alphabetically,
//! with `config.local.toml` always winning last. See AGENTS.md for the
//! schema and merge semantics.
//!
//! Phase 1 implementation pending.