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
However, exec-context-pr.js has been a third bundled script since the PR-context precompute feature (issue #860). The source exists at scripts/ado-script/src/exec-context-pr/, and both AGENTS.md and docs/ado-script.md correctly document all three scripts. Only the README docs index was out of date.
Applied Fixes
Updated README.md docs index entry for docs/ado-script.md to include exec-context-pr.js in the list of bundled TypeScript runtime helpers
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
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 27130078342 -n agent -D /tmp/agent-27130078342
# Create a new branch
git checkout -b docs/freshness-audit-exec-context-pr-605bc59ce4e8de8c main
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-27130078342/aw-docs-freshness-audit-exec-context-pr.patch
# Push the branch and create the pull request
git push origin docs/freshness-audit-exec-context-pr-605bc59ce4e8de8c
gh pr create --title 'docs: fix documentation drift — README missing exec-context-pr.js in ado-script section' --base main --head docs/freshness-audit-exec-context-pr-605bc59ce4e8de8c --repo githubnext/ado-aw
Documentation Freshness Audit
This audit found the following inconsistency between code and documentation:
Findings
gate.jsandimport.jsas bundled TypeScript runtime helpers;exec-context-pr.js(added in issue #860) was missingREADME.mdDetails
README.md (Docs Index section, line 609) described the
ado-scriptworkspace as:However,
exec-context-pr.jshas been a third bundled script since the PR-context precompute feature (issue #860). The source exists atscripts/ado-script/src/exec-context-pr/, and bothAGENTS.mdanddocs/ado-script.mdcorrectly document all three scripts. Only the README docs index was out of date.Applied Fixes
README.mddocs index entry fordocs/ado-script.mdto includeexec-context-pr.jsin the list of bundled TypeScript runtime helpersThis 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
README.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