diff --git a/AGENTS.md b/AGENTS.md index 0ef7d4f..fbd6c97 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -39,7 +39,7 @@ ## Versioning & Configuration - Bump `client/public/version.js` on every user-visible client change using shared release version + client revision metadata (`CHGRID_RELEASE_VERSION` and `CHGRID_CLIENT_REVISION`, for example `0.1.1` + `R350`). -- Keep the server-only revision in `server/app/version.py`; server revisions do not require a client version bump unless browser code/assets changed. +- Keep the server-only revision in `server/app/version.py` (for example `S350`); server revisions do not require a client version bump unless browser code/assets changed. - Commit each completed logical change; include the version bump in that same commit when client behavior changes. - Docs-only changes do not require a version bump unless explicitly requested. - Do not duplicate version constants elsewhere in client code. diff --git a/client/public/changelog.json b/client/public/changelog.json index 3ee6291..8730156 100644 --- a/client/public/changelog.json +++ b/client/public/changelog.json @@ -3,6 +3,7 @@ { "date": "March 8, 2026", "items": [ + "First public release, v0.1.0.", "Added a command palette with Shift+K, Shift+F10, or the Applications key to show all available commands." ] },