chore: registry profile SQL migration and data.ts revert#162
Merged
Conversation
Sources: Luca research pass against live Bankr profiles + X verification. All changes are project-account replacements (founder handles removed) or additions of confirmed data that was previously missing. data.ts changes (20 agents): - Helixa: @QuigleyNFT → @helixaxyz, website updated - KellyClaude: @Austen → @kellyclaudeai, website added - LITCOIN Research Protocol: @tekkaadan → @litcoin_AI, website added - Blue Agent: @blockyagent → @blueagent_ - PerkOS: @mbarrbosa → @perk_os, website added - Yoshi: blank → @yoshizenco - mferGPT: blank → @mfergpt - saimmy: blank → @saimmybot - BOTCOIN: blank → @MineBotcoin, website added - CLAWD, Moltbook, Juno Agent, Axobotl, Claw Harbor, AntiHunter, Coral, GITCITY, ethresearchbot, openagentmarket, Basir, AAI, Agent McClaw, Earendel, BuilderScout: websites added SQL migration (registry-profile-cleanup-2026-06.sql): - 29 X handle updates for DB-only agents (Orlix AI, Morv Labs, PMFI, etc.) - 35 website additions - 17 ticker/symbol additions - Intentionally unresolved rows documented at the bottom Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RjpGP3kYKnQuQAUoK6RZky
Profile fields (x_handle, website, symbol) are now live from Supabase. Editing data.ts for these fields creates drift and would overwrite DB state when seed-registry runs. The SQL migration in supabase/registry-profile-cleanup-2026-06.sql is the correct path — run it directly in the Supabase SQL editor. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RjpGP3kYKnQuQAUoK6RZky
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
supabase/registry-profile-cleanup-2026-06.sql— bulk UPDATE script covering ~40 Bankr-linked agents with corrected X handles, websites, and tickers. Run directly in the Supabase SQL editor; no code deploy needed.data.tsprofile edits from the previous branch — registry profile fields (x_handle, website, symbol) are live from Supabase and must not be committed to data.ts.What's in the SQL migration
Generated by Claude Code