From 18240dcb82fc231ccfcd350d8923dbac3385d057 Mon Sep 17 00:00:00 2001 From: REPPL <77722411+REPPL@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:50:38 +0100 Subject: [PATCH] chore: align the PR-body attribution rule with the global gate Assisted-by: Claude:claude-fable-5-1 --- .abcd/rules.json | 2 +- .abcd/work/DECISIONS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.abcd/rules.json b/.abcd/rules.json index 5d8a9df..b5deb92 100644 --- a/.abcd/rules.json +++ b/.abcd/rules.json @@ -8,7 +8,7 @@ "Substantive work goes on a branch + PR; never force-push, never --no-verify.", "Never commit or push unless asked.", "PRs merge by squash: one PR, one purpose, one commit on main.", - "PR bodies, like commits, carry no AI footers or session links; disclosure is the Assisted-by commit trailer, nothing else." + "PR bodies end with the same Assisted-by trailer as commits (the global attribution gate requires it, and refuses a body without one); no other AI footers and never a session link." ] } }, diff --git a/.abcd/work/DECISIONS.md b/.abcd/work/DECISIONS.md index fa89237..cdc2139 100644 --- a/.abcd/work/DECISIONS.md +++ b/.abcd/work/DECISIONS.md @@ -1675,3 +1675,4 @@ Architecture-shaping decisions graduate to an ADR under `report` rendered them under the utterance. Coloured `ls` output rendered as CSI residue, as designed and documented — logged as `iss-2609120520334220`. The 3.x (v3) recorder is not installed, so v3 stays fixture-verified only. +- 2026-09-15 — PR bodies carry the `Assisted-by:` trailer as their last line, matching the global attribution gate that refuses a body without it; the earlier "no footer in PR bodies" rule contradicted that gate and is replaced. Session links stay out of PR bodies and commits.