feat(listing-gtm): Coinstore listing GTM launch stack (landing, supporter opt-in, proof board)#1
Closed
brawlaphant wants to merge 33 commits intomainfrom
Closed
feat(listing-gtm): Coinstore listing GTM launch stack (landing, supporter opt-in, proof board)#1brawlaphant wants to merge 33 commits intomainfrom
brawlaphant wants to merge 33 commits intomainfrom
Conversation
Co-authored-by: ecoTokenJames <93841642+ecoTokenJames@users.noreply.github.com>
Co-authored-by: ecoTokenJames <93841642+ecoTokenJames@users.noreply.github.com>
Add ecoBridge integration for cross-chain credit retirement payments
Adding multi chain support via ecoBridge
The ecoBridge API returns tokens as { supportedTokens: { chainName: [...] } }
but the parser only looked for { chains: [...] }, resulting in 0 chains/tokens.
Now handles both formats.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Product name is now "Regen for AI"; the category it creates is "Regenerative AI." Updated package name, bin, version (0.3.0), MCP server name, all user-facing strings, README install commands, GitHub URLs, and supporting docs. Build passes clean. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
brawlaphant
pushed a commit
that referenced
this pull request
Mar 26, 2026
Add ecoBridge integration for cross-chain credit retirement payments
brawlaphant
pushed a commit
that referenced
this pull request
Mar 26, 2026
Adding multi chain support via ecoBridge
brawlaphant
pushed a commit
that referenced
this pull request
Mar 26, 2026
…routes Security fix: - Replace ?key=API_KEY with ?token=rbt_... on /badges/usage.svg - Add badge_token column to users table (migration + backfill + new user creation) - Add getUserByBadgeToken() lookup; badge token is read-only, safe to embed in HTML - Add Cache-Control: public, max-age=300 on dynamic usage badge - Dashboard /api page shows badge token with copy button and link to /badges Cleanup: - Remove src/server/outreach.ts (per CShear — RND handles credit supply pipeline) - Remove src/server/get-started.ts (moved to regen-compute-marketing PR #1) - Remove src/services/claude.ts (moved with get-started) - Remove their imports/registrations from index.ts Route consolidation on feature/60 branch: - Register badges, get-started, outreach all from index.ts - Add express.static for /public/ (badge icon PNGs) - Add serve script to package.json for tsx watch mode Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Proposed PR Title
feat(listing-gtm): Coinstore listing GTM launch stack (landing, supporter opt-in, proof board)PR Body Draft
PR Context (for humans + agents)
Summary
Change Set
docs/listing-gtm/web/listing-landing.htmldocs/listing-gtm/web/supporter-opt-in.htmldocs/listing-gtm/web/proof-page.htmldocs/listing-gtm/web/proof-feed.jsondocs/listing-gtm/web/assets/regen-campaign.cssdocs/listing-gtm/web/assets/regen-campaign.jsdocs/listing-gtm/templates/*(Telegram + ops templates)docs/listing-gtm/scripts/apply-live-urls.mjsbuy -> opt in -> prove.Test Plan
node --check docs/listing-gtm/web/assets/regen-campaign.js#proofblock.proof-feed.json.Risk and Rollback
Handoff Notes
supporter-opt-in.html#campaign-rules)./docs/listing-gtm/webdirectory preserving relative paths.node docs/listing-gtm/scripts/apply-live-urls.mjs --landing <...> --proof <...> --rules <...>Checklist
pr_context.