feat(ops): export DetMir readiness act

This commit is contained in:
igor04091968
2026-06-03 20:11:30 +03:00
parent f5f0cebfc4
commit ea5bedc3c3
3 changed files with 358 additions and 10 deletions
+4
View File
@@ -639,6 +639,10 @@ Production readiness checklist:
- [ ] `aw-worktime-influx-exporter.service` and `aw-dlp-influx-exporter.service`
complete once and write points;
- [ ] `detmir-readiness --json` returns `status=OK`;
- [ ] readiness act is generated with
`--output-markdown /var/lib/activitywatch/health/detmir-readiness-act.md`
and, when PDF renderer exists,
`--output-pdf /var/lib/activitywatch/health/detmir-readiness-act.pdf`;
- [ ] `detmir-check --json`, `detmir-status --json` and Grafana check are green;
- [ ] rollback path for changed binaries/env files is known.