diff --git a/docs/cli/mint.md b/docs/cli/mint.md index c9229ed89..b1afa7954 100644 --- a/docs/cli/mint.md +++ b/docs/cli/mint.md @@ -105,7 +105,7 @@ Example: `--per-repo-wif-repos=` clears `PER_REPO_WIF_REPOS` without requiring ` | `--region` | `us-central1` | Cloud region for the function (GCP only) | | `--pem-dir` | | Directory containing `{role}.pem` files for PEM bootstrap | | `--app-set` | `fullsend-ai` | App set name for PEM bootstrap | -| `--roles` | _(default roles)_ | Comma-separated role names to bootstrap with `--pem-dir`. Overrides the default set. Example: `--roles=fullsend,triage,coder,review,retro,prioritize,e2e` | +| `--roles` | _(default roles)_ | Comma-separated role names to bootstrap with `--pem-dir`. Overrides the default set. Example: `--roles=fullsend,triage,coder,review,retro,prioritize`. The `e2e` role is internal-only and not intended for user configuration | | `--public` | `false` | Deploy public mint (`PER_REPO_WIF_REPOS=*`). Mutually exclusive with `--per-repo-wif-repos` on Cloudflare | | `--status-auth` | `oidc` | Comma-separated status auth modes. Each non-oidc mode selects a Go build tag. Modes: `oidc`, `github`. `oidc` is always compiled in; `github` requires `--status-github-group` | | `--status-github-group` | | `ORG/TEAM` slug for GitHub status auth (required when `github` mode enabled). Example: `--status-github-group=acme/platform-team` | diff --git a/docs/guides/user/bring-your-own-agent.md b/docs/guides/user/bring-your-own-agent.md index bda86de13..02ac27bd7 100644 --- a/docs/guides/user/bring-your-own-agent.md +++ b/docs/guides/user/bring-your-own-agent.md @@ -335,7 +335,7 @@ allowed_remote_resources: ``` **Notes:** -- `roles` controls which built-in agent roles are enabled. Valid values: `fullsend`, `triage`, `coder`, `review`, `fix`, `retro`, `prioritize`, `e2e`. Custom agents registered via `agents:` do not need to appear in this list. +- `roles` controls which built-in agent roles are enabled. Valid values: `fullsend`, `triage`, `coder`, `review`, `fix`, `retro`, `prioritize`. Custom agents registered via `agents:` do not need to appear in this list. - URL entries are automatically pinned with `#sha256=...` by `fullsend agent add`. - URLs must be covered by `allowed_remote_resources` in the same config. - On name collision, config-registered agents take precedence over built-in agents.