Add HomeManagerStatus macOS menu bar app
A SwiftUI menu bar app that monitors the jj status of ~/.config/home-manager
relative to trunk(). Shows ahead/behind commit counts with SF Symbol icons,
dirty working copy indicator, and provides quick actions (refresh, open in
Ghostty, quit).
Architecture uses protocol-based dependency injection (JujutsuCommandRunner)
for testability. Includes 64 unit tests covering the model, parser, and
checker layers using Swift Testing framework.
Polls every 5 minutes. Nix-aware PATH handling for jj binary discovery.
AI-assisted: GitLab Duo Agentic Chat (Claude Opus 4.6)