Expand description
Read-only Approach-B status: btctax defensive status.
This is the SAME pure btctax_core::defensive::journey_view the (now-retired) TUI wizard dashboard
rendered, driven over the CLI’s own session-backed projection. No new computation lives here — this
module only loads inputs, refuses on a pseudo-active projection (journey_view’s own DFW-D6
precondition), and hands the composed view to render::render_defensive_status.
Structs§
- Defensive
Status Report - The
defensive statusread: the composedDefensiveFilingView, plus whether Approach-B is currently IN USE — a live (non-voided)DeclareTranche/PromoteTrancheon file. The SAMEuses_approach_bpredicate the CLI’sdeclare-tranche/promote-tranche/report/export-*verbs already gate their stderr disclosure on (never the dashboard’s old “being here at all is using it” rule — this is a plain read, not itself an act of filing).
Functions§
- status
- Load the ledger, refuse if pseudo-active, and compute
journey_viewover the projected state.