From a40fc0eb8c912a7618fd3355fad7789f47c3bc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6lnberger?= <159939812+ProfRandom92@users.noreply.github.com> Date: Thu, 21 May 2026 03:46:12 -0700 Subject: [PATCH 1/2] docs: add agent-generated change policy --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80f43f2..afb08e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,5 +44,8 @@ Any proposal that expands scope beyond deterministic replay-integrity validation ## Merge Policy Summary Keep PRs small, focused, and auditable. Separate governance/docs updates from core logic changes. Core logic updates require tests and green CI before merge readiness. +## Agent-generated changes +Changes produced by coding agents or automation (including ChatGPT, Codex, Gemini, and Copilot) require human review before merge. Agent-generated edits must stay within the approved PR scope and include exact test commands with their results. Put workflow, dependency, release, security, packaging, or artifact changes into separate PRs. + ## Evidence-Index Reminder If committed evidence artifacts change, the evidence index must be updated or explicitly confirmed unchanged with rationale in the PR. From 92099591c73ef308e2c1cf778e6f4d08c85b8d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6lnberger?= <159939812+ProfRandom92@users.noreply.github.com> Date: Thu, 21 May 2026 03:53:16 -0700 Subject: [PATCH 2/2] docs: refine agent-generated change policy wording --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afb08e8..17324ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ Any proposal that expands scope beyond deterministic replay-integrity validation Keep PRs small, focused, and auditable. Separate governance/docs updates from core logic changes. Core logic updates require tests and green CI before merge readiness. ## Agent-generated changes -Changes produced by coding agents or automation (including ChatGPT, Codex, Gemini, and Copilot) require human review before merge. Agent-generated edits must stay within the approved PR scope and include exact test commands with their results. Put workflow, dependency, release, security, packaging, or artifact changes into separate PRs. +Changes primarily authored by autonomous coding agents or automated workflows (including ChatGPT, Codex, Gemini, and Copilot) require human review before merge. These edits must stay within the approved PR scope and include exact test commands with their results. To preserve audit trails for automated edits, put workflow, dependency, release, security, packaging, or artifact-only changes into separate PRs when they are not required outputs of the same fixture, validator, or artifact-generator change. ## Evidence-Index Reminder If committed evidence artifacts change, the evidence index must be updated or explicitly confirmed unchanged with rationale in the PR.