From 3e1fd083854be778ea5dbd42d6cc819821b95fcd Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Mon, 20 Apr 2026 17:44:44 +0200 Subject: [PATCH] fix(ci): remove skills-manifest.json validation step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The skills-manifest.json file was intentionally removed — skill versioning now lives in each SKILL.md metadata.github-* frontmatter. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/ci.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3d50a0..f62fe6b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,13 +75,6 @@ jobs: done exit $failed - - name: ✅ Validate skills-manifest.json - run: | - if ! jq -e '.plugins | keys | length > 0' skills-manifest.json > /dev/null 2>&1; then - echo "::error::Invalid skills-manifest.json" - exit 1 - fi - echo "✓ skills-manifest.json is valid" discover-skills: name: Discover skills