From eee7644ba46aa18d69100cae52b5d253ddf06956 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:08:35 +0000 Subject: [PATCH] docs: add missing container_runtime.rs entry to AGENTS.md architecture tree --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index d4fee67a..a37973a2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -95,6 +95,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 config (Mount/Network/Tmpfs/AddHost/ContainerUser) shared by MCPG stdio server compilation │ │ │ ├── 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