straymark-cli 3.19.0

CLI for StrayMark — the cognitive discipline your AI-assisted projects need
1
2
3
4
5
6
7
8
9
10
11
12
13
//! `straymark followups` — first-class CLI surface for the follow-ups
//! backlog registry (`.straymark/follow-ups-backlog.md`).
//!
//! Subcommands mirror the `charter` namespace: `list` / `status` enumerate
//! and inspect, `drift` keeps the registry in sync with AILOGs (native
//! replacement for the deprecated adopter-side bash script), `promote`
//! automates the FU → TDE elevation. See `FOLLOW-UPS-BACKLOG-PATTERN.md`
//! and `STRAYMARK.md §16`.

pub mod drift;
pub mod list;
pub mod promote;
pub mod status;