Agent alerts + lockpaw CLI, design system (v1.1.0)#7
Merged
Conversation
Canonical tokens (color/type/space/motion/elevation) and the agent-angle key image, reused as the README hero, website OG, and repo social preview. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The locked screen glows (and optionally chimes) when an AI agent needs you. Ships a bundled `lockpaw` CLI (ping / install-cli / install-hook) that signals the app via DistributedNotificationCenter. Works with Claude Code, Codex, Gemini, or any CLI agent. - PingDecision (pure, tested) + AgentNotifier (foreground-presenting) - Glanceable teal glow on the lock screen; debounced; silent by default - Settings: sound toggle, test ping, and clipboard-based agent setup - Onboarding: breathing mascot + agent-glow preview step - Motion unified with the website; fixed the 12s mascot loop snap - Bump to 1.1.0 (build 11); CLI signed inside-out in build-release.sh Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
LockpawCLI's Swift module was named `lockpaw`, which case-collides with the app's `Lockpaw` module on case-insensitive filesystems and breaks `@testable import Lockpaw` on a clean build (CI). Set PRODUCT_MODULE_NAME to LockpawCLI; the executable stays `lockpaw`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
sorkila
added a commit
that referenced
this pull request
Jun 12, 2026
Agent alerts + lockpaw CLI, design system (v1.1.0)
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
Adds agent alerts — the locked screen glows (and optionally chimes) when an AI coding agent needs you — plus a design-system pass that unifies the app, website, and GitHub presence.
Agent alerts
lockpawCLI:ping,install-cli,install-hook <claude|codex|gemini>.DistributedNotificationCenter(never launches the app when it isn't running).PingDecision(pure, unit-tested) → glow + notification while locked; no-op when unlocked; debounced.Design system
DESIGN.mdcanonical tokens (color/type/space/motion/elevation) + coherence checklist.Fixes
Tests
AgentPingTests).🤖 Generated with Claude Code