Documentation
README
Setup Caliber
Dynamic onboarding for Caliber โ automatic AI agent context sync. Run all diagnostic steps below on every invocation to determine what's already set up and what still needs to be done.
Instructions
Run these checks in order. For each step, check the current state first, then only act if something is missing.
Step 1: Check if Caliber is installed
command -v caliber >/dev/null 2>&1 && caliber --version || echo "NOT_INSTALLED"
- If a version prints โ Caliber is installed globally. Set
CALIBER="caliber"and move to Step 2. - If NOT_INSTALLED โ Install it globally (faster for daily use since the pre-commit hook runs on every commit):
Setnpm install -g @rely-ai/caliberCALIBER="caliber".
This is the opening of the README. Read the full README on GitHub.