Local Project State - 2026-06-02
Local Project State - 2026-06-02
This checkout is now treated as a local Pace project.
Git State
- Active branch:
main - Remotes: none configured
- Published cleanup already done:
- The accidental external draft PR is closed.
- The exposed fork branches were deleted.
- The old upstream/fork remotes were removed from this checkout.
Do not add a GitHub remote or push this project unless the target repository is explicitly confirmed first.
Current Product Work
The latest local main includes:
- Menu-bar/notch overlay as the primary always-visible Pace surface.
- Right-side voice animation in the notch during listening/processing/responding.
- Simpler left-side state icon in the notch.
- Cursor annotation preference and panel toggle.
- Grouped
<tool_calls>parser where outer arrays are sequential and inner arrays are parallel. - Local action tools for apps, URLs, Music, volume, brightness, Calendar, and Reminders.
- Local tool registry for planner docs, aliases, risk labels, approval summaries, and future MCP bridge work.
- First-pass Apple app tools: Finder, Notes, Mail drafts, Things, Shortcuts, and Messages opening.
- Action approval toggle and popup before local tools control the Mac.
- Pure action-approval policy tests for approval request creation, allow-once, and cancellation.
- Dry-run executor tests for URL, Music, Calendar, Reminders, Finder, Notes, Mail, Things, Shortcuts, and Messages observations.
- Gated runtime smoke hooks for panel show/hide, cursor annotation off/on, and real approval-popup cancellation.
- Screen image diffing plus explicit watch-mode controller and panel toggle for meaningful change events.
- Explicit watch-mode voice commands for “watch my screen” and “stop watching”.
- Rule-based intent classifier routes chitchat, pure-knowledge, screen-read, tool-action, and phone-large-model turns.
- Parser, TTS-stripping, image-diff, watch-mode, registry, and intent tests.
- Updated
AGENTS.mdarchitecture notes.
Validation Already Performed
- Swift parser checks over modified app files passed before the local merge.
plutil -lint leanring-buddy/Info.plistpassed.jq empty evals/fixtures/action-mode-off.json evals/fixtures/qa-no-screen.jsonpassed.git diff --checkpassed.- Xcode build via AppleScript succeeded before the local merge.
- Xcode test via AppleScript passed 118 tests after the stale test-target signing team was aligned with the app target.
- Latest Xcode result has no
Info.plistresource warning and no watch-command actor-isolation warnings. Remaining warnings are the known Swift 6 concurrency warnings called out inAGENTS.md. python3 scripts/diag-pace.py --quick --no-load --evalpassed after starting the LM Studio server: both models resident, no model thrash, VLM JSON healthy, synthetic VLM-to-planner turn under 3.5s, planner eval 19/19.scripts/smoke-runtime-hooks.shpassed: app launched withPACE_ENABLE_SMOKE_HOOKS=1, panel show/hide succeeded, cursor annotations toggled off/on, and the real approval popup returned cancel after Escape.
Latest Runtime Notes
- The notch capsule opened the companion panel successfully via a direct click smoke test.
- Coordinate-based toggle clicking was too brittle, so app-level verification now uses gated runtime smoke hooks instead of fragile screen coordinates.
- Treat
EnableActionscarefully because enabled action mode can post real local input and system actions. KeepApprove Actionson unless actively testing automation speed.