v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.1 - 2026-05-12
Added
- Added task-scoped export/import with
--taskpositional ref on export, safe ID remapping (--id-policy preserve|renumber), counter repair, and artifact path remapping on import. Full-ledger export remains the default; single-task archives filter task-scoped records and clearactive_task. - Added
taskledger plan reviewcommand to show the current or specified plan version with structured JSON output and content rendering. - Added
next-actionrouting to recommendplan review --version Nwhen a plan is awaiting approval.
Documentation
- Updated README, command contract, and SKILL.md for task-scoped transfer workflow and
plan reviewcommand.
Quality
- Added regression coverage for task-scoped export/import ID mapping, conflict policy, counter repair, artifact remap, and plan review end-to-end.
- Full suite: 878 tests passing, ruff and mypy clean.