Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Claude/fix minting process ei w1 z - #13

Merged
AgentMindCloud merged 2 commits into
mainfrom
claude/fix-minting-process-eiW1Z
May 2, 2026
Merged

Claude/fix minting process ei w1 z#13
AgentMindCloud merged 2 commits into
mainfrom
claude/fix-minting-process-eiW1Z

Conversation

@AgentMindCloud

Copy link
Copy Markdown
Owner

Summary

Type of change

  • Bug fix (non-breaking)
  • New feature / enhancement (non-breaking)
  • Breaking change (feat!: or fix!: prefix in commit — requires accepted RFC)
  • Spec change (v2.14 additive only — breaking changes require RFC)
  • Visuals field addition or refinement (v2.14 visuals block)
  • Documentation / examples only
  • CI / tooling / hygiene

Checklist

  • Spec changes documented under spec/v2.14/spec.md
  • JSON Schema updated (schemas/v2.14/schema.json) and is Draft 2020-12 valid
  • Back-compat preserved: every v2.13 example still validates under v2.14
  • Examples updated to reflect any new fields
  • Visuals fields documented in docs/v2.14/visuals.md
  • Migration notes updated in docs/migration/v2.13-to-v2.14.md if relevant
  • CHANGELOG.md entry added under ## [Unreleased]
  • Breaking changes flagged in PR title with !
  • Linked to RFC issue (spec changes only): #
  • CI passes: validate, ci, anti-slop, markdown-lint
  • Landing page smoke-tested locally if HTML/CSS/JS changed
  • Code of Conduct respected

Related issues

Closes #

claude added 2 commits May 1, 2026 09:30
…paths

The quick-mint button was failing ~50% of the time because the random
mascot list was out of sync with the worker's allowlist (4 of 8 names
were rejected with HTTP 400). When mints failed, several overlays then
crashed because addEventListener was called on possibly-null elements
and showMintError was called with the wrong object shape. Same null-deref
issue lived in the Live-Tester render path.

- Replace the hardcoded quick-mint mascot list with Object.keys(MASCOT_GRADIENTS)
  so the front-end can never drift from the gradient table again
- Pass the correct {status, body, retry, retryAfter} shape to showMintError
  in the quick-mint failure branch (was passing the raw safeFetch result)
- Surface a "Network error" dialog when safeFetch itself throws instead of
  silently closing the overlay
- Null-guard addEventListener / focus calls in showMintOverlay,
  showMintError, and showMintCountdownOverlay
- Null-guard the lt-thread / lt-suggestions lookups in TESTER.renderThread
  and renderSuggestions

https://claude.ai/code/session_01TFFm5w2fmMCTU4Tz11P6iD
The Cloudflare worker was redeployed under the new name "grok-install"
because the old "grok-install-api" worker was deleted. Update the front-end
WORKER_URL constants, the sign-in href, the worker-url meta tag, and
wrangler.toml so everything points at the new workers.dev hostname:
https://grok-install.jani-starck2.workers.dev

https://claude.ai/code/session_01TFFm5w2fmMCTU4Tz11P6iD
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
grok-install d4976f8 Commit Preview URL

Branch Preview URL
May 02 2026, 12:18 PM

@github-actions

github-actions Bot commented May 2, 2026

Copy link
Copy Markdown

anti-slop check flagged 1 marker(s):

  • excessive emoji/symbol runs — 22 lines

These patterns often indicate low-effort AI output. Please review
and remove or justify each hit before merge. This check is
advisory — it does not block the PR.

@AgentMindCloud
AgentMindCloud merged commit b73abdb into main May 2, 2026
15 checks passed
@AgentMindCloud
AgentMindCloud deleted the claude/fix-minting-process-eiW1Z branch May 2, 2026 13:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants