Skip to content

feat(tui): manage comments and blocker links - #107

Merged
aksOps merged 1 commit into
mainfrom
codex/issue-91-comments-links
Aug 18, 2026
Merged

feat(tui): manage comments and blocker links#107
aksOps merged 1 commit into
mainfrom
codex/issue-91-comments-links

Conversation

@aksOps

@aksOps aksOps commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add direct-store comment creation and confirmed deletion to TUI card detail
  • create and remove directional blocker links with explicit completion-gate state
  • serialize stale-safe action results, nested input ownership, and canonical refresh reconciliation
  • enforce the transactional completion guard when a TUI drop targets Done

Validation

  • GOFLAGS=-buildvcs=false sh scripts/check-go-coverage.sh (96.5% total; 97.0% carddetail; 96.1% TUI)
  • GOFLAGS=-buildvcs=false go test -race ./... -count=1
  • go test ./internal/tui/carddetail ./internal/tui
  • focused stale-refresh and Done-guard regressions repeated 100 times (800 passes)
  • GOFLAGS=-buildvcs=false go vet ./...
  • GOFLAGS=-buildvcs=false go build ./...
  • npm test (60 files, 695 tests; 98.26% statements)
  • npm run build
  • sh scripts/check-go-format.sh
  • sh scripts/check-go-checkers.test.sh
  • git diff --check

Closes #91

@sonarqubecloud

Copy link
Copy Markdown

@aksOps
aksOps marked this pull request as ready for review August 18, 2026 02:03
@aksOps
aksOps merged commit 2bc82d0 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 comments and link management (parity+)

1 participant