Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 shared by MCPG stdio servers (ContainerRuntimeConfig, Mount, Network, Tmpfs, ContainerUser, AddHost)
│ │ │ └── tests.rs # Extension integration tests
│ │ ├── codemods/ # Front-matter codemods (one file per transformation)
│ │ │ ├── mod.rs # Codemod struct, CODEMODS registry, runner
Expand Down