feat: launch local-first Sudoku workbench

This commit is contained in:
2026-08-30 14:14:11 +02:00
commit 659640b231
97 changed files with 19111 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Changelog
All notable changes are documented here.
## Unreleased
## 0.1.0 - 2026-08-30
- Initial local-first Sudoku setting, playing, solving and analysis workbench.
- Added bounded classic and variant puzzle models, validation and exact solving.
- Added explainable human-style deductions and full solve-path inspection.
- Added Killer combination, relation and house-analysis helpers.
- Added local projects, progress, import/export and compact share fragments.
- Added deterministic packaging, browser tests and Toolbox SDK integration.