Three items are queued. The most urgent is a failing CI run on web-prototype — red for 11 minutes. Want me to look?
Found it — a missing await at sync.ts:84 leaves the type as Promise<Session>.
// sync.ts:84 - const s = loadSession(id) + const s = await loadSession(id)
Pushed to fix/sync-await, opened a PR, CI is green now. ✅