From acaea3bdbdf8ff67f187b6b31fa33252f84054fa Mon Sep 17 00:00:00 2001 From: Kyle Crommett Date: Sun, 30 Nov 2025 22:19:01 -0800 Subject: [PATCH] updates --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.