Skip to content

v0.14.0

Choose a tag to compare

@geuben-dispatch geuben-dispatch released this 24 Sep 21:02
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
0821790

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 with outcome = 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 new abandonment table, counts as a human
    intervention, and releases the worktree's claims. tdd fleet stops listing the run,
    tdd metrics reports it with an abandoned: {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.