Commit abcc1a0
fix(clade): correct CLADE uuid (deterministic v5, was template residue) (#50)
The `CLADE.a2ml` uuid was the **copied template's** uuid — `a5ea1382-…`
= the deterministic v5 for `rsr-template-repo` — so it collided with the
template's identity in `gv-clade-index`.
Regenerated per the registry's documented method (`uuidgen --sha1
--namespace @url --name github.com/hyperpolymath/{name}`):
```
github.com/hyperpolymath/a2ml-validate-action -> 4aacd8a6-935d-5c3f-9679-0635f5deafec
```
Verified the method reproduces `standards`' registered uuid
(`d9e987dc-…`) exactly, so this is the canonical value.
Note: `[lineage].parent` still says "RSR template — scaffold for new
repos" — left for registry reconciliation (not a deterministic
computation).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4ae6b48 commit abcc1a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments