You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rick Hightower edited this page Jul 28, 2026
·
3 revisions
close/update silently corrupt log when given an item-id prefix instead of the full ULID
01KYA99TVCGX79HFNHN1DVT7Y6 · task/bug · done
worklog close and worklog update look up the item by exact dict key (fold(...).items.get(a.item) / base(a.item, ...)) instead of resolving prefixes the way worklog reopen already does (id.startswith(a.item)).