From c03384b2d7c5ac5119a1d5f5ec65eb293fccdbc6 Mon Sep 17 00:00:00 2001 From: Bulat Yapparov Date: Wed, 17 Jun 2026 08:59:45 +0100 Subject: [PATCH] docs: add model version bump guidance --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..d5eabf0 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,2 @@ +- For model-only support changes, use a patch version bump. Example: adding a new model after `0.3.7` should bump to `0.3.8`, not `0.4.0`. +- Reserve minor version bumps for broader feature or compatibility changes, not routine model catalog/provider additions.