·
138 commits
to develop
since this release
Added
- Initial user bootstrap — Script and docs to bootstrap an initial user in the DB; tests and refactors around that flow (merged via #111 — adjust org/repo if your remote differs).
Changed
- Documentation — Centralized developer docs under
docs/(docs/README.md,docs/backend/README.md,docs/frontend/README.md); movedLEGACY-CODEBASE.mdtodocs/legacy/; root and app READMEs now point atdocs/instead of long inline guides. - Backend docs — Environment variables documented; docs updated for env, tests, and bootstrap.
- CI / release — Release workflow: add uv (
astral-sh/setup-uv@v7) and runuv lockin the backend souv.lockis refreshed during release; ensures uv is available before Node setup. - Dependencies —
uv.lockupdated.
Fixed
- Uvicorn — Replace deprecated
uvicorn_log_configwithlog_config. - Build — Build script runs steps sequentially (fix for parallel/ordering issues).
- Minor typo fix.