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
2 changes: 1 addition & 1 deletion docs/conclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ safe-outputs:
The job downloads the `safe_outputs` artifact, reads
`safe-outputs-executed.ndjson`, checks upstream Agent / Detection /
SafeOutputs job results, and then files or comments on Azure DevOps
work items using `SYSTEM_ACCESSTOKEN`.
work items using `SYSTEM_ACCESSTOKEN` (or `SC_WRITE_TOKEN` when a write service connection is configured).

Per-tool config is passed from the compiler to `conclusion.js` as
individual flat env vars per field (e.g. `AW_NOOP_TITLE_PREFIX`,
Expand Down
2 changes: 1 addition & 1 deletion prompts/create-ado-agentic-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If interactive, ask only missing essentials first.
### 2. Build Front Matter
Use only required keys plus task-required options:
- `name`, `description`
- optional: `target`, `engine`, `workspace`, `pool`, `repos`, `tools`, `runtimes`, `mcp-servers`, `safe-outputs`, `on`, `steps`, `setup`, `teardown`, `permissions`, `parameters`
- optional: `target`, `engine`, `workspace`, `pool`, `repos`, `tools`, `runtimes`, `mcp-servers`, `safe-outputs`, `on`, `steps`, `post-steps`, `setup`, `teardown`, `permissions`, `parameters`, `execution-context`, `variable-groups`, `env`

Rules:
- Omit fields that equal defaults.
Expand Down