From 17954a4f338acd9ce3394f33043e04cccd42586a Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 25 May 2026 18:25:52 +0100 Subject: [PATCH] docs: ban repo-hosted proof artifacts --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index c81a3f73b24..9870eff214a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -129,7 +129,7 @@ Skills own workflows; root owns hard policy and routing. - PR create/refresh: keep PR branches takeover-ready. Use a branch maintainers can push to, or for fork PRs ensure `maintainer_can_modify` / GitHub's `Allow edits by maintainers` is enabled unless explicitly told otherwise or GitHub's Actions/secrets warning makes that unsafe. - 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`. +- PR artifacts/screenshots: attach to PR/comment/external artifact store. Never push screenshots, videos, proof images, or proof assets to OpenClaw or any product repo branch, including temp artifact branches. Use Crabbox artifact publishing plus the manifest URL. 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. - Maintainers: may skip/ignore `Real behavior proof` when local tests or Crabbox verified behavior; record proof in PR verification. - `/landpr`: use `~/.codex/prompts/landpr.md`; do not idle on `auto-response` or `check-docs`.