Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ fail-closed and only pauses when the agent actually proposed a reviewed output.
│ │ ├── add_pr_comment.rs
│ │ ├── assign_github_issue_milestone.rs
│ │ ├── assign_github_issue_to_user.rs
│ │ ├── assign_work_item.rs
│ │ ├── close_github_issue.rs
│ │ ├── comment_on_github_issue.rs
│ │ ├── comment_on_work_item.rs
Expand Down
3 changes: 3 additions & 0 deletions docs/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ permissions: # optional ADO access token configuration (see do
# Default: executor uses $(System.AccessToken).
# Set this only for cross-org writes or
# named-identity attribution.
# permissions-required: # optional abstract read/write requirements unioned across imports
# read: true # (see docs/imports.md#permissions-required)
# write: false
supply-chain: # optional internal supply-chain mirror (see docs/supply-chain.md)
feed: # mirror binaries (compiler, AWF, ado-script) from an ADO Artifacts feed
name: my-project/my-feed # feed name or project/feed; scalar `feed: my-feed` shorthand also works
Expand Down