From 1ece28d88a288e6ae98f1dbe736124fcb2cccc89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:54:20 +0000 Subject: [PATCH] docs: add missing container_runtime.rs to architecture tree --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 8742c75e..85e0e789 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 runtime configuration for MCPG stdio servers (mounts, mount modes) │ │ │ └── tests.rs # Extension integration tests │ │ ├── codemods/ # Front-matter codemods (one file per transformation) │ │ │ ├── mod.rs # Codemod struct, CODEMODS registry, runner