From 57893a98d5761bd42ce9ef92f557511138bc32bc Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 3 May 2026 00:31:23 -0500 Subject: [PATCH] =?UTF-8?q?chore(skill):=20bump=20manifest=20version=200.1?= =?UTF-8?q?.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tracks the agentnative-skill repo's already-shipped v0.2.0 release (tag `v0.2.0` at `2b10c84`, no commits ahead of main since). The site's `/skill.json` advertises the published skill bundle's metadata; its `version` field should track the skill repo's released VERSION, not lag behind. Was `0.1.0` since site launch; the skill repo moved to v0.2.0 alongside PR #67's deprecation of the SHA-pin surface but the site manifest was never bumped. --- src/data/skill.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/skill.json b/src/data/skill.json index 1db85ea..272bd29 100644 --- a/src/data/skill.json +++ b/src/data/skill.json @@ -2,7 +2,7 @@ "schema_version": 1, "type": "agent-skill", "name": "agent-native-cli", - "version": "0.1.0", + "version": "0.2.0", "description": "Build CLI tools that AI agents can operate reliably.", "principles_url": "https://anc.dev/p1", "license": "MIT",