Skip to content

v0.22.2

Choose a tag to compare

@tuanle96 tuanle96 released this 06 Jun 17:44
· 28 commits to main since this release

Summary

  • Fix #37 by scoping the Stop hook active-task evidence gate to files owned by the current agent session/task.
  • Add session-owned-files.mjs as a generated PostToolUse ledger for Claude and Codex mutation hooks.
  • Keep repo-wide readiness/task-evidence checks strict while making Stop-hook completion checks ignore unrelated dirty worktree files.
  • Include the previously merged kit self runtime-surface drift fix after v0.22.1.

Validation

  • node scripts/check-version-sync.mjs
  • node scripts/verify-contracts.mjs
  • bash install.sh --help
  • npm run --silent lint
  • node --test tests/task-evidence-check.test.mjs tests/precompletion-active-task-evidence.test.mjs
  • node --test tests/hook-integrity-check.test.mjs tests/runtime-conformance.test.mjs tests/render-templates.test.mjs tests/codex-synthetic.test.mjs tests/dogfood-install.test.mjs tests/runtime-parity-report.test.mjs
  • npm run --silent check:readiness
  • npm publish --dry-run
  • npm test (908/908 pass on rerun; one prior live Codex reviewer-artifact probe flaked, isolated rerun passed)