Expand description
Baseline save/show/ratchet enforcement for timebomb bunker subcommand.
“today” is always injected — never fetched internally. “generated_at” is always injected from main.rs — never fetched internally.
Structs§
- Baseline
- The baseline snapshot stored in
.timebomb-baseline.json.
Functions§
- check_
ratchet - Pure ratchet check — no I/O.
- load_
baseline - Load the baseline from a JSON file.
- run_
baseline_ save - Scan, count, write baseline, print confirmation. Returns exit code 0 on success.
- run_
baseline_ show - Scan, load baseline (if any), print comparison table. Returns exit code 0 on success.
- save_
baseline - Write a baseline to a JSON file.