diff --git a/AGENTS.md b/AGENTS.md index 9f231c07..5e230796 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -96,6 +96,7 @@ fail-closed and only pauses when the agent actually proposed a reviewed output. │ │ │ └── integration_tests.rs # Import resolution + merge integration tests │ │ ├── extensions/ # CompilerExtension trait and infrastructure extensions │ │ │ ├── mod.rs # Trait, Extension enum, collect_extensions(), re-exports +│ │ │ ├── container_runtime.rs # Typed Docker runtime configuration for MCPG stdio servers (mounts, network, add-host, user, tmpfs; ContainerRuntimeConfig + builder) │ │ │ ├── ado_aw_marker.rs # Always-on metadata marker extension (emits # ado-aw-metadata JSON) │ │ │ ├── github.rs # Always-on GitHub MCP extension │ │ │ ├── safe_outputs.rs # Always-on SafeOutputs MCP extension