docs(agents): clarify sandbox escalation for progress#11574
Conversation
|
PR Review: docs(agents): clarify sandbox escalation for progressSummary: This is a 1-line documentation-only change to FeedbackThe change looks fine overall. A few minor observations:
Verdict: LGTM with optional wording refinement. The intent is clear and useful — preventing agents from silently getting stuck is a good guardrail. |
There was a problem hiding this comment.
Pull request overview
This PR adds a guideline to the AGENTS.md file instructing AI agents to proactively request escalation when sandbox constraints block required work, rather than allowing progress to stall.
Changes:
- Added a new general rule about handling sandbox constraints and requesting escalation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Do not search web unless explicitly asked to do so. Web search does not help in general for our project. | ||
| - Write performant code. Always prefer performance over other things. | ||
| - Use `gh` CLI tool for fetching data from `github.com`. | ||
| - Do not let sandbox constraints stall progress. If sandbox restrictions block required work, request escalation promptly and continue. |
There was a problem hiding this comment.
The CLAUDE.md file appears to be an auto-generated or aggregated compilation of AGENTS.md files from throughout the codebase (as indicated by the "Source: AGENTS.md" markers at line 7 and similar lines throughout). However, CLAUDE.md is not being updated in this PR to reflect the new sandbox escalation guideline.
If CLAUDE.md is meant to be auto-generated, please verify that the generation process will run before this PR is merged. If it's manually maintained, it should be updated to include the new guideline in the appropriate section.
Binary Sizes
Commit: 31b03ed |
Summary\n- add a general rule in AGENTS.md to avoid stalling work due to sandbox constraints\n- instruct agents to request escalation promptly when sandbox restrictions block required work\n\n## Testing\n- not run (documentation-only change)