docs(site): document 7 new execution-context contributors#1030
Merged
jamesadevine merged 1 commit intoJun 15, 2026
Merged
Conversation
Expand execution-context.mdx to cover all 8 contributors that shipped in v0.36.0 (PR #1019). Previously the page only documented the original `pr` contributor and contained a placeholder noting that future contributors would be added. - Contributors table: 1 row → 8 rows with activation conditions and opt-in/opt-out defaults - Front-matter YAML example: 2 lines → 22-line annotated example - Fields reference: expanded to cover every config key for all contributors (pr, pr.checks, workitem, manual, pipeline, ci-push, schedule, repo) - Agent-visible layout: per-contributor `aw-context/` directory trees (pr, pr.checks, workitem, manual, pipeline, ci-push, schedule, repo) - Bash allow-list table: shows which commands each contributor adds - Compiler internals: updated from 3 source refs to 10 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jamesadevine
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
site/.prcontributor and contained a placeholder note that future contributors would be added; it now documents all 8.Changes
site/src/content/docs/reference/execution-context.mdxpr.checks.*,workitem.*,manual.*,pipeline.*,ci-push.*,schedule.*,repo.*aw-context/directory trees for all 8 contributors, including the untrusted-sentinel note forworkitemprose fieldsAccuracy checks
src/compile/types.rs(config structs) and the correspondingsrc/compile/extensions/exec_context/*.rscontributor source filesscripts/ado-script/src/exec-context-*/index.tsbundlesworkitem.rs,pipeline.rs,ci_push.rs, andschedule.rs—manualandrepoconfirmed bearer-freeworkitemuntrusted-sentinel behavior verified inworkitem.rs(wrapAgentReadableUntrusted)*.rsfileValidation
cd site && npm ci && npm run build— 35 pages built, all internal links validCreated by the docs-writer workflow.