diff --git a/bin/README.md b/bin/README.md index 3b67b41294..834edb74e5 100644 --- a/bin/README.md +++ b/bin/README.md @@ -146,7 +146,3 @@ Query agent session checkpoints across multi-agent pipelines. **Filters**: `--issue`, `--pr`, `--pipeline`, `--session`, `--branch`, `--trigger`, `--status`, `--agent-type`, `--phase`, `--limit`, `--json` See the [Checkpoint Access Guide](../docs/guides/checkpoint-access.md) for detailed usage examples. - -## setup-gateway - -Install the gateway sidecar service. diff --git a/docs/development/STRUCTURE.md b/docs/development/STRUCTURE.md index ffb0936eb4..8f751164cc 100644 --- a/docs/development/STRUCTURE.md +++ b/docs/development/STRUCTURE.md @@ -24,7 +24,7 @@ egg/ | Directory | Purpose | Runs In | |-----------|---------|---------| -| `bin/` | CLI entry points (`egg`, `egg-sdlc`, `setup-gateway`) | Host | +| `bin/` | CLI entry points (`egg`, `egg-sdlc`) | Host | | `config/` | Repository config, secrets template | Host | | `gateway/` | Gateway sidecar: policy enforcement, credential injection, proxying | Gateway container | | `integration_tests/` | Integration tests requiring Docker and real containers | CI / local | diff --git a/docs/index.md b/docs/index.md index 4068e10e2b..e1aae673aa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -83,7 +83,7 @@ Each major component has detailed documentation: | [Sandbox Container](../sandbox/README.md) | `sandbox/` | Agent environment, tools, entrypoint | | [Shared Libraries](../shared/README.md) | `shared/` | Config, logging, git utilities, and SDLC contracts | | [Configuration](../config/README.md) | `config/` | Repository and host configuration | -| [CLI Entry Points](../bin/README.md) | `bin/` | `egg`, `egg-sdlc`, and `setup-gateway` commands | +| [CLI Entry Points](../bin/README.md) | `bin/` | `egg` and `egg-sdlc` commands | | [GitHub Action](../action/README.md) | `action/` | Composite action for GitHub Actions | | [Claude Code Config](../sandbox/.claude/README.md) | `sandbox/.claude/` | Agent rules and slash commands |