The inbox target wire format reserves seq (board history version at pin time) so an agent can detect that the board changed between pin and read. The v1 viewer omits it: the client doesn't track the live board version (history seqs are only fetched when the history drawer opens).
Fix: carry the current history seq on SSE snapshot/update (or on the payload), keep it per-scope client-side, and set target.seq in the composer (comment-composer.ts). Server/CLI already accept and render it (· board v37).
Context: docs/superpowers/specs/2026-07-03-targeted-feedback-design.md, PR #220.
The inbox
targetwire format reservesseq(board history version at pin time) so an agent can detect that the board changed between pin and read. The v1 viewer omits it: the client doesn't track the live board version (history seqs are only fetched when the history drawer opens).Fix: carry the current history seq on SSE
snapshot/update(or on the payload), keep it per-scope client-side, and settarget.seqin the composer (comment-composer.ts). Server/CLI already accept and render it (· board v37).Context: docs/superpowers/specs/2026-07-03-targeted-feedback-design.md, PR #220.