chore(enrich): taostats identity gap-fills#1218
Merged
Merged
Conversation
Fills 29 identity fields across 25 subnets using taostats SubnetIdentitiesV3 API data. Third-party source; all values sanitized through repo helpers (subnetContact, socialAccounts). Fields added: - contact: 22 subnets (support emails/URLs from subnet_contact) - social.x: 9 subnets (from twitter handle → https://x.com/...) Subnets: SN1 (Apex), SN4 (Targon), SN5 (Hone), SN9 (iota), SN11 (TrajectoryRL), SN13 (Data Universe), SN15 (ORO), SN17* (404—GEN), SN18* (Zeus), SN19 (blockmachine), SN20 (GroundLayer), SN21 (AdTAO), SN22 (Desearch), SN23 (Trishool), SN25 (Mainframe), SN26* (Perturb), SN32 (ItsAI), SN33 (ReadyAI), SN34 (BitMind), SN35* (OxMarkets), SN36* (Eirel), SN37* (Aurelius), SN43 (Graphite), SN44* (Score), SN45 (Talisman AI) * = new minimal overlay (candidate-discovered/unreviewed curation)
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1218 +/- ##
=======================================
Coverage 90.06% 90.06%
=======================================
Files 30 30
Lines 5634 5634
Branches 2177 2177
=======================================
Hits 5074 5074
Misses 109 109
Partials 451 451 🚀 New features to boost your workflow:
|
|
|
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.
Source
Third-party gap-fills sourced from taostats SubnetIdentitiesV3 API (
/api/subnet/identity/v1). All values were sanitized through repo helpers before writing:contact←subnetContact(subnet_contact)(validates email/URL, drops junk/deprecated)social.x←socialAccounts('https://x.com/<handle>')(handle → validated URL)These are third-party taostats claims, not maintainer-verified facts. Please spot-check the contacts and Twitter handles before merging.
Batch 1 — 29 fills across 25 subnets (SN1–45)
Remaining ~50 subnets with gaps will be batched in subsequent runs.
Validation
validate:schemas✅lint(eslint) ✅curation: { level: "candidate-discovered", review_state: "unreviewed" }per schema requirements