Skip to content

release: 1.0.0-alpha.3 (formula-sandbox opt-out + CI fix)#2

Merged
sommaa merged 2 commits into
mainfrom
experimental
Jun 22, 2026
Merged

release: 1.0.0-alpha.3 (formula-sandbox opt-out + CI fix)#2
sommaa merged 2 commits into
mainfrom
experimental

Conversation

@sommaa

@sommaa sommaa commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Prepares the 1.0.0-alpha.3 pre-release.

  • fix(App): read the formula-safety preference from localStorage on startup instead of useStore.getState(), which is undefined under the test store mock and was failing the frontend CI Test step.
  • release: bump version to 1.0.0-alpha.3 across all declarations (VERSION, backend __init__/config/.env.example/docs, frontend package.json, README badge + env table, SECURITY/CONTRIBUTING/issue template) and add the CHANGELOG entry for the formula-sandbox opt-out.

CI verified locally: backend pytest, frontend lint, tsc --noEmit, full vitest (825 tests), and npm run build all green.

🤖 Generated with Claude Code

sommaa added 2 commits June 22, 2026 22:00
useStore.getState() is undefined when the store is mocked in tests, which
crashed the startup sync effect. Read the persisted value straight from
localStorage (the source of truth) instead, fixing the frontend CI Test step.
@sommaa
sommaa merged commit e9e642b into main Jun 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant