AGENTS.md@packages/chat-gateway/src · git:20260918.2f0b7e4 · 2026-09-18 · sha256 84b4ce26208cae28
AGENTS.md@packages/chat-gateway/src git:20260918.2f0b7e4A
Immutable. This exact content is served forever at /api/v1/blob/84b4ce26208cae28.
# DOX — packages/chat-gateway/src Files in this directory. One row per source file. See change: add-chat-gateway. | File | Purpose | |------|---------| | `configSchema.json` | Plugin config JSON Schema. `token` is `writeOnly: true` — the HOST's `redactWriteOnly` strips it from every client-facing document (`plugin_config_update` broadcast, `POST /api/config/plugins/:id`, `GET /api/config`), while the server-side `getPluginConfig()` the entry reads still carries the real value. `allowedRoots` is the mandatory spawn whitelist (empty ⇒ every spawn refused). `groupChannels` is the L4 opt-in list. `additionalProperties: false`. |