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

  1. Edit the VERSION file with the new version
  2. Run bash scripts/common/sync-version.sh
  3. Commit both the VERSION file 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

Related skills

More from boise-state-development/agentcore-public-stack

Installs
4
GitHub Stars
9
First Seen
Mar 28, 2026