Skip to content
Draft
Show file tree
Hide file tree
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 @@ -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 helpers (Mount/Network/Tmpfs/AddHost/ContainerUser) shared by MCPG stdio server compilation, not a CompilerExtension impl itself
│ │ │ ├── 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
Expand Down
8 changes: 4 additions & 4 deletions docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ subcommands. When configured, use `tools.azure-devops` for authenticated ADO
reads. Do not run `az login` or inject Azure credentials into the Agent
sandbox; use SafeOutputs or request a supported tool instead.

A daily smoke pipeline at
[`tests/safe-outputs/azure-cli.md`](../tests/safe-outputs/azure-cli.md)
exercises binary/subcommand availability without claiming authenticated direct
ADO access.
Binary/subcommand availability is exercised without claiming authenticated
direct ADO access; see [`tests/safe-outputs/`](../tests/safe-outputs/) and
[`tests/smoke/`](../tests/smoke/) for the current smoke fixtures and lane
model.

### GitHub CLI (`gh`)

Expand Down