diff --git a/AGENTS.md b/AGENTS.md index f7d14637bf3..bfc6529e0a1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -58,6 +58,7 @@ Telegraph style. Root rules only. Read scoped `AGENTS.md` before subtree work. - Triage: list first, hydrate few. Use bounded `gh --json --jq`; avoid repeated full comment scans. - Automatic PR/issue discovery: skip maintainer-owned items unless directly relevant. Do not comment, close, label, retitle, rebase, fix up, or land them without Peter asking. +- PR scan/triage: no unsolicited PR comments/reviews. Report in chat only unless explicitly asked, or a close/duplicate action needs a reason comment. - Search/dedupe: prefer `gh search issues 'repo:openclaw/openclaw is:open ' --json number,title,state,updatedAt --limit 20`. - GitHub search boolean text is fussy. If `OR` queries return empty, split exact terms and search title/body/comments separately before concluding no hits. - PR shortlist: `gh pr list ...`; then `gh pr view --json number,title,body,closingIssuesReferences,files,statusCheckRollup,reviewDecision`.