From 04512ee67c4b7f649dc6f324a4d68f0734a011c8 Mon Sep 17 00:00:00 2001 From: Shadow Date: Fri, 9 Jan 2026 12:57:58 -0600 Subject: [PATCH] Docs: pin Carbon dependency --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index c09b361e3..aac23c78c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -65,6 +65,7 @@ ## Agent-Specific Notes - Vocabulary: "makeup" = "mac app". - When answering questions, respond with high-confidence answers only: verify in code; do not guess. +- Never update the Carbon dependency. - Gateway currently runs only as the menubar app; there is no separate LaunchAgent/helper label installed. Restart via the Clawdbot Mac app or `scripts/restart-mac.sh`; to verify/kill use `launchctl print gui/$UID | grep clawdbot` rather than assuming a fixed label. **When debugging on macOS, start/stop the gateway via the app, not ad-hoc tmux sessions; kill any temporary tunnels before handoff.** - macOS logs: use `./scripts/clawlog.sh` (aka `vtlog`) to query unified logs for the Clawdbot subsystem; it supports follow/tail/category filters and expects passwordless sudo for `/usr/bin/log`. - If shared guardrails are available locally, review them; otherwise follow this repo's guidance.