From b597c1ddba3007af1592acbf4a627cd0f0e73eb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:56:47 +0000 Subject: [PATCH] docs: replace absolute CI paths with raw GitHub URLs in prompt references All three authoring prompts referenced prompt-contract.md and related docs via absolute paths (/home/runner/work/ado-aw/ado-aw/...) that only resolve in ado-aw's own CI environment. Consumer agents that load these prompts via the version-pinned raw.githubusercontent.com URLs would fail to read either the prompt-contract or the referenced docs. Replace all absolute paths with https://raw.githubusercontent.com/githubnext/ado-aw/main/... URLs so the references resolve in any environment where these prompts are used. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- prompts/create-ado-agentic-workflow.md | 12 ++++++------ prompts/debug-ado-agentic-workflow.md | 10 +++++----- prompts/update-ado-agentic-workflow.md | 12 ++++++------ 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/prompts/create-ado-agentic-workflow.md b/prompts/create-ado-agentic-workflow.md index a5b7b2c4..7d69ff73 100644 --- a/prompts/create-ado-agentic-workflow.md +++ b/prompts/create-ado-agentic-workflow.md @@ -1,6 +1,6 @@ # Create an Azure DevOps Agentic Workflow -Apply `/home/runner/work/ado-aw/ado-aw/prompts/prompt-contract.md` before executing this prompt. +Apply the shared prompt contract before executing this prompt: https://raw.githubusercontent.com/githubnext/ado-aw/main/prompts/prompt-contract.md ## Core @@ -68,8 +68,8 @@ Return: 3. commit both `.md` and generated `.lock.yml`. ## References -- `/home/runner/work/ado-aw/ado-aw/docs/front-matter.md` -- `/home/runner/work/ado-aw/ado-aw/docs/safe-outputs.md` -- `/home/runner/work/ado-aw/ado-aw/docs/engine.md` -- `/home/runner/work/ado-aw/ado-aw/docs/targets.md` -- `/home/runner/work/ado-aw/ado-aw/docs/network.md` +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/front-matter.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/safe-outputs.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/engine.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/targets.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/network.md diff --git a/prompts/debug-ado-agentic-workflow.md b/prompts/debug-ado-agentic-workflow.md index 8b145416..7e4b4dce 100644 --- a/prompts/debug-ado-agentic-workflow.md +++ b/prompts/debug-ado-agentic-workflow.md @@ -1,6 +1,6 @@ # Debug an Azure DevOps Agentic Pipeline -Apply `/home/runner/work/ado-aw/ado-aw/prompts/prompt-contract.md` before executing this prompt. +Apply the shared prompt contract before executing this prompt: https://raw.githubusercontent.com/githubnext/ado-aw/main/prompts/prompt-contract.md ## Core @@ -80,7 +80,7 @@ If consent is absent, end with report + ready-to-file issue draft. - Filing is complete only when explicitly approved and URL is returned. ## References -- `/home/runner/work/ado-aw/ado-aw/docs/audit.md` -- `/home/runner/work/ado-aw/ado-aw/docs/ir.md` -- `/home/runner/work/ado-aw/ado-aw/docs/mcp-author.md` -- `/home/runner/work/ado-aw/ado-aw/docs/safe-outputs.md` +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/audit.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/ir.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/mcp-author.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/safe-outputs.md diff --git a/prompts/update-ado-agentic-workflow.md b/prompts/update-ado-agentic-workflow.md index 8e09e31e..ec0f7c8d 100644 --- a/prompts/update-ado-agentic-workflow.md +++ b/prompts/update-ado-agentic-workflow.md @@ -1,6 +1,6 @@ # Update an Azure DevOps Agentic Workflow -Apply `/home/runner/work/ado-aw/ado-aw/prompts/prompt-contract.md` before executing this prompt. +Apply the shared prompt contract before executing this prompt: https://raw.githubusercontent.com/githubnext/ado-aw/main/prompts/prompt-contract.md ## Core @@ -56,8 +56,8 @@ Return: 3. commit changed files. ## References -- `/home/runner/work/ado-aw/ado-aw/docs/front-matter.md` -- `/home/runner/work/ado-aw/ado-aw/docs/runtime-imports.md` -- `/home/runner/work/ado-aw/ado-aw/docs/safe-outputs.md` -- `/home/runner/work/ado-aw/ado-aw/docs/engine.md` -- `/home/runner/work/ado-aw/ado-aw/docs/ir.md` +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/front-matter.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/runtime-imports.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/safe-outputs.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/engine.md +- https://raw.githubusercontent.com/githubnext/ado-aw/main/docs/ir.md