From be2d86f637e28a87d8a1542ba054ef72b59e3316 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:50:09 +0000 Subject: [PATCH] docs: list container_runtime.rs in AGENTS.md 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 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