From 5267a73b342c90842154fd135c620345cb6ce235 Mon Sep 17 00:00:00 2001 From: Karsten Samaschke Date: Sun, 15 Feb 2026 15:34:45 +0100 Subject: [PATCH] chore(release): cut v12.3.0 --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/catalog/skills.catalog.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fea8a..8893082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [12.3.0] - 2026-02-15 + +### Added +- Hybrid hook manifest metadata support with authoritative `HOOK.json` parsing and `HOOK.md` frontmatter fallback in installer catalog loading. + +### Changed +- Hook metadata parsing now normalizes `compatibleTargets` and registration target aliases to improve cross-agent compatibility handling. + +### Fixed +- Target installs now skip incompatible hooks deterministically instead of treating all hook metadata as universally installable. +- Restored missing CLI export surface required for installer test/build compatibility in current `dev` baseline. + ## [12.2.0] - 2026-02-15 ### Added diff --git a/VERSION b/VERSION index 6853326..4d23cb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.2.0 +12.3.0 diff --git a/package-lock.json b/package-lock.json index f5be205..6c593a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intelligent-code-agents", - "version": "12.1.0", + "version": "12.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "intelligent-code-agents", - "version": "12.1.0", + "version": "12.3.0", "dependencies": { "@fastify/cors": "^10.0.1", "@fastify/multipart": "^9.4.0", diff --git a/package.json b/package.json index abb1f00..8a6161e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intelligent-code-agents", - "version": "12.1.0", + "version": "12.3.0", "private": true, "description": "ICA cross-platform interactive installer, CLI, and dashboard", "bin": { diff --git a/src/catalog/skills.catalog.json b/src/catalog/skills.catalog.json index 450b7b3..fb642ef 100644 --- a/src/catalog/skills.catalog.json +++ b/src/catalog/skills.catalog.json @@ -1,7 +1,7 @@ { "generatedAt": "1970-01-01T00:00:00.000Z", "source": "multi-source", - "version": "12.2.0", + "version": "12.3.0", "sources": [ { "id": "official-skills",