Skip to content

Document the Verified Feed demo runbook#50

Merged
azizu06 merged 1 commit into
mainfrom
issue-30/demo-closure
Jul 12, 2026
Merged

Document the Verified Feed demo runbook#50
azizu06 merged 1 commit into
mainfrom
issue-30/demo-closure

Conversation

@azizu06

@azizu06 azizu06 commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • add the missing Verified Feed demo runbook to the README
  • document idempotent Supabase seeding and the credential-free two-refresh rehearsal
  • document one safe live retry and the persisted-catalog fallback when upstream services remain unavailable

Why

Issue #30's implementation and focused test evidence are already on main, but the final acceptance criterion requires exact seed, refresh, retry, and fallback operator instructions. This PR closes only that documentation gap.

Verification

  • npm run test:unit -- src/server/feed/refresh src/server/feed/catalog-repository.test.ts src/server/feed/supabase-catalog-repository.test.ts src/components/refresh-feed-button.test.tsx src/lib/refresh-stream.test.ts src/app/api/feed/refresh/route-handler.test.ts (92 passed, 1 credential-gated skip)
  • CAPCHECK_E2E_PORT=3110 npm run test:e2e -- e2e/feed.spec.ts (6 passed across desktop and mobile Chromium)
  • git diff --check

Closes #30

@vercel

vercel Bot commented Jul 12, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
capcheck Ready Ready Preview, Comment Jul 12, 2026 1:52am

@azizu06
azizu06 marked this pull request as ready for review July 12, 2026 01:55
Copilot AI review requested due to automatic review settings July 12, 2026 01:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@azizu06
azizu06 merged commit 2376039 into main Jul 12, 2026
4 checks passed
@azizu06
azizu06 deleted the issue-30/demo-closure branch July 12, 2026 01:56
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.

Make Verified Feed refresh repeatable and demo-safe

2 participants