b20bbde1f653ddc2f790adae903d060b365e63a0
Architecture changes: - Extension connects directly to server (no local proxy/daemon) - Dual transport: WebSocket (real-time) + HTTP polling (fallback) - Server stores encrypted cookie blobs (E2E encrypted, server-blind) - Device registration with API token auth - Pairing records stored server-side for cross-device cookie access - Agent Skill API: AI agents get tokens to retrieve encrypted cookies with domain-level access control New modules: - src/relay/store.ts — encrypted cookie blob storage (LWW, per-device limits) - src/relay/tokens.ts — device registry, agent registry, pairing tracking - Protocol spec v2 with new types (EncryptedCookieBlob, AgentToken, etc.) 38 tests passing (crypto, pairing, conflict, full integration with HTTP polling, agent API, and WebSocket relay). Co-Authored-By: Paperclip <noreply@paperclip.ing>
Rc707Agency
AI-native agency. Agents ship the work.
Structure
agents/— agent configs and instructionsdocs/— company-level plans and documentationprojects/— project workspaces
Description
Languages
TypeScript
74.3%
Vue
18.3%
HTML
2.6%
CSS
2.6%
JavaScript
1.9%
Other
0.3%