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 AGENTS.md architecture tree had no entry for this module at all — audit only appeared in the documentation index bullet for docs/audit.md. Added the full subtree, positioned consistently with the other lifecycle command modules.
2. export-gate-schema missing from CLI summaries
src/main.rs defines and dispatches Commands::ExportGateSchema → export-gate-schema CLI command. The command was already documented in docs/cli.md (lines 134–136), but the summary command lists in AGENTS.md and README.md did not include it.
Applied Fixes
Added full src/audit/ subtree to AGENTS.md architecture tree
Added export-gate-schema to the CLI command list in AGENTS.md
Added export-gate-schema to the CLI commands block in README.md
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
README.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 26838060715 -n agent -D /tmp/agent-26838060715
# Create a new branch
git checkout -b docs/fix-documentation-drift-audit-module-export-gate-schema-8b635d2ce5709123 main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-26838060715/aw-docs-fix-documentation-drift-audit-module-export-gate-schema.patch
# Push the branch and create the pull request
git push origin docs/fix-documentation-drift-audit-module-export-gate-schema-8b635d2ce5709123
gh pr create --title 'docs: fix documentation drift — audit module tree and export-gate-schema command' --base main --head docs/fix-documentation-drift-audit-module-export-gate-schema-8b635d2ce5709123 --repo githubnext/ado-aw
Documentation Freshness Audit
This audit found the following inconsistencies between code and documentation:
Findings
src/audit/subdirectory (18 files acrossanalyzers/andrender/sub-modules) was entirely absent from the architecture treeAGENTS.mdexport-gate-schemacommand was missing from the CLI command summary listsAGENTS.md,README.mdDetails
1. Missing
src/audit/subtree inAGENTS.mdThe actual source tree includes a full
src/audit/directory:The
AGENTS.mdarchitecture tree had no entry for this module at all —auditonly appeared in the documentation index bullet fordocs/audit.md. Added the full subtree, positioned consistently with the other lifecycle command modules.2.
export-gate-schemamissing from CLI summariessrc/main.rsdefines and dispatchesCommands::ExportGateSchema→export-gate-schemaCLI command. The command was already documented indocs/cli.md(lines 134–136), but the summary command lists inAGENTS.mdandREADME.mddid not include it.Applied Fixes
src/audit/subtree toAGENTS.mdarchitecture treeexport-gate-schemato the CLI command list inAGENTS.mdexport-gate-schemato the CLI commands block inREADME.mdThis 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.mdREADME.mdCreate the pull request manually