mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-22 05:25:07 +00:00
Wire minimal project-heartbeat runtime state
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user