- Bump package.json from 1.0.0-rc.0 to 1.0.0.
- Move all [Unreleased] entries (Fases 18/19/20) into a new
[v1.0.0] — 2026-05-19 section. Add a corresponding Fase 17 entry
(versioning + CHANGELOG tooling itself) that wasn't in [Unreleased]
because the linter wasn't wired during 17's own work.
- Tag v1.0.0 (local only; not pushed) immediately after this commit.
Closes the v1.0 cycle:
- Fase 17 — versioning + CHANGELOG + about modal + deploy tag check.
- Fase 18 — required list title + #N auto-numbering + default + catalog.
- Fase 19 — emoji picker with food + animals categories.
- Fase 20 — Euskera locale (machine-translated seed pending review).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Closes Fase 17 (v1.0 · 1/4). Bumps package.json `version` to
`1.0.0-rc.0` — picked up by apps/web/vite.config.ts's `__APP_VERSION__`
define, so the next built bundle reads it. The plain `1.0.0` tag is
reserved for the close of Fase 20 (Euskera locale) per the v1.0 plan.
Updates CLAUDE.md to mark the v1.0 cycle as in-progress (1/4 ✅) and
adds the per-fase history docs (Fase 13–17) to the documentation map.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>