v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.1 - 2026-04-29
Added
- Added
task follow-upto create linked post-completion child tasks, preserve closure metadata, and show parent and follow-up relationships in task and handoff views. - Added durable release records and a new
taskledger releasecommand group withtag,list,show, andchangelog, including export/import support and public API coverage. - Added planning helpers with
question add-many,plan template, richer regeneration hints innext-action, and recovery commands for orphaned implementation work withimplement resume,task uncancel, andcan implement-resume.
Changed
- Hardened CLI startup so optional command-group import failures no longer block core commands, and launcher failures return structured diagnostics.
Fixed
- Fixed recovery guidance for uncancelled tasks with orphaned implementation runs so
next-actionandcan implementrecommendimplement resumeinstead of a fresh start.
Documentation
- Documented release tagging, changelog generation, planning helpers, follow-up task workflow, and recovery semantics across README, RST docs, API docs, and the taskledger skill.
Quality
- Expanded regression coverage for follow-up tasks, release workflow, CLI import resilience, planning helpers, and implementation recovery. Repo-wide pytest, ruff, and mypy passed.