diff --git a/AGENTS.md b/AGENTS.md index 6c364db09..205f3c6f9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -34,5 +34,6 @@ - Media hosting relies on Tailscale Funnel when using Twilio; use `warelay webhook --ingress tailscale` or `--serve-media` for local hosting. ## Agent-Specific Notes -- If the relay is running in tmux (`warelay-relay`), restart it after code changes: kill pane/session and run `pnpm warelay relay --verbose` inside tmux. Check tmux before editing; keep the watcher healthy if you start it. +- If the relay is running in tmux (`warelay-relay`), restart it after code changes: kill pane/session and run `warelay relay --verbose` inside tmux. Check tmux before editing; keep the watcher healthy if you start it. +- warelay is installed globally, so use `warelay` directly instead of `pnpm warelay`. - Also read the shared guardrails at `~/Projects/oracle/AGENTS.md` and `~/Projects/agent-scripts/AGENTS.MD` before making changes; align with any cross-repo rules noted there.