Fix stale generate_agents_md reference in prompt fragments#544
Merged
Fix stale generate_agents_md reference in prompt fragments#544
generate_agents_md reference in prompt fragments#544Conversation
…pt fragments Replace the stale `generate_agents_md` reference with `/tmp/agents.md` in pick-three-keep-all.md and pick-three-keep-one.md fragments, matching the runtime contract in runtime-setup.md and the already-correct reference in pick-three-keep-many.md. Recompile all affected lock files. Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix stale reference to generate_agents_md in compiled prompts
Fix stale Mar 2, 2026
generate_agents_md reference in prompt fragments
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (15)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
Two prompt fragments (
pick-three-keep-all.md,pick-three-keep-one.md) tell agents to pass context "fromgenerate_agents_md" to sub-agents, while the runtime (runtime-setup.md) actually writes conventions to/tmp/agents.md. The sibling fragmentpick-three-keep-many.mdalready used the correct path. This ambiguity causes sub-agents to receive inconsistent instructions about where repository conventions live.`generate_agents_md`→`/tmp/agents.md`in bothpick-three-keep-all.mdandpick-three-keep-one.md.lock.ymlfiles regenerated viagh-aw compileThe
generate_agents_mdreference inruntime-setup.md(the actual MCP API call) andclaude-workflows/DEVELOPING.md(documentation) are correct and unchanged.Original prompt
generate_agents_mdreference in compiled prompts #526🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.