feat: add action-item copy and menu-bar quick control - #79
Open
ottomansky wants to merge 3 commits into
Open
Conversation
jordanrburger
added a commit
that referenced
this pull request
Jul 20, 2026
Re-anchor against merged PR #78 (KindMarker + SF Symbol sweep): card priority is the left stripe (unchanged); section-header priority renders via KindMarker; Task 5 line anchors (header 89-116, nested 341-367) and quickActions/DS symbols verified present on main; PR #79 still open and not depended on; no TaskChip vs KindMarker collision. Docs-only. Co-Authored-By: Claude Opus 4.8 <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.
Summary
Why
Scout already builds useful agent-ready context, but copying it previously required launching Claude and worked one item at a time. This makes the handoff portable to any agent, supports lightweight planning across several items, and keeps Scout fully useful as a compact menu-bar app.
Verification
xcodebuild -scheme Scout -destination 'platform=macOS' buildxcodebuild -scheme Scout -destination 'platform=macOS' test— 431 tests passed, 0 failed0.9.1git diff --checkNotes
The menu-bar UI keeps secondary actions icon-only with hover help, while primary actions retain visible labels. Animations honor the system Reduce Motion setting. The build continues to emit pre-existing Swift concurrency warnings in unrelated services.