{Agent} Restore module-only issue targeting - #34120
Merged
Aditya Pujara (a0x1ab) merged 1 commit intoSep 23, 2026
Merged
Aditya Pujara (a0x1ab) merged 1 commit into
Aditya Pujara (a0x1ab) merged 1 commit into
Conversation
The central service has returned to the Foundry Copilot SDK and Squad architecture, where repository target routing is enforced by the trusted runtime rather than this native-agent policy. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: da851f42-f383-454b-83ea-398b7c4c972a
|
Hi Aditya Pujara (@a0x1ab), |
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Add a fail-closed guard for unknown or unnamed targets.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (1)
What changed in this PR
Restores module-only issue targeting by removing repository-level fallback routing from the fixer policy.
Changes:
- Retains validated module and extension routing.
- Leaves repository-level routing to the central runtime.
| File | Summary |
|---|---|
.x/fixer.md |
Removes repository-level fallback routing; unknown or unnamed targets still need an explicit fail-closed guard. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+28
to
31
| - A core module remains in `Azure/azure-cli`. Build the exact | ||
| `[Component] Fix #N: \`az ...\`: Summary` title with `pr_title_for`, include | ||
| `pr_format_guidance`, post the evidence-based bug analysis, then start the | ||
| configured Copilot fork task. |
Collaborator
|
Agent |
ZelinWang (wangzelin007)
approved these changes
Sep 23, 2026
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.

🤖 PR Validation — ️✔️ All clear
Summary
Testing
Documentation/policy-only change.