version
Installation
SKILL.md
Version Bumping
This monorepo uses a single VERSION file at the repo root as the source of truth.
Format
MAJOR.MINOR.PATCH[-PRERELEASE] (SemVer 2.0). No v prefix.
Example: 1.0.0-beta.1, 1.1.0
How to Bump
- Edit the
VERSIONfile with the new version - Run
bash scripts/common/sync-version.sh - Commit both the
VERSIONfile and the updated manifests
The sync script updates backend/pyproject.toml, frontend/ai.client/package.json, infrastructure/package.json, and the README.md version badge and "Current release" text.