Skip to content

Release v0.18.0

Rick Hightower edited this page Jul 29, 2026 · 3 revisions

Release v0.18.0

release/v0.18.0 · shipped

9 item(s) shipped.

Change Log

  • Ticket-01KYND4SNNCPZ7R2NWFD7QXYTJ Add an external-key ownership map to the fold (#227) — One shared helper that answers "which items claim this remote ticket", so the link command and the sync dispatcher enforce the same rule from the same place instead of each growing its own copy.
  • Ticket-01KYND4SNP68XAJ30Q4PY4VV11 Stop sync from pushing a ticket that two items claim (#228) — Skip every item in a contested set, print a prominent block naming all claimants and the exact repair, and exit non-zero so the failure cannot be missed.
  • Ticket-01KYND4SNPBAW2A1H0GPHDGT0E Update the mirrored copies, the docs and the changelog (#229) — The command scripts ship in two places that must stay byte-identical.
  • Ticket-01KYND4SNPF2DYKSMDG4NJ39CF Refuse a duplicate external key when linking (#230) — Linking an item to a ticket another item already owns is the mistake that causes the corruption.
  • Ticket-01KYND4SNPG1HFE8E0P7F7K7PF Keep sync's automatic linking from ever aborting a run (#231) — Sync records the ticket key right after creating the ticket.
  • Ticket-01KYND4SNPH307DFDEE9BJ0ZZ4 Make undoing or moving a link actually re-push (#232) — The change detection only looks at an item's content, so unlinking or re-pointing it is silently a no-op and the damaged ticket is never repaired.
  • Ticket-01KYND4SNPXVR1W4GQA453VB4G Add a command to undo a link (#233) — A mistaken link is currently impossible to undo through supported commands, which is a sharp edge in a log designed so that mistakes are corrected by appending.
  • Ticket-01KYNHEV1BJ48RKWHTXCJYVRAF GitHub adapter can file duplicate issues when rate-limited mid-create (#235) — The GitHub adapter creates the issue and then makes a second call to read back its revision.
  • Ticket-01KYNKBCNS8WY5BH2B7EDBHMF1 Release v0.18.0 — Cut the v0.18.0 release: date the changelog section that has accumulated since v0.17.1, freeze a roadmap snapshot, tag, and publish.

Release Tree

Related Tickets

Clone this wiki locally