From bb682da3737f45d3bf17fac0cef17f28200feb94 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:13:37 +0100 Subject: [PATCH] fix(agentic): substitute the template self-name AGENTIC.a2ml still identified this repo as its own template: # AGENTIC.a2ml - AI agent interaction patterns for rsr-template-repo project = "rsr-template-repo" An agent reading this file to learn what repo it is in was told "rsr-template-repo". Measured context: across 1,018 AGENTIC.a2ml copies in the estate this is the ONLY unsubstituted self-name left. The other occurrences of the string are deliberate prose - chronicles-of-slavia narrates its own past leak, boj-server-cartridges cites the template's ADR - so this is the last real instance, not the first of many. Cause: `just repo-init`'s token-substitution pass rewrites placeholder tokens, and a separate pass handles the self-name, but this file was instantiated before or outside that second pass. Not a licence change, so LICENCE-POLICY A2 does not apply. Co-Authored-By: Claude Opus 5 --- .machine_readable/6a2/AGENTIC.a2ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.machine_readable/6a2/AGENTIC.a2ml b/.machine_readable/6a2/AGENTIC.a2ml index d97efcf..6d2695a 100644 --- a/.machine_readable/6a2/AGENTIC.a2ml +++ b/.machine_readable/6a2/AGENTIC.a2ml @@ -1,11 +1,11 @@ # SPDX-License-Identifier: MPL-2.0 -# AGENTIC.a2ml - AI agent interaction patterns for rsr-template-repo +# AGENTIC.a2ml - AI agent interaction patterns for proof-burrower # Template from: https://github.com/hyperpolymath/standards # ── Agent Configuration ──────────────────────────────────────────────────── [agentic-config] version = "1.0.0" -project = "rsr-template-repo" +project = "proof-burrower" # ── Claude Code Settings ────────────────────────────────────────────────── [agentic-config.claude-code]