diff --git a/dist/claude-code/structured-coding/VERSION b/dist/claude-code/structured-coding/VERSION index 6e8bf73..17e51c3 100644 --- a/dist/claude-code/structured-coding/VERSION +++ b/dist/claude-code/structured-coding/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/dist/codex/structured-coding/VERSION b/dist/codex/structured-coding/VERSION index 6e8bf73..17e51c3 100644 --- a/dist/codex/structured-coding/VERSION +++ b/dist/codex/structured-coding/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/dist/structured-coding-claude-code.zip b/dist/structured-coding-claude-code.zip index 0482f69..a1e9558 100644 Binary files a/dist/structured-coding-claude-code.zip and b/dist/structured-coding-claude-code.zip differ diff --git a/dist/structured-coding-codex.zip b/dist/structured-coding-codex.zip index 9562ba1..8e43fb1 100644 Binary files a/dist/structured-coding-codex.zip and b/dist/structured-coding-codex.zip differ diff --git a/scripts/test_hook_presets.py b/scripts/test_hook_presets.py index 01f669d..1163bdf 100644 --- a/scripts/test_hook_presets.py +++ b/scripts/test_hook_presets.py @@ -97,7 +97,8 @@ def test_every_preset_coexists_and_any_one_can_be_removed(self): self.assertEqual(set(json.loads(config.read_bytes())["hooks"]), expected) report = hooks.doctor(host, self.project) # A user must be able to tell which release they installed. - self.assertIn("Skill version 0.1.0", report) + declared = (hooks.ROOT / "structured-coding/VERSION").read_text() + self.assertIn(f"Skill version {declared.strip()}", report) for survivor in survivors: self.assertIn(survivor, report) data = self.state(host) / "retained.json" diff --git a/structured-coding/VERSION b/structured-coding/VERSION index 6e8bf73..17e51c3 100644 --- a/structured-coding/VERSION +++ b/structured-coding/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1