From e3be5f83696d5b0e1df29482f15a52d3103ce35f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 12 Jan 2026 02:12:12 +0000 Subject: [PATCH] docs: require generic docs examples --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 170ac891e..878854e6f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,6 +11,7 @@ - Section cross-references: use anchors on root-relative paths (example: `[Hooks](/configuration#hooks)`). - When Peter asks for links, reply with full `https://docs.clawd.bot/...` URLs (not root-relative). - README (GitHub): keep absolute docs URLs (`https://docs.clawd.bot/...`) so links work on GitHub. +- Docs content must be generic: no personal device names/hostnames/paths; use placeholders like `user@gateway-host` and “gateway host”. ## Build, Test, and Development Commands - Runtime baseline: Node **22+** (keep Node + Bun paths working).