-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVERSION_MAP.yml
More file actions
25 lines (24 loc) · 1.24 KB
/
Copy pathVERSION_MAP.yml
File metadata and controls
25 lines (24 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# VERSION_MAP: Single Source of Truth for claude-config version declarations.
#
# Each field tracks an INDEPENDENT SemVer — values are NOT synchronized.
# scripts/check_versions.sh verifies each consumer matches its declared field.
# The /release skill bumps one field at a time via `--target <field>`.
#
# Consumers (checked by scripts/check_versions.sh):
# suite -> README.md, README.ko.md (shields.io badge URL)
# plugin -> plugin/.claude-plugin/plugin.json (version)
# plugin-lite -> plugin-lite/.claude-plugin/plugin.json (version)
# settings-schema -> global/settings.json, global/settings.windows.json (version)
# hooks -> shipping hook-bundle label; bumped per rollout (e.g. P4
# timeline, attribution-guard scope changes). No consumer
# file to mirror — check_versions only validates that the
# value is well-formed SemVer. Bumpable/taggable via
# `/release --target hooks` (tag: hooks-v<version>).
#
# To bump a version: edit the field here, then run scripts/sync_versions.sh
# (or /release <field> <new-version>) to propagate to consumers.
suite: 1.10.0
plugin: 2.3.0
plugin-lite: 1.1.0
settings-schema: 1.17.0
hooks: 1.1.1