Skip to content

Commit cbefc7e

Browse files
claudehyperpolymath
authored andcommitted
fix(machine-readable): replace rsr-template-repo identity in root CLADE.a2ml
The root-level .machine_readable/CLADE.a2ml still carried leftover rsr-template-repo template identity. Correct the wrong identity strings to reflect that this repo IS nextgen-typing (confirmed against the authoritative 6a2/anchor/ANCHOR.a2ml and README): - canonical-name: rsr-template-repo -> nextgen-typing - prefixed-name: rm-rsr-template-repo -> rm-nextgen-typing (clade prefix "rm" read from [clade] primary) - forges github/gitlab/bitbucket: hyperpolymath/rsr-template-repo -> hyperpolymath/nextgen-typing Registry uuid is assigned data and is left untouched. The [lineage] parent ("RSR template — scaffold for new repos") is accurate provenance (type = standalone) and is left as-is. https://claude.ai/code/session_013wg3Mtq2QFhYi4XVw1Z6z7
1 parent a6ab1f8 commit cbefc7e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.machine_readable/CLADE.a2ml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
uuid = "a5ea1382-a34c-5334-8a46-a2ebe904c810"
77
primary-forge = "github"
88
primary-owner = "hyperpolymath"
9-
canonical-name = "rsr-template-repo"
10-
prefixed-name = "rm-rsr-template-repo"
9+
canonical-name = "nextgen-typing"
10+
prefixed-name = "rm-nextgen-typing"
1111

1212
[clade]
1313
primary = "rm"
@@ -16,9 +16,9 @@ assigned = "2026-03-16"
1616
rationale = ""
1717

1818
[forges]
19-
github = "hyperpolymath/rsr-template-repo"
20-
gitlab = "hyperpolymath/rsr-template-repo"
21-
bitbucket = "hyperpolymath/rsr-template-repo"
19+
github = "hyperpolymath/nextgen-typing"
20+
gitlab = "hyperpolymath/nextgen-typing"
21+
bitbucket = "hyperpolymath/nextgen-typing"
2222

2323
[lineage]
2424
type = "standalone"

0 commit comments

Comments
 (0)