You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address Copilot review: dead code, validation, docs, pagination
- Remove dead mapNotification() from MoltbookProvider (no API endpoint)
- Fix malformed UUID examples in Handle.ts doc comments
- Fix all 9 social command README test paths (spaces → lowercase slashes)
- Fix Handles.expireStale() to paginate through all stale handles
- Add UUID format validation to HandleEntity.requestedBy
- Add orderBy to short ID resolution for deterministic collision handling
- Document in-memory rate limiting as ephemeral by design
- Document single-threaded safety for retryCount read-increment-write
Skipped by design: credential check-then-insert race (single-persona,
tiny window), apiKey format validation (unknown platform formats),
5xx retry logic (project policy: fail clearly, no fallbacks).
0 commit comments