alpha
Login
or
Join now
extro.rook.host
/
vit
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
vit
/
explore
/
src
5 files
at
main
Jer Miller
Merge remote-tracking branch 'origin/main'
2w ago
4565b851
api.js
Merge remote-tracking branch 'origin/main' # Conflicts: # explore/src/jetstream.js
2 weeks ago
cursor.js
fix(explore): persist Jetstream cursor across cron windows The one-minute cron previously live-tailed Jetstream with no cursor, dropping any org.v-it.* commit that landed between cron windows. scheduled() now reads the cursor from the CursorStore Durable Object, starts from that cursor or a bounded 45-minute startup reconcile when unset, and persists the next cursor only after a fully successful stream window. The stored value advances to the latest observed event cursor, or to the window-open time when the window is quiet. Cursor read/write failures, malformed cursors, WebSocket and stream errors, and per-event D1 write failures now reject the run and leave the cursor untouched. There is no silent cursorless tailing fallback. Unit tests cover the scheduler with local fakes and verify replay idempotency with a bun:sqlite D1 shim over the real schema. They avoid live Jetstream, D1, and Cloudflare services. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 weeks ago
index.js
fix(explore): persist Jetstream cursor across cron windows The one-minute cron previously live-tailed Jetstream with no cursor, dropping any org.v-it.* commit that landed between cron windows. scheduled() now reads the cursor from the CursorStore Durable Object, starts from that cursor or a bounded 45-minute startup reconcile when unset, and persists the next cursor only after a fully successful stream window. The stored value advances to the latest observed event cursor, or to the window-open time when the window is quiet. Cursor read/write failures, malformed cursors, WebSocket and stream errors, and per-event D1 write failures now reject the run and leave the cursor untouched. There is no silent cursorless tailing fallback. Unit tests cover the scheduler with local fakes and verify replay idempotency with a bun:sqlite D1 shim over the real schema. They avoid live Jetstream, D1, and Cloudflare services. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 weeks ago
jetstream.js
Merge remote-tracking branch 'origin/main' # Conflicts: # explore/src/jetstream.js
2 weeks ago
resolve.js
Relicense from AGPL-3.0-only to MIT Switch all license declarations to MIT per founder-approved decision. Updated: LICENSE, package.json, package-lock.json, CLAUDE.md, README.md, CONTRIBUTING.md, and SPDX headers in all 73 source files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 months ago