Skip to content

fix: type errors, AEON wallet cleanup, and seed-registry wallet fields#158

Merged
danbuildss merged 1 commit into
mainfrom
claude/luca-aeon-skills-caYGZ
Jun 28, 2026
Merged

fix: type errors, AEON wallet cleanup, and seed-registry wallet fields#158
danbuildss merged 1 commit into
mainfrom
claude/luca-aeon-skills-caYGZ

Conversation

@danbuildss

Copy link
Copy Markdown
Owner

Summary

  • fix(types): Add "treasury" and "deployer" to WalletLabel, and "Manifest submitted" to OutreachStatus — types hadn't kept up with confirmed-wallet state, causing a TypeScript build failure.
  • fix(registry): Clean up AEON wallet data — treasury and deployer wallets confirmed by AEON team on 2026-06-23. Updates labels to "treasury"/"deployer", confidence to "confirmed", and outreachStatus to "Manifest submitted".
  • fix(seed): seed-registry was upserting wallet rows without evidence_source, chain, role, or confidence, leaving those fields NULL. Books eligibility requires evidence_source = 'manifest' so all agents seeded this way were silently skipped by the books snapshot. Also fixes the upsert conflict target from id to agent_name,address.

Post-merge production checklist

Run these in order after merging:

  1. POST /api/admin/seed-registry — re-seeds with full wallet fields (fixes NULL evidence_source)
  2. POST /api/admin/books/snapshot {"slug":"aeon"} — should return snapshotted:1
  3. Verify AEON profile at /registry/aeon shows books

Generated by Claude Code

seed-registry was inserting wallets without evidence_source, chain, role,
or confidence, leaving those fields NULL in the DB. The books eligibility
check requires evidence_source = 'manifest' so agents seeded this way were
always skipped by the books snapshot. Also fixes the conflict target from
'id' (unusable for upsert) to 'agent_name,address'.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RjpGP3kYKnQuQAUoK6RZky
@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
zetta Ready Ready Preview, Comment Jun 28, 2026 8:16pm

@danbuildss danbuildss merged commit 60301cd into main Jun 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants