Two bugs: - subscribeOffline() bailed if runtime wasn't initialized yet (race with shell.ts init). Now waits for runtime to appear, then awaits init(). - getDoc() called runtime.getDoc() which doesn't exist — method is runtime.get(). Caused "e.getDoc is not a function" crash in listThreads. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| lib | ||
| campaign-data.ts | ||
| landing.ts | ||
| local-first-client.ts | ||
| mod.ts | ||
| schemas.ts | ||