Persist the repo status snapshot for faster resumability
Constraint: Future sessions benefit from a saved machine-readable snapshot, not just on-demand script output Rejected: Keep snapshot stdout-only | Makes handoff less durable and harder to automate across sessions Confidence: high Scope-risk: narrow Directive: Refresh .omx/latest_status_snapshot.json whenever the default docs, smoke paths, or next-step commands materially change Tested: /usr/local/miniconda3/bin/python scripts/status_snapshot.py --output .omx/latest_status_snapshot.json; JSON parse check for latest_commit and next_commands Not-tested: External automation consuming the saved snapshot over multiple sessions
Showing
4 changed files
with
43 additions
and
4 deletions
-
Please register or sign in to post a comment