From 7726c25e4625a3fd6ed0a565edaf90f975208e56 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Mon, 23 Mar 2026 14:29:21 -0700 Subject: [PATCH] fix(ci): restore validation and antigravity target safety --- .github/workflows/ci.yml | 4 ++++ .github/workflows/reusable-validate.yml | 3 +++ AGENTS.md | 4 ++-- README.md | 4 ++-- manifests/install-modules.json | 1 - 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc9f0d5..be6b2564 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,6 +175,10 @@ jobs: run: node scripts/ci/validate-skills.js continue-on-error: false + - name: Validate install manifests + run: node scripts/ci/validate-install-manifests.js + continue-on-error: false + - name: Validate rules run: node scripts/ci/validate-rules.js continue-on-error: false diff --git a/.github/workflows/reusable-validate.yml b/.github/workflows/reusable-validate.yml index 27b483de..0aa14640 100644 --- a/.github/workflows/reusable-validate.yml +++ b/.github/workflows/reusable-validate.yml @@ -39,5 +39,8 @@ jobs: - name: Validate skills run: node scripts/ci/validate-skills.js + - name: Validate install manifests + run: node scripts/ci/validate-install-manifests.js + - name: Validate rules run: node scripts/ci/validate-rules.js diff --git a/AGENTS.md b/AGENTS.md index cfcd3a8f..750414de 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ # Everything Claude Code (ECC) — Agent Instructions -This is a **production-ready AI coding plugin** providing 28 specialized agents, 119 skills, 60 commands, and automated hook workflows for software development. +This is a **production-ready AI coding plugin** providing 28 specialized agents, 125 skills, 60 commands, and automated hook workflows for software development. **Version:** 1.9.0 @@ -142,7 +142,7 @@ Troubleshoot failures: check test isolation → verify mocks → fix implementat ``` agents/ — 28 specialized subagents -skills/ — 117 workflow skills and domain knowledge +skills/ — 125 workflow skills and domain knowledge commands/ — 60 slash commands hooks/ — Trigger-based automations rules/ — Always-follow guidelines (common + per-language) diff --git a/README.md b/README.md index b1161a5a..8d3b5bd3 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ For manual install instructions see the README in the `rules/` folder. /plugin list everything-claude-code@everything-claude-code ``` -✨ **That's it!** You now have access to 28 agents, 119 skills, and 60 commands. +✨ **That's it!** You now have access to 28 agents, 125 skills, and 60 commands. --- @@ -1085,7 +1085,7 @@ The configuration is automatically detected from `.opencode/opencode.json`. |---------|-------------|----------|--------| | Agents | ✅ 28 agents | ✅ 12 agents | **Claude Code leads** | | Commands | ✅ 60 commands | ✅ 31 commands | **Claude Code leads** | -| Skills | ✅ 119 skills | ✅ 37 skills | **Claude Code leads** | +| Skills | ✅ 125 skills | ✅ 37 skills | **Claude Code leads** | | Hooks | ✅ 8 event types | ✅ 11 events | **OpenCode has more!** | | Rules | ✅ 29 rules | ✅ 13 instructions | **Claude Code leads** | | MCP Servers | ✅ 14 servers | ✅ Full | **Full parity** | diff --git a/manifests/install-modules.json b/manifests/install-modules.json index 45b8d8a7..2dbe5b50 100644 --- a/manifests/install-modules.json +++ b/manifests/install-modules.json @@ -90,7 +90,6 @@ "targets": [ "claude", "cursor", - "antigravity", "codex", "opencode" ],