feat: one-shot dock bounce on parked approvals while away (Standing #9) - #57
Merged
Conversation
…anding #9) NotifyPendingApproval's away branch now requests a single informational dock bounce (window.Flash, wails beta.6's macOS support) alongside the OS notification and floating prompt -- same kernel attention-layer class as the dock badge (ADR-0035). The notify adapter's cgo send aborts headless, so only the nil-window guard is unit-testable; the real bounce is a manual-only desktop check (testing.md). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ
alicoding
enabled auto-merge (squash)
August 13, 2026 14:21
alicoding
added a commit
that referenced
this pull request
Aug 15, 2026
…anding #9) (#57) NotifyPendingApproval's away branch now requests a single informational dock bounce (window.Flash, wails beta.6's macOS support) alongside the OS notification and floating prompt -- same kernel attention-layer class as the dock badge (ADR-0035). The notify adapter's cgo send aborts headless, so only the nil-window guard is unit-testable; the real bounce is a manual-only desktop check (testing.md). Claude-Session: https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The away-attention stack (ADR-0032 §3) gains its dock bounce:
NotifyPendingApproval's away branch fires a single informational attention request (window.Flash, unlocked by wails beta.6's macOS support) alongside the notification and floating prompt. Kernel attention-layer surface per ADR-0035 — not a composition path. Nil-window guard unit-tested; the full away branch isn't headless-testable (notify's cgo send aborts undergo test— recorded in testing.md's manual-only note with the desktop verification step). SPEC attention-layer paragraph updated; Standing #9 flipped.🤖 Generated with Claude Code
https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ