Skip to content

feat(tui): add ship and delete mechanics - #109

Merged
aksOps merged 2 commits into
mainfrom
codex/issue-89-ship-mechanics
Aug 18, 2026
Merged

feat(tui): add ship and delete mechanics#109
aksOps merged 2 commits into
mainfrom
codex/issue-89-ship-mechanics

Conversation

@aksOps

@aksOps aksOps commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Closes #89

Summary

  • add guarded shipping, forced checklist/blocked overrides, delayed last-check auto-ship, unship tracking, and the shipped-today header/status feedback
  • add atomic soft-delete tombstones, restore, and Cancelled-only armed permanent deletion with direct store guarantees
  • preserve filter, move, editor, comments/links, and AI/ADR input ownership across all task-action dialogs

Verification

  • go test ./... -count=1 — 1,572 passed
  • go test -race ./... — 1,572 passed
  • Go statement coverage — 96.4% required / 96.4% actual
  • go vet ./..., Go build, format checker, checker self-test, and diff check — passed
  • npm test — 695 passed, 98.26% statements
  • npm run build — passed

Independent standards and spec reviews are clean after fixes for stale checklist writes, auto-ship races, and cross-pane input ownership.

@sonarqubecloud

Copy link
Copy Markdown

@aksOps
aksOps marked this pull request as ready for review August 18, 2026 03:03
@aksOps
aksOps merged commit 8f86c09 into main Aug 18, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TUI ship mechanics and delete flows

1 participant