diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 24501b7..5dcec2f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "legion", - "version": "8.0.4", + "version": "8.0.5", "description": "Official Codex plugin bundle for Legion's multi-agent planning, execution, review, and shipping workflows.", "author": { "name": "9thLevelSoftware", diff --git a/CHANGELOG.md b/CHANGELOG.md index b877831..bfe3582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to the Legion plugin are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [8.0.5] - 2026-05-27 + +### Fixed +- **Antigravity CLI Support** — Published release configuration to ensure correct metadata mapping. + ## [8.0.4] - 2026-05-27 ### Added diff --git a/checksums.sha256 b/checksums.sha256 index f00a5f8..95cecc1 100644 --- a/checksums.sha256 +++ b/checksums.sha256 @@ -1,4 +1,4 @@ -7a3b03b5db1c7d38027ea39c05c4ee319fff5ef61e4da16c66bf883b7a7d6e10 .codex-plugin/plugin.json +7eca9f4833c4cc3ba30a5a6212c236fac883ec9df94e2ba51e23427e12d5d569 .codex-plugin/plugin.json ba73af176b9915c9d5857c92dacf20a8c9396274ac99b0c01c1e5b8e522ecf81 adapters/ADAPTER.md 57e66234293d10037ad39ecc54ddbc07c5bc68205e3f958167a0f85ecd1f6b77 adapters/aider.md 76277abb2d7f26c9a0d640027264a7689e9c5a3e0a4e0eb9233d002e4158b4a5 adapters/antigravity-cli.md @@ -87,7 +87,7 @@ c259f17a410f9cfc948c5a7bbb7f9c0f5cda02f7c381a859752b33f08f0e141d commands/valid 6f2f91394ac834929fcdf3e9917932e98de0c5e24fd4bfb604d5df23f26ef0f6 docs/runtime-certification-checklists.md b5ba3aefa7b87dd8fe95017801976515d704ac82ec8fd0a115d9dc1098fdc59a docs/security/install-integrity.md e43149ae6e8cdc675f54b7c5fc5d5ea5847bd7f404fbc4bc36ad847a34b8b9ff docs/settings.schema.json -a50f5d94cb9dbeb2908a1b25f2041a3e4b4e4b40889d67348f7718a1c1fdcc11 package.json +1cad7580e1ef507fb2fc3e33be62404470e703f2d83bb9724b228223326cd0e9 package.json 123b06e4b41ba4263700f2d8b7a975d6cb54a8b05eb0fc387ff379539e8944df README.md 6693f48633f8527f6feeb7cf3d9f88c7b235c728129848625a8aa9443d6e63e5 settings.json 2e8909340b49da1d32fd361ea800db7e4e3c58681781cc5ab84d896f7e061fa1 skills/agent-creator/SKILL.md diff --git a/package.json b/package.json index 2265b82..2b7856b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@9thlevelsoftware/legion", - "version": "8.0.4", + "version": "8.0.5", "description": "Orchestrate 49 AI specialist personalities as a coordinated legion — project initialization, phase planning, parallel execution, quality review, code polish, shipping, and portfolio management.", "bin": { "legion": "bin/install.js"