| Runbook | Owner | Trigger | Output |
|---|---|---|---|
./o doctor --show-install-hints audit |
Ops/Platform | Weekly or after runner upgrades | Updated hints committed to INSTALL.md |
| Installer smoke replay | Release Engineering | Pre-tag + nightly | ./install.sh --smoke-test log stored under .a5c/runs/<id>/artifacts |
| README/guide refresh | Technical Writing + QE | Every docs update | Latest run artifacts summarized and linked |
| Incident escalation | Maintainers | Sev-1 bug or security report | Dedicated issue + Discord bridge with response template |
- Stable tags: cut every Friday 17:00 UTC. Use
git checkout tags/<tag>to roll back. - Nightly builds: published automatically after every green CI run;
./o --versionprintsnightly-<commit>. - CI workflows:
bash lintandinstaller smokemust stay green; corresponding badges live near the top of the README.
- Re-run
./o doctor --show-install-hintswhenever OS images, runner CLIs, or credentials change. - Keep
.a5c/runs/<id>/journal.jsonlandstate.jsonaround until a release is finalized so you can audit or resume unfinished work. - Capture environment diffs (OS, shell, runner versions) inside
run_summary.jsonfor reproducibility.