Calibrate banner
let-sunny let-sunny

Calibrate

Data community

Description

Run the calibration pipeline for a single fixture, all active fixtures, or resume a failed run. Input: $ARGUMENTS (fixture path, `--all`, or `--resume <run-dir>`) ## Instructions Run the calibration script: ```bash npx tsx scripts/calibrate.ts $ARGUMENTS ``` The script (`scripts/calibrate.ts`) orchestrates: 1. **Analyze** (CLI) — `calibrate-analyze` 2. **Design tree** (CLI) — generate baseline + 6 stripped design-trees 3. **Convert** (Agent, 7 parallel `claude -p` sessions) — baseline + 6 s

Installation

Installs to ~/.claude/commands/let-sunny-canicode-calibrate.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/let-sunny/canicode/HEAD/.claude/commands/calibrate.md -o ~/.claude/commands/let-sunny-canicode-calibrate.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository