You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If **hook-active**: the hook handles sync automatically — just commit normally. Tell the user: "Caliber will sync your agent configs automatically via the pre-commit hook."
91
98
- If **no-hook**: run Caliber manually before committing:
92
99
1. Tell the user: "Caliber: Syncing agent configs with your latest changes..."
3. After it completes, briefly tell the user what Caliber updated. Then proceed with the commit.
95
102
96
-
If `caliber` is not found, tell the user: "This project uses Caliber for agent config sync. Run /setup-caliber to get set up."
103
+
**Valid `/home/my/.nvm/versions/node/v24.15.0/bin/caliber refresh` options:**`--quiet` (suppress output) and `--dry-run` (preview without writing). Do not pass any other flags — options like `--auto-approve`, `--debug`, or `--force` do not exist and will cause errors.
104
+
105
+
**`/home/my/.nvm/versions/node/v24.15.0/bin/caliber config`** takes no flags — it runs an interactive provider setup. Do not pass `--provider`, `--api-key`, or `--endpoint`.
106
+
107
+
If `/home/my/.nvm/versions/node/v24.15.0/bin/caliber` is not found, tell the user: "This project uses Caliber for agent config sync. Run /setup-caliber to get set up."
97
108
<!-- /caliber:managed:pre-commit -->
98
109
99
110
<!-- caliber:managed:learnings -->
@@ -103,10 +114,19 @@ Read `CALIBER_LEARNINGS.md` for patterns and anti-patterns learned from previous
103
114
These are auto-extracted from real tool usage — treat them as project-specific rules.
104
115
<!-- /caliber:managed:learnings -->
105
116
117
+
<!-- caliber:managed:model-config -->
118
+
## Model Configuration
119
+
120
+
Recommended default: `claude-sonnet-4-6` with high effort (stronger reasoning; higher cost and latency than smaller models).
121
+
Smaller/faster models trade quality for speed and cost — pick what fits the task.
122
+
Pin your choice (`/model` in Claude Code, or `CALIBER_MODEL` when using Caliber with an API provider) so upstream default changes do not silently change behavior.
123
+
124
+
<!-- /caliber:managed:model-config -->
125
+
106
126
<!-- caliber:managed:sync -->
107
127
## Context Sync
108
128
109
129
This project uses [Caliber](https://github.com/caliber-ai-org/ai-setup) to keep AI agent configs in sync across Claude Code, Cursor, Copilot, and Codex.
110
-
Configs update automatically before each commit via `caliber refresh`.
130
+
Configs update automatically before each commit via `/home/my/.nvm/versions/node/v24.15.0/bin/caliber refresh`.
111
131
If the pre-commit hook is not set up, run `/setup-caliber` to configure everything automatically.
0 commit comments