From c6e93ba1a1e9ef34c6557953ca6058d3d4e77ee5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:44:04 +0000 Subject: [PATCH] docs: add missing container_runtime.rs module to 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..436886ec 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -99,6 +99,7 @@ fail-closed and only pauses when the agent actually proposed a reviewed output. │ │ │ ├── github.rs # Always-on GitHub MCP extension │ │ │ ├── safe_outputs.rs # Always-on SafeOutputs MCP extension │ │ │ ├── ado_script.rs # Always-on ado-script extension (gate evaluator + runtime-import resolver + execution-context precomputes, per-job downloads) +│ │ │ ├── container_runtime.rs # Typed Docker runtime config for MCPG stdio servers: `Mount`/`MountMode` (ro/rw bind mounts) + `ContainerRuntimeConfig`/`ContainerRuntimeBuilder`, consumed by extensions that launch MCPG backends in containers │ │ │ ├── exec_context/ # Always-on execution-context extension (issue #860) │ │ │ │ ├── mod.rs # ExecContextExtension; CompilerExtension impl; contributor fan-out │ │ │ │ ├── contributor.rs # Internal ContextContributor trait + Contributor enum