docs: add STATUS.md handoff (architecture, verification record, gotchas, remaining work)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 19:39:22 +00:00
co-authored by Claude Fable 5
parent 6dd541b1a4
commit 26d166a7e8
2 changed files with 187 additions and 1 deletions
+14 -1
View File
@@ -56,4 +56,17 @@ Tests: `cd server && npm test`.
Everything lives in named docker volumes: `podpuddle-data` (SQLite, server nostr key,
covers), `mediamtx-recordings` (stream recordings, 7-day retention), `blossom-data`
(media blobs).
(media blobs). `docker compose down` keeps them; `down -v` wipes them.
## Verification
- Unit tests: `cd server && npm test` (35 tests).
- Against a running stack: `node scripts/e2e.mjs` (14 checks: login, blossom
upload, feed, stream keys, MediaMTX auth webhook).
## Status & internals
See **[docs/STATUS.md](docs/STATUS.md)** for the architecture, the full
verification record, known gotchas (blossom v4 config nesting, no range
requests, split-horizon blossom URL, MediaMTX polling rationale), and the
remaining-work list (Archipelago packaging, git remote).