feat(registry): backfill 116 repos missing from the clade registry (heuristic genus — ratify) - #40
Merged
Conversation
…euristic genus) These 116 repos had no entry in the registry (and no per-repo CLADE.a2ml). Adds them to worker/data/repos.json + verisim/seed/repos.a2ml with: - uuid = uuid5(URL, github.com/hyperpolymath/<name>) — matches the registry scheme - primary genus assigned by HEURISTIC (name/description/topics vs the 12-genus keyword sets) — 60 are low-confidence (score<=2) and need owner ratification - lineage=standalone, completion=0 The uuid is deterministic from the repo name (NOT the genus), so adjusting a genus in review does not change identity. Once ratified, the per-repo CLADE.a2ml backfill (clade-status-backfill + a clade-init step) populates each repo's local declaration from this registry. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
hyperpolymath
added a commit
that referenced
this pull request
Jul 1, 2026
…aProfessionalRegistry (G22) (#44) Companion to the julia-professional-registry CLADE.a2ml rename in the same branch. Renames the repo's record from the old HyperpolymathRegistry identity to the canonical JuliaProfessionalRegistry name across: - verisim/seed/repos.a2ml: [repo.HyperpolymathRegistry] -> [repo.JuliaProfessionalRegistry] - worker/data/repos.json + worker/data/index.json: matching name/prefixed/github fields, and github corrected to the real hyperpolymath/julia-professional-registry slug (previously pointed at a non-existent repo). uuid is left untouched in all three files — this is a rename, not a new registration. NOTE: worker/data's uuid (c9cbb683-...) does not match the uuid recorded in the repo's own CLADE.a2ml (2efe00c2-...); that's a pre-existing drift between the heuristic worker/data backfill (#40) and the authoritative per-repo CLADE.a2ml, unrelated to this identity rename — left as-is, flagging for a separate fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Round-3 of the estate audit found 122 repos with no
CLADE.a2ml(6 were already in the registry; 116 were missing entirely). This adds the 116 to the registry —worker/data/repos.json+verisim/seed/repos.a2ml— so the per-repo backfill can derive from a ratified source.What's proposed
uuid5(URL, "github.com/hyperpolymath/<name>")— matches the existing registry scheme (verified againstproven). Deterministic from the name, so it's stable regardless of genus.Proposed genus distribution
rm=28nl=28dx=20fv=15ap=10sc=5pt=4db=4ax=4gm=2ix=1gv=1fv→ EchoTypes.jldx→ achievements-labfv→ arghda-corenl→ awesome-nickeldx→ bebop-ffinl→ betlangrm→ bgp-backbone-labrm→ bitfuckitdx→ blog-draftsdx→ boj-server-cartridgesrm→ candy-crashrm→ casket-ssgrm→ choreographic-typesap→ claude-integrationsdb→ claude-memoryrm→ contractilesrm→ contractiles-a2-labfv→ ddraig-ssgsc→ dicti0nary-attacknl→ dotfilesnl→ eclexiafv→ epistemic-typesfv→ format-registrationsdb→ glyphbasenl→ gnplrm→ gsbotrm→ haecrm→ hotchocolabotgm→ idaptik-umsdx→ invariant-pathdx→ ipv6-onlynl→ julia-the-vipernl→ k9_exnl→ k9_gleamdx→ lfs-shareddb→ lithoglyphdbnl→ me-dialectdx→ network-ambulancenl→ oblibenyax→ oikos-economics-accounting-dslrm→ oikosbotnl→ panoplysc→ phantom-metal-tastenl→ phronesisdb→ quandledbdx→ qubes-sdprm→ recon-silly-ationnl→ scm2a2mlrm→ stateful-artefactsnl→ tangleax→ technical-notesgv→ the-metadatasticianfv→ thejeffparadoxrm→ trope-checkerrm→ trope-particularity-workbenchfv→ tropical-resource-typingpt→ vcs-ircdfv→ veridical-simulation-corerm→ verisimdb-datadx→ volumodNotes
.githuband.git-private-farm(meta/infra repos) were heuristically put inrm— you may prefer to exclude them from the taxonomy entirely.CLADE.a2mlbackfill populates each repo's local declaration from this registry (theclade-status-backfillsweep + a clade-init step). I did not create 116 per-repo files with unratified genera on purpose.🤖 Generated with Claude Code