862 B
862 B
Documentation Discrepancies
2026-04-28
- Resolved: the separate Vite/Preact SPA was removed. The Go binary serves templates and embedded static assets directly.
- Milestone 1 asks for
packages/protocol/with a protobuf schema, but the sync ADR and protocol spec describe JSON messages over WebSocket. The protocol package currently preserves both a.protoplaceholder and TypeScript-facing JSON model notes. - ADR-005 stores content under
data/files/..., while Milestone 2 examples usestore/.... The implementation follows ADR-005 and usesdata/files. - Resolved: the deployment and development toolchain no longer require Node or pnpm.
- The foundation milestone specifies
golang-migrate, butgo-libsqlintegration constraints need a clean validation path. A lightweight internal migrator is used now so the project can move forward.