All nine required flows tested against the development branch local build. 7 flows pass (landing, explore, leaderboard, orgs, sign-in, dashboard, wizard, profile edit, cart, bumicert overview/donations/timeline). One systemic blocker: Site Boundaries tab broken on all bumicerts due to external polygon service dependency (polygons-gainforest.vercel.app). Two warnings: Edit Site modal map crash, donation history URL segment mismatch (/donation-history → /donations).
Public pages, sign-in OAuth, post-login state pass. Create Bumicert wizard completes through all 4 review steps but publish is blocked by a Node.js/undici blob upload incompatibility in local dev.
Full run of the local dev build (branch development) covering landing polish, the browser-storage cart fix, explore marketplace, leaderboard, organizations, sign-in modal, cart panel, and bumicert detail tabs. Cart browser-storage fix (56ffff2) and landing polish (a692bc0, 6de6e83) both verified. Authenticated flows blocked by PDS OAuth page rendering blank in headless Chromium — not an app regression. One route finding: /explore/organizations returns 404; organizations only accessible via /organizations.
Full walkthrough of the local development build (localhost:3001) after two bug fixes — browser storage access in client components and profile-only upload edits. Both fixes verified functional. Core flows (auth, wizard, draft save, site management, cart) all pass. One unresolved blocker: bumicert and org card navigation from explore/account pages doesn't navigate in this run.
Full walkthrough of alpha.fund.gainforest.app as a Nature Steward — landing, sign-in via climateai.org PDS, the 5-step Bumicert wizard, plus PDS verification. Marketing, OAuth, and wizard layout are excellent. The publish path is blocked: the wizard reads its required site list from the indexer, which has no record of this user's PDS, so newly created sites (which do land on the PDS as app.certified.location) never appear in the form. No org.hypercerts.claim.activity was written this run.