Module: RepoTender::CLI::Daemon

Defined in:
lib/repo_tender/cli/daemon.rb

Overview

‘daemon` command group: install / uninstall / start / stop / restart / status. Installs a per-user launchd agent (`gui/<UID>`) that fires `repo-tender sync` on a `StartInterval`. The launchctl side is exercised ONLY through an injected command runner (slice-4 gates G2–G4); the live domain is proven by the manual real-Mac checklist in docs/gates/slice-4.md, not by these tests.

Defined Under Namespace

Modules: Helpers Classes: Install, Restart, Start, Status, Stop, Uninstall