chore(security): add guardrails and PR merge summary docs

This commit is contained in:
2026-02-25 22:05:22 +00:00
parent 8097ab7484
commit a2f88cfe0f
4 changed files with 107 additions and 6 deletions

View File

@@ -21,6 +21,10 @@ export AUTH_TOKEN='strong-token'
# optional allowlist
# export ALLOWED_GUILD_IDS='123,456'
# export ALLOWED_CALLER_IDS='agent-main,agent-admin'
# optional limits
# export MAX_MEMBER_FIELDS=20
# export MAX_MEMBER_RESPONSE_BYTES=500000
# export MAX_PRIVATE_MUTATION_TARGETS=200
node server.mjs
```