Wire minimal project-heartbeat runtime state

This commit is contained in:
2026-03-08 19:19:42 +10:00
parent c12b4397bf
commit d4513c1482
3 changed files with 40 additions and 2 deletions
+3 -2
View File
@@ -3,13 +3,14 @@
_Last updated: 2026-03-08 11:13 Australia/Brisbane_
## In Flight
- [in_progress] continuity architecture rollout — main — defining CURRENT_STATE + dual reporting protocol
- [in_progress] anti-silence workflow hardening — main — turning reporting into explicit state-change rules
- [in_progress] Geopolitical Turbulence Trapper — main — Milestone 2: brief + schema + module/page draft in progress
- [in_progress] anti-silence workflow hardening — main — project-heartbeat runtime state + heartbeat hook added
## Blocked / Waiting
- none
## Recently Finished
- promo_worker packaging pass completed — added MIT LICENSE to execution-agent-planner and gh-pr-release-flow, added README related-project links across OCM/clawkeeper/skill repos, merged OCM PR #12, published clawkeeper v0.1.0
- Tao's original 1-5 task list completed (clawkeeper switch --dry-run, OCM checklist, repo rule detector, execution-agent dispatch drill, OCM CLI copy helper)
- All recurring cron jobs disabled except Daily OpenClaw backup
- GPT-5.4 support restored again after update-related breakage; if it breaks again, report Tao immediately
+16
View File
@@ -0,0 +1,16 @@
{
"version": 1,
"activeProject": {
"name": "Geopolitical Turbulence Trapper",
"state": "armed",
"timeoutMin": 10,
"lastUserVisibleUpdateAt": "2026-03-08T19:04:00+10:00",
"lastCheckAt": null,
"trackedWorkers": [
"data_worker",
"strategy_worker",
"dashboard_worker"
],
"notes": "Use project-heartbeat rules. If timeout expires with no meaningful update, inspect worker traces / CURRENT_STATE / blocker state and send a user-visible update. Close when project is done, paused, failed, or cancelled."
}
}