v0.14.0
·
3 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Added
tdd run abandon: end a run that will not be finished (#150).tdd run abandon --reason <text>ends the worktree's live or blocked run withoutcome = abandoned;
--run <id>does the same for a run whose worktree is gone. It records the reason and
who did it (account and executor) in a newabandonmenttable, counts as a human
intervention, and releases the worktree's claims.tdd fleetstops listing the run,
tdd metricsreports it with anabandoned: {reason, by}entry, and a new run can
start at the same path. The table is added on open; the ledger schema version is
unchanged.