shoka 0.20.1

A repository workspace manager — jj-aware, TUI-first successor to ghq / rhq.
Documentation
1
2
3
4
5
6
7
8
//! Git / Jujutsu (`jj`) abstraction.
//!
//! A repo carries an optional `vcs` flag (`auto` / `git` / `jj`); the
//! `auto` resolver inspects `.jj/` and `.git/` to decide. The `Vcs`
//! trait fronts both backends so callers (status, fetch, exec) stay
//! agnostic.
//!
//! Phase 1 implementation pending.