From e7f31046d95d55ac216c3a8fa71c3873c15a054f Mon Sep 17 00:00:00 2001 From: claude-bot-andresmgsl Date: Fri, 24 Jul 2026 23:13:17 +0000 Subject: [PATCH] chore: RIG_TEMPLATES_PIN names the seeded registry (rig-templates#1's head) (#110) --- commands/lib/templates.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/commands/lib/templates.sh b/commands/lib/templates.sh index 7dba675..1cf70d2 100644 --- a/commands/lib/templates.sh +++ b/commands/lib/templates.sh @@ -33,7 +33,11 @@ # rig release freezes the mechanism+registry pair and a newer rig matches # newer templates by default (ruled 2026-07-24 on #110: pinned, not # main-tracked). RIG_TEMPLATES_REF overrides it per mint. -RIG_TEMPLATES_PIN=30f4fa4dcb4e9f104058ad9dd5b7c42bafa98e73 +# +# Currently the seed tree (rig-templates#1's head — fetchable from the +# upstream archive already, an ancestor of its main once merged): the four +# agent tenants ported byte-equivalent from the case arms this PR cut. +RIG_TEMPLATES_PIN=be749f7fd1ff8dd7c2359bbce7fd6abd3f403eb0 # The template.env schema. Grammar: blank lines, '#' comments, and # KEY="value" — nothing else. Parsed by regex, never sourced.