From 5d3ccd1b07c88e587f79047a740d7c962a4f2e23 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Mon, 13 Apr 2026 21:46:33 +0000 Subject: [PATCH] feat: add launchd plist for auto-commit-guard service (#511) --- deploy/auto-commit-guard.plist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 deploy/auto-commit-guard.plist diff --git a/deploy/auto-commit-guard.plist b/deploy/auto-commit-guard.plist new file mode 100644 index 00000000..9877d734 --- /dev/null +++ b/deploy/auto-commit-guard.plist @@ -0,0 +1,24 @@ + + + + + Label + ai.timmy.auto-commit-guard + ProgramArguments + + /bin/bash + /Users/apayne/.hermes/bin/auto-commit-guard.sh + 120 + + RunAtLoad + + KeepAlive + + StandardOutPath + /Users/apayne/.hermes/logs/auto-commit-guard.stdout.log + StandardErrorPath + /Users/apayne/.hermes/logs/auto-commit-guard.stderr.log + WorkingDirectory + /Users/apayne + +