From 84f2cb5512633a81ea698ddffce2989e5414a8ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 01:09:30 +0000 Subject: [PATCH] docs: add missing container_runtime.rs to extensions/ architecture tree Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 8742c75e..c5e60371 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -110,6 +110,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 mount/runtime config (Mount, MountMode) shared by azure_cli.rs's MCPG stdio server wiring │ │ │ └── tests.rs # Extension integration tests │ │ ├── codemods/ # Front-matter codemods (one file per transformation) │ │ │ ├── mod.rs # Codemod struct, CODEMODS registry, runner