verify-ui: multi-session markers and scoped Stop hook #15

Closed
aurelien.ciemniewski wants to merge 2 commits from aurelien.ciemniewski/verify-ui-multi-session into main AGit
Collaborator

Two commits: the July marker-path fix (.claude/ui-verify → .claude/verify-ui, 4.0.1) and the multi-session rework (4.1.0): per-file content-hashed markers under .claude/verify-ui/verified/, Stop hook scoped to the session's own edited files via transcript scan, legacy last-run.json still read as migration fallback, stdlib test suite incl. concurrent-write test (23 checks).

Two commits: the July marker-path fix (.claude/ui-verify → .claude/verify-ui, 4.0.1) and the multi-session rework (4.1.0): per-file content-hashed markers under .claude/verify-ui/verified/, Stop hook scoped to the session's own edited files via transcript scan, legacy last-run.json still read as migration fallback, stdlib test suite incl. concurrent-write test (23 checks).
- Stop hook looked in `.claude/ui-verify/` while the skill writes
  `.claude/verify-ui/`, so the marker was never seen and every Stop
  re-asked for a verification that had just run
- toolkit README pointed at a config example filename that never shipped
  and claimed the plugin needs config, stale since v4 auto-detection

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Up to 9 parallel sessions on one tree: each got nagged to verify the
  others' in-progress files (moving target) and worked around the hook.
- The single shared last-run.json was clobbered across sessions; now one
  content-hashed marker per verified file, written atomically.
- Stop hook scopes its demand to files edited by the session (transcript
  scan); legacy last-run.json still read as a migration fallback.
- --untracked-files=all: git collapsed untracked dirs to "inertia/",
  which could never match a marker or transcript path.
olivier.drieux closed this pull request 2026-08-25 11:43:55 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
ready-for-agent
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
linkweb-public/linkweb-ai-toolkit!15
No description provided.