From 0ab63e2b183666a6876d1670c108381fcab1f470 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 25 May 2026 15:20:49 +0100 Subject: [PATCH] docs: route github creation through agent transcript --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index c8eeaeb69b91..42f79ead85ca 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -124,6 +124,7 @@ Skills own workflows; root owns hard policy and routing. - `ship` that fixes an issue: after push, comment proof + commit link, then close the issue. - GH comments with backticks, `$`, or shell snippets: use heredoc/body file, not inline double-quoted `--body`. - PR create: real body required. Include Summary + Verification; mention refs, behavior, and proof. +- GitHub issue/PR create: read `$agent-transcript`; ask about sanitized transcript logs when available. - Real behavior proof section is parsed. Use exact `field: value` labels: `Behavior addressed`, `Real environment tested`, `Exact steps or command run after this patch`, `Evidence after fix`, `Observed result after fix`, `What was not tested`. - PR artifacts/screenshots: attach to PR/comment/external artifact store. Do not commit `.github/pr-assets`. - CI polling: exact SHA, relevant checks only, minimal fields. Skip routine noise (`Auto response`, `Labeler`, docs agents, performance/stale). Logs only after failure/completion or concrete need.