Active Work Timeline
Every meaningful Active Work state transition creates an immutable timeline event.
Event Store
Table: active_work_events
Event types:
createdupdatedstale_markedstale_clearedconfirmedclosedreopened
Each event may contain:
- score/evidence details
- previous vs next status
- optional
correlation_id
APIs
GET /v1/projects/:key/active-workGET /v1/projects/:key/active-work/eventsPOST /v1/active-work/:id/confirmPOST /v1/active-work/:id/closePOST /v1/active-work/:id/reopen
Admin UI
Context Debug shows:
- current active work list
- stale/closed state
- event timeline with details JSON
- manual controls (maintainer+)
Manual overrides are audited (active_work.manual_confirm, active_work.manual_close, active_work.manual_reopen).