Skip to content

Commit 89a6fd0

Browse files
jamesadevineCopilot
andcommitted
chore: regenerate committed SKILL.md for v0.44.1
The committed .github/skills/ado-aw/SKILL.md carried stale v0.44.0 x-release-please-version markers (added in #1499) while the crate is at 0.44.1, so tests/init_tests.rs::test_committed_skill_file_matches_template_output fails on main and on every PR branched from it. Regenerate the release-version markers to match the template output. Pre-existing base-branch drift unrelated to this PR's trigger-e2e changes, fixed here to unblock the required check. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f30758a5-81c8-4024-ab01-52ad22b4f877
1 parent 1f0f34e commit 89a6fd0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/skills/ado-aw/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This is a **dispatcher skill** that routes your request to the appropriate speci
4646
### Create New Agentic Workflow
4747
**Load when**: User wants to create a new agentic workflow from scratch
4848

49-
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.0/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
49+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
5050

5151
**Use cases**:
5252
- "Create an agentic workflow that reviews PRs weekly"
@@ -56,7 +56,7 @@ This is a **dispatcher skill** that routes your request to the appropriate speci
5656
### Update Existing Workflow
5757
**Load when**: User wants to modify an existing agent workflow file
5858

59-
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.0/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
59+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
6060

6161
**Use cases**:
6262
- "Add the Azure DevOps MCP to my workflow"
@@ -66,7 +66,7 @@ This is a **dispatcher skill** that routes your request to the appropriate speci
6666
### Debug Failing Workflow
6767
**Load when**: User needs to troubleshoot a failing agentic workflow
6868

69-
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.0/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
69+
**Prompt file**: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
7070

7171
**Use cases**:
7272
- "Why is my agentic workflow failing?"
@@ -109,4 +109,4 @@ ado-aw check <pipeline.lock.yml>
109109
- Agent files must be compiled with `ado-aw compile` after YAML frontmatter changes
110110
- Markdown body (agent instructions) changes do NOT require recompilation
111111
- The agent never has direct write access — all mutations go through safe outputs
112-
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.0/AGENTS.md <!-- x-release-please-version -->
112+
- Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.44.1/AGENTS.md <!-- x-release-please-version -->

0 commit comments

Comments
 (0)