aide up / down
Start and stop the trigger daemon.
aide up
aide up
Starts a background daemon that polls triggers for all registered agents. The daemon:
- Checks each agent's
[trigger]setting - For
issuetriggers: pollsgh issue listfor matching issues - Dispatches
aide runwhen a trigger fires - Writes a PID file to
~/.aide/daemon.pid
aide down
aide down
Sends SIGTERM to the daemon process and removes the PID file.
Notes
- Only one daemon instance runs at a time
- The daemon skips agents with
trigger.on = "manual" - Poll interval is configured in
~/.aide/config.toml