Timo
|
e7b59d61ac
|
docs: update all docs for lazy-connect, refactor, and .cjs rename
- ARCHITECTURE.md: startup -> lazy connect, reconnect when in room
- HOW_IT_WORKS.md: on-demand connection, heartbeat while connected
- PRIVACY.md: clarify alarms only during active sessions
- SYNC_GUIDE.md: build-extension.cjs + episode-utils injection
- StoreDescription.md: on-demand relay, no persistent connection
- README.md + extension/README.md: npm run build:extension
- extension/README.md: replace Dual Heartbeat with On-Demand Connection
- website/privacy.html: add lazy-connect privacy note
|
2026-06-16 14:17:19 +02:00 |
|
MacBook
|
5157428e74
|
docs: comprehensive repository polish + step-by-step user guide
Documentation Rewrites:
- AI_INIT.md: fix duplicate section numbers, add file responsibility map,
fix stale manual mirror instruction, add room ID constraint
- PRIVACY.md: add TL;DR statement, data retention table, explicit
<all_urls> justification, self-hosted instance disclaimer
- CONTRIBUTING.md: add local testing guide, version warning, room ID
constraint, bug report requirements
- shared/README.md: complete event table (all 15 events), fix stale
manifest.json reference
- docs/SYNC_GUIDE.md: Chrome→Browser, add README.md to sync list,
drop stale RC5 reference
- server/README.md: sync env defaults with .env.example (1000/50)
New Documentation:
- docs/HOW_IT_WORKS.md: 10-step walkthrough covering room creation,
invitation bridge flow, synchronized playback, force sync protocol,
heartbeat system, and episode auto-sync. Includes exact data payloads.
Infrastructure Cleanup:
- docker-compose.yml: remove deprecated version key
- .dockerignore: remove dead .bat/.sh patterns
- README.md: add self-hosting extension config tip, link HOW_IT_WORKS
|
2026-05-04 05:41:43 +02:00 |
|