docs: replace absolute CI paths with raw GitHub URLs in prompt references - #1703
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: replace absolute CI paths with raw GitHub URLs in prompt references#1703github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…nces 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>
|
Azure Pipelines: 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent Documentation Update
Findings
prompt-contract.mdand related docs via absolute paths (/home/runner/work/ado-aw/ado-aw/...) that only resolve in ado-aw's own CI environment. Consumer agents loading these prompts via the version-pinnedraw.githubusercontent.comURLs (as the agency plugin skills instruct) would fail to read the contract or the referenced docs.prompts/create-ado-agentic-workflow.md,prompts/update-ado-agentic-workflow.md,prompts/debug-ado-agentic-workflow.mdApplied Fixes
Apply /home/runner/work/ado-aw/ado-aw/prompts/prompt-contract.mdwithApply the shared prompt contract before executing this prompt: https://raw.githubusercontent.com/githubnext/ado-aw/main/prompts/prompt-contract.mdin all three prompts## Referencessection entries (/home/runner/work/ado-aw/ado-aw/docs/...) with equivalenthttps://raw.githubusercontent.com/githubnext/ado-aw/main/docs/...URLs in all three promptsNotes
Verified against the agency plugin skill files (
agency/plugins/ado-aw/skills/*/SKILL.md): these skills instruct agents to "load the entire content of the authoritative, version-pinned playbook" fromraw.githubusercontent.comURLs. Once fetched, the prompt'sApply ...line runs in the consumer agent's workspace, where the absolute path does not exist. Themain-branch URL forprompt-contract.mdis appropriate because: (a) the contract is a stable policy document, and (b) version-pinning the contract in the prompt file itself would require regeneration on every release.Created by the agent-documentation maintainer workflow.