You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The src/compile/ir/ subdirectory appeared twice in the AGENTS.md architecture tree:
First listing (line ~54): included tasks.rs but was missing summary.rs — this was the original listing, predating the addition of summary.rs.
Second listing (line ~105): appeared after codemod_integration_test.rs and types.rs using a └── connector, as if it were the last item in compile/. It included summary.rs but was missing tasks.rs — this was added when summary.rs was introduced, but the first listing was never updated or removed.
The actual directory (src/compile/ir/) contains bothtasks.rs and summary.rs.
2. CLI commands missing from Documentation Index
The docs/cli.md entry in the Documentation Index only listed 13 commands, omitting 7 commands that are fully documented in docs/cli.md itself:
Remove duplicate compile/ir/ listing (the second, misplaced one)
Add summary.rs to the canonical compile/ir/ listing (the first, correctly-placed one)
Fix compile/types.rs tree connector from ├── to └── (it is now the last item in compile/ after removing the duplicate ir/ block)
Add missing CLI commands to the docs/cli.md index description: mcp-author, trace, inspect, graph, whatif, lint, catalog
This pull request was created by the automated documentation freshness check.
Warning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
AGENTS.md
The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.
Create the pull request manually
# Download the patch from the workflow run
gh run download 27751566405 -n agent -D /tmp/agent-27751566405
# Create a new branch
git checkout -b docs/fix-architecture-drift-1781777100-db1cb2d83b9d0606 main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-27751566405/aw-docs-fix-architecture-drift-1781777100.patch
# Push the branch and create the pull request
git push origin docs/fix-architecture-drift-1781777100-db1cb2d83b9d0606
gh pr create --title 'docs: fix architecture drift in AGENTS.md' --base main --head docs/fix-architecture-drift-1781777100-db1cb2d83b9d0606 --repo githubnext/ado-aw
Documentation Freshness Audit
This audit found the following inconsistencies between code and documentation:
Findings
compile/ir/directory listed twice with different contentAGENTS.mdsummary.rsmissing from the canonicalcompile/ir/listingAGENTS.mdmcp-author,trace,inspect,graph,whatif,lint,catalogAGENTS.mdDetails
1. Duplicate
compile/ir/directory listingThe
src/compile/ir/subdirectory appeared twice in the AGENTS.md architecture tree:tasks.rsbut was missingsummary.rs— this was the original listing, predating the addition ofsummary.rs.codemod_integration_test.rsandtypes.rsusing a└──connector, as if it were the last item incompile/. It includedsummary.rsbut was missingtasks.rs— this was added whensummary.rswas introduced, but the first listing was never updated or removed.The actual directory (
src/compile/ir/) contains bothtasks.rsandsummary.rs.2. CLI commands missing from Documentation Index
The
docs/cli.mdentry in the Documentation Index only listed 13 commands, omitting 7 commands that are fully documented indocs/cli.mditself:Missing:
mcp-author,trace,inspect,graph,whatif,lint,catalogApplied Fixes
compile/ir/listing (the second, misplaced one)summary.rsto the canonicalcompile/ir/listing (the first, correctly-placed one)compile/types.rstree connector from├──to└──(it is now the last item incompile/after removing the duplicateir/block)docs/cli.mdindex description:mcp-author,trace,inspect,graph,whatif,lint,catalogThis pull request was created by the automated documentation freshness check.
Warning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
AGENTS.mdThe push was rejected because GitHub Actions does not have
workflowspermission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.Create the pull request manually