Notify when Enrichment finishes or needs attention (#11) - #37
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Rebase onto main with Offline Regions: web push opt-in after first sync, authenticated subscriptions, deduped complete/needs-attention notifies, and vercel:sync via VERCEL_TOKEN. Co-authored-by: Will Schenk <wschenk@gmail.com>
cursor
Bot
force-pushed
the
cursor/processing-notifications-1c08
branch
from
July 19, 2026 01:48
e3c0a38 to
4d44641
Compare
This was referenced Jul 19, 2026
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.
Summary
Implements #11: web push after Enrichment completes or newly enters needs attention, with opt-in only after the first successful sync.
Also updates
close-shipped-tickets.ymlso merging tomaincloses shipped #10 (API close was blocked for the cloud agent).What changed
POST /api/push/subscribebehindrequireSyncAccess; Neon/memorypush_subscriptions.completeJob.created) and per needs-attention transition (keyed by job + attempt so retries re-notify once).push+notificationclick; cache bump tov8.NEXT_PUBLIC_VAPID_PUBLIC_KEY,VAPID_PRIVATE_KEY,VAPID_SUBJECT).tests/push.spec.ts— opt-in timing, completion, failure, duplicate suppression, denial, stale subscriptions, retry re-entry.Follow-ups for humans
mise run vercel:sync -- --env preview(and production when ready).agent-ticket-claim(needs(#11)in title — present).Test plan
mise run lintmise run test -- tests/push.spec.ts