From 753995a91d0b22a29be4cc146e68e4bf91d85357 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 7 Dec 2025 04:43:25 +0000 Subject: [PATCH] Docs: add no-real-data rule to AGENTS --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 50a99fa45..ff3506611 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -32,6 +32,7 @@ ## Security & Configuration Tips - Web provider stores creds at `~/.clawdis/credentials/`; rerun `clawdis login` if logged out. - Pi/Tau sessions live under `~/.clawdis/sessions/` by default; the base directory is not configurable. +- Never commit or publish real phone numbers, videos, or live configuration values. Use obviously fake placeholders in docs, tests, and examples. ## Agent-Specific Notes - Relay is managed by launchctl (label `com.steipete.clawdis`). After code changes restart with `launchctl kickstart -k gui/$UID/com.steipete.clawdis` and verify via `launchctl list | grep clawdis`. Use tmux only if you spin up a temporary relay yourself and clean it up afterward.