Skip to content

docs: fix architecture tree and ecosystem list drift - #2093

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/fix-agent-doc-drift-2026-09-4d5a65e5f1d263e9
Draft

docs: fix architecture tree and ecosystem list drift#2093
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/fix-agent-doc-drift-2026-09-4d5a65e5f1d263e9

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
accuracy AGENTS.md's extensions/ architecture-tree listing omits container_runtime.rs, which exists in src/compile/extensions/ and is re-exported by mod.rs (ContainerRuntimeConfig, Mount, Network, Tmpfs, AddHost, ContainerUser — typed Docker runtime config for MCPG stdio servers) AGENTS.md
accuracy docs/network.md's "Additional ecosystems" catch-all list omits copilot-vendor, a valid ecosystem identifier defined in src/data/ecosystem_domains.json (resolves to the GitHub Copilot API/telemetry domains) that is usable via network.allowed docs/network.md

Applied Fixes

  • Added container_runtime.rs to the extensions/ block of the AGENTS.md architecture tree with a one-line description matching its module doc comment
  • Added copilot-vendor to the "Additional ecosystems" list in docs/network.md

Notes

Verified by diffing find src -type f -name '*.rs' against every file basename mentioned in AGENTS.md, and by parsing src/data/ecosystem_domains.json and comparing its keys against docs/network.md's ecosystem tables. Also spot-checked docs/cli.md against the Commands enum in src/main.rs, docs/front-matter.md against the FrontMatter struct in src/compile/types.rs, docs/safe-outputs.md against src/safe_outputs/, and docs/schedule-syntax.md against src/fuzzy_schedule.rs — no further drift found in those areas. docs/cli.md and the prompts/*.md workflow-authoring guides were confirmed accurate against current CLI commands, front-matter fields, and safe-output tool names.


Created by the agent-documentation maintainer workflow.

Generated by Agent Documentation Maintainer · auto · 133.5 AIC · ⌖ 6.57 AIC · ⊞ 13.6K ·

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
2 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants