Skip to content

v0.22.6

Choose a tag to compare

@github-actions github-actions released this 09 Jun 09:38
· 20 commits to main since this release

[0.22.6] - 2026-06-09

Schema Compatibility

  • No schema compatibility changes.

Fixed

  • active-task.txt no longer reverts to a stale registry focus on every
    session start (#42).
    SessionStart piped active-tasks.mjs focused into
    .harness/state/active-task.txt, so a hand-set active task was clobbered by
    the multi-task registry's focused id. Because the mirror was one-directional
    (registry → mirror), the manual edit never updated the registry and kept
    reverting on the next session — making the PreToolUse permission guard and the
    Stop completion gate evaluate the wrong task contract. A new
    active-tasks.mjs sync-mirror command reconciles the two: when
    active-task.txt names a different, valid task it is adopted into the registry
    (auto-opened) so the registry catches up and the drift cannot recur; otherwise
    the registry focus is mirrored without rewriting the registry. SessionStart
    now calls sync-mirror and lets the script own the mirror write, leaving the
    value untouched on node failure instead of clearing it.

Full history: CHANGELOG.md
Install: npx agent-harness-kit@0.22.6 init