diff --git a/AGENTS.md b/AGENTS.md index 9f231c07..91c81252 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -100,6 +100,7 @@ fail-closed and only pauses when the agent actually proposed a reviewed output. │ │ │ ├── github.rs # Always-on GitHub MCP extension │ │ │ ├── safe_outputs.rs # Always-on SafeOutputs MCP extension │ │ │ ├── ado_script.rs # Always-on ado-script extension (gate evaluator + runtime-import resolver + execution-context precomputes, per-job downloads) +│ │ │ ├── container_runtime.rs # Typed Docker runtime configuration (mounts, add-hosts, user, tmpfs) for MCPG stdio servers │ │ │ ├── exec_context/ # Always-on execution-context extension (issue #860) │ │ │ │ ├── mod.rs # ExecContextExtension; CompilerExtension impl; contributor fan-out │ │ │ │ ├── contributor.rs # Internal ContextContributor trait + Contributor enum