🤖 docs: forbid token leaks

Add explicit secret redaction guidance to workspace AGENTS.md.

Tests: not run (docs change)
This commit is contained in:
Josh Palmer
2026-01-30 12:05:56 +01:00
parent 682523d829
commit faa8917f2d
+2
View File
@@ -193,6 +193,8 @@ memory/
- github app tokens: short-lived, refresh via timer
- anthropic api key: required for claude models
- discord bot tokens: stored via agenix
- never print tokens, keys, or credentials in chat/logs; always redact ("<redacted>")
- when reporting env vars or command output, strip secret values entirely
## Know When to Speak
group chats: receive everything. respond selectively.