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 five new bundles correspond to the five new src/exec-context-*/ source directories and their exec_context/*.rs contributors in the Rust compiler — all already documented in docs/execution-context.md, but the ado-script.md workspace reference and AGENTS.md architecture tree were never updated.
Applied Fixes
docs/ado-script.md: correct bundle count (four → eleven); add 5 missing bundles to intro list; expand workspace layout tree with all 5 new entry-point dirs and their .js outputs; update release workflow description to list all 11 bundles; update import.js "ships in same zip" prose
AGENTS.md: expand ado-script/src/ tree to include all 9 exec-context dirs; update technology stack bullet; update docs index entry
README.md: update ado-script.md cross-reference from 4 named bundles to a compact description of all 11
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 27973275353 -n agent -D /tmp/agent-27973275353
# Create a new branch
git checkout -b docs/fix-ado-script-bundle-drift-2360f1630e8e8d4a main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-27973275353/aw-docs-fix-ado-script-bundle-drift.patch
# Push the branch and create the pull request
git push origin docs/fix-ado-script-bundle-drift-2360f1630e8e8d4a
gh pr create --title 'docs: fix ado-script bundle documentation drift' --base main --head docs/fix-ado-script-bundle-drift-2360f1630e8e8d4a --repo githubnext/ado-aw
Documentation Freshness Audit
This audit found the following inconsistencies between code and documentation:
Findings
ado-scriptbundlesdocs/ado-script.mdado-scriptworkspace layoutexec-context-ci-push/,-workitem/,-schedule/,-pr-checks/,-repo/) and their.jsoutputsdocs/ado-script.mdado-scriptrelease zip descriptionado-script.zipdocs/ado-script.mdimport.js"ships in same zip" prosedocs/ado-script.mdado-script/src/shows only 2 entry point dirs; missingexec-context-manual/,exec-context-pipeline/, and 5 moreAGENTS.mdAGENTS.mdado-script.mdreferenceAGENTS.mdado-script.mdcross-referenceREADME.mdDetails
The
scripts/ado-scriptworkspace build system (package.json) now builds eleven ncc bundles:gate.jsimport.jsexec-context-pr.jsexec-context-pr-synth.jsexec-context-manual.jsexec-context-pipeline.jsexec-context-ci-push.js⬅ newexec-context-workitem.js⬅ newexec-context-schedule.js⬅ newexec-context-pr-checks.js⬅ newexec-context-repo.js⬅ newThe five new bundles correspond to the five new
src/exec-context-*/source directories and theirexec_context/*.rscontributors in the Rust compiler — all already documented indocs/execution-context.md, but theado-script.mdworkspace reference and AGENTS.md architecture tree were never updated.Applied Fixes
docs/ado-script.md: correct bundle count (four → eleven); add 5 missing bundles to intro list; expand workspace layout tree with all 5 new entry-point dirs and their.jsoutputs; update release workflow description to list all 11 bundles; updateimport.js"ships in same zip" proseAGENTS.md: expandado-script/src/tree to include all 9 exec-context dirs; update technology stack bullet; update docs index entryREADME.md: updateado-script.mdcross-reference from 4 named bundles to a compact description of all 11This 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