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.
PR Gate
PRs to main will fail CI if:
- The
VERSIONfile hasn't changed compared tomain - Package manifests are out of sync (run the sync script to fix)
What CI Handles
Docker image tags, AWS resource tags, health endpoint versions, frontend version display, and git tags are all handled automatically by CI. Just bump VERSION and sync.
Weekly Installs
3
Repository
boise-state-dev…ic-stackGitHub Stars
7
First Seen
Mar 28, 2026
Security Audits