Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

v1.0.0

Latest

Choose a tag to compare

@harrisonk0 harrisonk0 released this 22 Mar 20:35
· 5 commits to main since this release

First official release of BB-Manager.

This release establishes the first production-ready baseline for the project.

Highlights:

  • tightened live-data access and aligned the app with the intended Supabase security model
  • replaced fragile weekly-marks write flows with safer transactional persistence paths
  • fixed settings persistence against the seeded-row model used in production
  • added client-visible database contract checks and stronger browser smoke coverage
  • removed dead client-side auth/state complexity and aligned docs with the real deployment/runtime model
  • closed review-driven correctness gaps around weekly marks, cleanup behavior, and live test isolation

Validation on release commit:

  • npm run test:run
  • npm run typecheck
  • npm run build
  • live Playwright smoke suite against Supabase

Known non-blocking follow-up:

  • one final review note remains about making weekly-marks smoke navigation helper naming/idempotence match the section-settings helper pattern; this is consistency polish, not a correctness issue.