This file applies to any agent working in this repository (Cursor, Claude Code, Codex, etc.).
You must bump the root VERSION file before pushing to GitHub.
The kit uses VERSION as the release identifier: installs copy it to .agent-loop/kit-version, and agent-update-check compares it with the remote file on GitHub.
- Read the current value in
VERSION(single line, semver, e.g.0.1.0). - Increment it before
git push:- Patch (
0.1.0→0.1.1): default for bug fixes, GUI tweaks, docs, and most kit changes. - Minor (
0.1.0→0.2.0): new features or behavior changes that are backward compatible. - Major (
0.1.0→1.0.0): breaking changes to install layout, CLI contract, or queue/task format.
- Patch (
- Write only the new version string in
VERSION(novprefix, no extra lines). - Include
VERSIONin the same commit you push, or in a dedicated release commit immediately before push.
If the branch has user-facing or kit changes that will land on master, do not push until VERSION is updated. Skipping this breaks update notifications for downstream repos.
- Changes committed
-
VERSIONincremented -
git push(only when the user asked to push)
README.md— install, workflow, backendsadapters/cursor/skills/update/SKILL.md— update flow and Agent Console restart