From ad7f475aa30435ff8af6f7618364fedd1530dede Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Tue, 26 May 2026 15:07:53 +0200 Subject: [PATCH] Bump cli-compat skills to 0.2.1, fix phantom 0.300.0 version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump Agent Skills from 0.1.5 to 0.2.1 in the 1.0.0 entry and fix the phantom "0.300.0" key to "0.299.2" — CLI went from v0.299.2 straight to v1.0.0, so v0.300.0 never existed. Co-authored-by: Isaac --- internal/build/cli-compat.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/build/cli-compat.json b/internal/build/cli-compat.json index af7635aaa4..eb0867eea8 100644 --- a/internal/build/cli-compat.json +++ b/internal/build/cli-compat.json @@ -1,4 +1,4 @@ { - "1.0.0": { "appkit": "0.38.0", "skills": "0.2.0" }, - "0.300.0": { "appkit": "0.24.0", "skills": "0.1.5" } + "1.0.0": { "appkit": "0.38.0", "skills": "0.2.1" }, + "0.299.2": { "appkit": "0.24.0", "skills": "0.1.5" } }