diff --git a/AGENTS.md b/AGENTS.md index d4fee67a..655b6d30 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -111,6 +111,7 @@ fail-closed and only pauses when the agent actually proposed a reviewed output. │ │ │ │ ├── schedule.rs # ScheduleContextContributor — scheduled-run context facts │ │ │ │ └── workitem.rs # WorkItemContextContributor — linked work-item context facts │ │ │ ├── azure_cli.rs # permissions.read-gated Azure CLI extension (runtime detection, wrapper, AWF mounts, az policy prompt) +│ │ │ ├── container_runtime.rs # Typed Docker runtime configuration (Mount/MountMode, Network, Tmpfs, ContainerUser, AddHost) shared by MCPG stdio servers and runtime extensions (e.g. Lean) │ │ │ └── tests.rs # Extension integration tests │ │ ├── codemods/ # Front-matter codemods (one file per transformation) │ │ │ ├── mod.rs # Codemod struct, CODEMODS registry, runner