Description
The Active Handoff Protocol (.conductor/active-handoff.md) has no expiration mechanism. A stale handoff file from weeks ago could mislead a new session. There is also no CLI to list all active handoffs across the workspace.
Proposed
- Add
created_at and expires_at fields to handoff files
organvm handoff list — show all active handoff files across workspace with age
organvm handoff clean [--older-than 7d] — remove expired handoffs
- Context sync should flag stale handoffs (>48h) in the generated context
Priority
P2 — prevents phantom constraints from misleading agents.
Source
Documentation handoff architecture audit (2026-04-03).
Description
The Active Handoff Protocol (
.conductor/active-handoff.md) has no expiration mechanism. A stale handoff file from weeks ago could mislead a new session. There is also no CLI to list all active handoffs across the workspace.Proposed
created_atandexpires_atfields to handoff filesorganvm handoff list— show all active handoff files across workspace with ageorganvm handoff clean [--older-than 7d]— remove expired handoffsPriority
P2 — prevents phantom constraints from misleading agents.
Source
Documentation handoff architecture audit (2026-04-03).