From 7b180e6d275581cc2266085d8e9f4a3193df8e00 Mon Sep 17 00:00:00 2001 From: Jage9 Date: Sun, 8 Mar 2026 22:14:19 -0400 Subject: [PATCH] Show public release version and GitHub link --- AGENTS.md | 2 +- client/index.html | 3 +++ client/public/version.js | 7 ++++--- client/src/main.ts | 9 ++++++++- client/src/styles.css | 13 +++++++++++++ 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ed4ab34..07a85a9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -38,7 +38,7 @@ - Runtime/protocol behavior changes: update `docs/runtime-flow.md` and/or `docs/protocol-notes.md`. ## Versioning & Configuration -- Bump `client/public/version.js` on every user-visible change using `YYYY.MM.DD Rn`. +- Bump `client/public/version.js` on every user-visible change using release version + revision metadata (`CHGRID_RELEASE_VERSION`, `CHGRID_BUILD_REVISION`, and derived `CHGRID_WEB_VERSION`, for example `0.1.0` + `R340`). - 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/index.html b/client/index.html index f652c7e..6d19974 100644 --- a/client/index.html +++ b/client/index.html @@ -70,6 +70,9 @@