diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 9fed71c7..eb6da71e 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -2,7 +2,7 @@ "name": "hve-core", "metadata": { "description": "HVE Core", - "version": "2.3.5", + "version": "2.3.6", "pluginRoot": "./plugins" }, "owner": { @@ -13,61 +13,61 @@ "name": "ado", "source": "./plugins/ado", "description": "Azure DevOps work item management, build monitoring, and pull request creation", - "version": "2.3.5" + "version": "2.3.6" }, { "name": "coding-standards", "source": "./plugins/coding-standards", "description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects", - "version": "2.3.5" + "version": "2.3.6" }, { "name": "data-science", "source": "./plugins/data-science", "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards", - "version": "2.3.5" + "version": "2.3.6" }, { "name": "git", "source": "./plugins/git", "description": "Git commit messages, merges, setup, and pull request prompts", - "version": "2.3.5" + "version": "2.3.6" }, { "name": "github", "source": "./plugins/github", "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts", - "version": "2.3.5" + "version": "2.3.6" }, { "name": "hve-core-all", "source": "./plugins/hve-core-all", "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills", - "version": "2.3.5" + "version": "2.3.6" }, { "name": "project-planning", "source": "./plugins/project-planning", "description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations", - "version": "2.3.5" + "version": "2.3.6" }, { "name": "prompt-engineering", "source": "./plugins/prompt-engineering", "description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions", - "version": "2.3.5" + "version": "2.3.6" }, { "name": "rpi", "source": "./plugins/rpi", "description": "Research, Plan, Implement, Review workflow agents and prompts for task-driven development", - "version": "2.3.5" + "version": "2.3.6" }, { "name": "security-planning", "source": "./plugins/security-planning", "description": "Security plan creation, incident response, and risk assessment", - "version": "2.3.5" + "version": "2.3.6" } ] } \ No newline at end of file diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9cbd27f6..53cc652d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.5" + ".": "2.3.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f584e17b..b41f8735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > **Note:** This file is automatically maintained by [release-please](https://github.com/googleapis/release-please). Do not edit manually. +## [2.3.6](https://github.com/microsoft/hve-core/compare/hve-core-v2.3.5...hve-core-v2.3.6) (2026-02-13) + + +### 🐛 Bug Fixes + +* **workflows:** delete and recreate immutable release as draft ([#550](https://github.com/microsoft/hve-core/issues/550)) ([75217da](https://github.com/microsoft/hve-core/commit/75217da01caa3aa57d313d149a065f207e28209c)) + ## [2.3.5](https://github.com/microsoft/hve-core/compare/hve-core-v2.3.4...hve-core-v2.3.5) (2026-02-13) diff --git a/extension/templates/package.template.json b/extension/templates/package.template.json index e94b5d44..3be229b7 100644 --- a/extension/templates/package.template.json +++ b/extension/templates/package.template.json @@ -5,7 +5,7 @@ "workspace", "ui" ], - "version": "2.3.5", + "version": "2.3.6", "description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments", "publisher": "ise-hve-essentials", "repository": { diff --git a/package-lock.json b/package-lock.json index cf98509c..8905db5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hve-core", - "version": "2.3.5", + "version": "2.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hve-core", - "version": "2.3.5", + "version": "2.3.6", "license": "MIT", "devDependencies": { "cspell": "9.6.4", diff --git a/package.json b/package.json index 9f4e417d..90cc3867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hve-core", - "version": "2.3.5", + "version": "2.3.6", "description": "HVE Core", "private": true, "scripts": { diff --git a/plugins/ado/.github/plugin/plugin.json b/plugins/ado/.github/plugin/plugin.json index efc80c44..5480edb0 100644 --- a/plugins/ado/.github/plugin/plugin.json +++ b/plugins/ado/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "ado", "description": "Azure DevOps work item management, build monitoring, and pull request creation", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file diff --git a/plugins/coding-standards/.github/plugin/plugin.json b/plugins/coding-standards/.github/plugin/plugin.json index 6dcde977..6be0115f 100644 --- a/plugins/coding-standards/.github/plugin/plugin.json +++ b/plugins/coding-standards/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "coding-standards", "description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file diff --git a/plugins/data-science/.github/plugin/plugin.json b/plugins/data-science/.github/plugin/plugin.json index 07005c6e..60ab10e2 100644 --- a/plugins/data-science/.github/plugin/plugin.json +++ b/plugins/data-science/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "data-science", "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file diff --git a/plugins/git/.github/plugin/plugin.json b/plugins/git/.github/plugin/plugin.json index 6971fbd9..ea61404f 100644 --- a/plugins/git/.github/plugin/plugin.json +++ b/plugins/git/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "git", "description": "Git commit messages, merges, setup, and pull request prompts", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file diff --git a/plugins/github/.github/plugin/plugin.json b/plugins/github/.github/plugin/plugin.json index 6769f641..a20fb5b4 100644 --- a/plugins/github/.github/plugin/plugin.json +++ b/plugins/github/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "github", "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file diff --git a/plugins/hve-core-all/.github/plugin/plugin.json b/plugins/hve-core-all/.github/plugin/plugin.json index 561dd17d..502d321d 100644 --- a/plugins/hve-core-all/.github/plugin/plugin.json +++ b/plugins/hve-core-all/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "hve-core-all", "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file diff --git a/plugins/project-planning/.github/plugin/plugin.json b/plugins/project-planning/.github/plugin/plugin.json index cd714a92..91a380d5 100644 --- a/plugins/project-planning/.github/plugin/plugin.json +++ b/plugins/project-planning/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "project-planning", "description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file diff --git a/plugins/prompt-engineering/.github/plugin/plugin.json b/plugins/prompt-engineering/.github/plugin/plugin.json index 11b4dc3a..bef2b9fb 100644 --- a/plugins/prompt-engineering/.github/plugin/plugin.json +++ b/plugins/prompt-engineering/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "prompt-engineering", "description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file diff --git a/plugins/rpi/.github/plugin/plugin.json b/plugins/rpi/.github/plugin/plugin.json index a26a8e53..5abe4a25 100644 --- a/plugins/rpi/.github/plugin/plugin.json +++ b/plugins/rpi/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "rpi", "description": "Research, Plan, Implement, Review workflow agents and prompts for task-driven development", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file diff --git a/plugins/security-planning/.github/plugin/plugin.json b/plugins/security-planning/.github/plugin/plugin.json index 15344750..51b7174a 100644 --- a/plugins/security-planning/.github/plugin/plugin.json +++ b/plugins/security-planning/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "security-planning", "description": "Security plan creation, incident response, and risk assessment", - "version": "2.3.5" + "version": "2.3.6" } \ No newline at end of file