Skip to content

feat: handoff staleness detection and workspace-wide handoff listing #74

Description

@4444J99

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

  1. Add created_at and expires_at fields to handoff files
  2. organvm handoff list — show all active handoff files across workspace with age
  3. organvm handoff clean [--older-than 7d] — remove expired handoffs
  4. 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions