# v2.0.0-alpha.3 — Installer/update finalized + public docs pass Closes two more v2.0 stability items. Docs and policy only — no runtime change. ## Added - **Finalized distribution & update policy** — `docs/RELEASE.md` now states the locked v2.0 policy: every release always ships the 3 CLI binaries, 3 desktop installers, `SHA256SUMS`, and a CycloneDX SBOM; signing (macOS/Windows) and the opt-in, manual desktop updater channel are conditional on repo secrets. The one-line installers verify `SHA256SUMS` before installing. - **Consolidated public guide** — `docs/GUIDE.md` (EN) and `docs/i18n/GUIDE.ko.md` (KO) cover install, quickstart, desktop + CLI workflows, project registry, artifacts/schema, and the safety model, linked from the README. ## Fixed - Replaced the unresolved `` placeholders in `README.md` and `install/install.md` with the real repository (`dgl1231`). ## Guards - A docs test now locks the GUIDE (EN+KO), the finalized RELEASE policy, and the absence of `` placeholders. ## v2.0 status Done: migration checks, schema migrator, desktop contract (i18n parity), hard constraints, installer/update finalize, public docs pass. Remaining: per-artifact schema v2 bumps, applied as breaking changes require them.