Commit c0ffe5c
docs: fix documentation drift — add job and stage targets to README, AGENTS.md, and create prompt (#548)
All three files (README.md, AGENTS.md, prompts/create-ado-agentic-workflow.md)
only documented 'standalone' and '1es' as valid target values, but the compiler
has supported 'job' and 'stage' targets (via target: job / target: stage in
front matter) since they were added (src/compile/job.rs, src/compile/stage.rs,
src/data/job-base.yml, src/data/stage-base.yml). docs/targets.md and
docs/front-matter.md correctly documented all four values but the three files
above were never updated.
- README.md: expand target field type column to include 'job' and 'stage'
- AGENTS.md: update docs/targets.md link description to mention all four targets
- prompts/create-ado-agentic-workflow.md Step 7: add 'job' and 'stage' rows to
the target table and a brief note about trigger-ignore behaviour and job-name
prefixing
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent adfda75 commit c0ffe5c
3 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
186 | 190 | | |
187 | 191 | | |
188 | 192 | | |
| |||
0 commit comments