From 3b087225fc2bae0ec7079abea3b0c0ef0fdf6c11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:27:41 +0000 Subject: [PATCH] chore: bump pre-release version to 3.3.47 --- .github/plugin/marketplace.json | 30 +++++++++---------- .release-please-manifest.json | 2 +- extension/templates/package.template.json | 2 +- package-lock.json | 4 +-- package.json | 2 +- plugins/ado/.github/plugin/plugin.json | 2 +- .../.github/plugin/plugin.json | 2 +- .../data-science/.github/plugin/plugin.json | 2 +- .../.github/plugin/plugin.json | 2 +- .../experimental/.github/plugin/plugin.json | 2 +- plugins/github/.github/plugin/plugin.json | 2 +- plugins/gitlab/.github/plugin/plugin.json | 2 +- .../hve-core-all/.github/plugin/plugin.json | 2 +- plugins/hve-core/.github/plugin/plugin.json | 2 +- plugins/installer/.github/plugin/plugin.json | 2 +- plugins/jira/.github/plugin/plugin.json | 2 +- .../.github/plugin/plugin.json | 2 +- .../rai-planning/.github/plugin/plugin.json | 2 +- plugins/security/.github/plugin/plugin.json | 2 +- 19 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 2e7fd7c6c..9edb85aa0 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -2,7 +2,7 @@ "name": "hve-core", "metadata": { "description": "HVE Core", - "version": "3.3.41", + "version": "3.3.47", "pluginRoot": "./plugins" }, "owner": { @@ -13,85 +13,85 @@ "name": "ado", "source": "ado", "description": "Azure DevOps work item management, build monitoring, and pull request creation", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "coding-standards", "source": "coding-standards", "description": "Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "data-science", "source": "data-science", "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "design-thinking", "source": "design-thinking", "description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "experimental", "source": "experimental", "description": "Experimental and preview artifacts not yet promoted to stable collections", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "github", "source": "github", "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "gitlab", "source": "gitlab", "description": "GitLab merge request and pipeline workflows through a Python skill", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "hve-core", "source": "hve-core", "description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "hve-core-all", "source": "hve-core-all", "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "installer", "source": "installer", "description": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "jira", "source": "jira", "description": "Jira backlog management, PRD issue planning, and issue operations through agents, prompts, instructions, and a Python skill", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "project-planning", "source": "project-planning", "description": "PRDs, BRDs, ADRs, and architecture diagrams", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "rai-planning", "source": "rai-planning", "description": "Responsible AI assessment and standards-aligned impact analysis", - "version": "3.3.41" + "version": "3.3.47" }, { "name": "security", "source": "security", "description": "Security review, planning, incident response, risk assessment, and vulnerability analysis", - "version": "3.3.41" + "version": "3.3.47" } ] } \ No newline at end of file diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 669192dd6..080763b85 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.41" + ".": "3.3.47" } \ No newline at end of file diff --git a/extension/templates/package.template.json b/extension/templates/package.template.json index d78b83998..0bb2fcb23 100644 --- a/extension/templates/package.template.json +++ b/extension/templates/package.template.json @@ -5,7 +5,7 @@ "workspace", "ui" ], - "version": "3.3.41", + "version": "3.3.47", "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 5e1af4595..e7ce77d2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hve-core", - "version": "3.3.41", + "version": "3.3.47", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hve-core", - "version": "3.3.41", + "version": "3.3.47", "license": "MIT", "devDependencies": { "@cspell/cspell-json-reporter": "9.7.0", diff --git a/package.json b/package.json index 29efd0fe3..8fcb2c191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hve-core", - "version": "3.3.41", + "version": "3.3.47", "description": "HVE Core", "private": true, "scripts": { diff --git a/plugins/ado/.github/plugin/plugin.json b/plugins/ado/.github/plugin/plugin.json index 08af604ef..c7ccf2be4 100644 --- a/plugins/ado/.github/plugin/plugin.json +++ b/plugins/ado/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ado", "description": "Azure DevOps work item management, build monitoring, and pull request creation", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/ado/" ], diff --git a/plugins/coding-standards/.github/plugin/plugin.json b/plugins/coding-standards/.github/plugin/plugin.json index 4eb23b9e7..a61cd0cd9 100644 --- a/plugins/coding-standards/.github/plugin/plugin.json +++ b/plugins/coding-standards/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "coding-standards", "description": "Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/coding-standards/" ], diff --git a/plugins/data-science/.github/plugin/plugin.json b/plugins/data-science/.github/plugin/plugin.json index d871611bb..44b097fa7 100644 --- a/plugins/data-science/.github/plugin/plugin.json +++ b/plugins/data-science/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "data-science", "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/data-science/", "agents/hve-core/subagents/", diff --git a/plugins/design-thinking/.github/plugin/plugin.json b/plugins/design-thinking/.github/plugin/plugin.json index bc4af4bf8..49b0dfc9d 100644 --- a/plugins/design-thinking/.github/plugin/plugin.json +++ b/plugins/design-thinking/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "design-thinking", "description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/design-thinking/" ], diff --git a/plugins/experimental/.github/plugin/plugin.json b/plugins/experimental/.github/plugin/plugin.json index 6afced522..746a4e2f5 100644 --- a/plugins/experimental/.github/plugin/plugin.json +++ b/plugins/experimental/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "experimental", "description": "Experimental and preview artifacts not yet promoted to stable collections", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/experimental/", "agents/experimental/subagents/" diff --git a/plugins/github/.github/plugin/plugin.json b/plugins/github/.github/plugin/plugin.json index 62b426836..957ad1143 100644 --- a/plugins/github/.github/plugin/plugin.json +++ b/plugins/github/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "github", "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/github/" ], diff --git a/plugins/gitlab/.github/plugin/plugin.json b/plugins/gitlab/.github/plugin/plugin.json index f6f0a026c..e712ee15b 100644 --- a/plugins/gitlab/.github/plugin/plugin.json +++ b/plugins/gitlab/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "gitlab", "description": "GitLab merge request and pipeline workflows through a Python skill", - "version": "3.3.41", + "version": "3.3.47", "skills": [ "skills/gitlab/" ] diff --git a/plugins/hve-core-all/.github/plugin/plugin.json b/plugins/hve-core-all/.github/plugin/plugin.json index f4f9d75fd..c46071961 100644 --- a/plugins/hve-core-all/.github/plugin/plugin.json +++ b/plugins/hve-core-all/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hve-core-all", "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/ado/", "agents/coding-standards/", diff --git a/plugins/hve-core/.github/plugin/plugin.json b/plugins/hve-core/.github/plugin/plugin.json index 4d39c332a..03621a717 100644 --- a/plugins/hve-core/.github/plugin/plugin.json +++ b/plugins/hve-core/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hve-core", "description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/hve-core/", "agents/hve-core/subagents/" diff --git a/plugins/installer/.github/plugin/plugin.json b/plugins/installer/.github/plugin/plugin.json index 359232b66..0108c9984 100644 --- a/plugins/installer/.github/plugin/plugin.json +++ b/plugins/installer/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "installer", "description": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations", - "version": "3.3.41", + "version": "3.3.47", "skills": [ "skills/installer/" ] diff --git a/plugins/jira/.github/plugin/plugin.json b/plugins/jira/.github/plugin/plugin.json index 1e5dc7b85..88fc364a2 100644 --- a/plugins/jira/.github/plugin/plugin.json +++ b/plugins/jira/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "jira", "description": "Jira backlog management, PRD issue planning, and issue operations through agents, prompts, instructions, and a Python skill", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/jira/" ], diff --git a/plugins/project-planning/.github/plugin/plugin.json b/plugins/project-planning/.github/plugin/plugin.json index 6e0d0e044..ae0555358 100644 --- a/plugins/project-planning/.github/plugin/plugin.json +++ b/plugins/project-planning/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "project-planning", "description": "PRDs, BRDs, ADRs, and architecture diagrams", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/hve-core/", "agents/hve-core/subagents/", diff --git a/plugins/rai-planning/.github/plugin/plugin.json b/plugins/rai-planning/.github/plugin/plugin.json index 470eef3f0..85c2a892f 100644 --- a/plugins/rai-planning/.github/plugin/plugin.json +++ b/plugins/rai-planning/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "rai-planning", "description": "Responsible AI assessment and standards-aligned impact analysis", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/hve-core/subagents/", "agents/rai-planning/" diff --git a/plugins/security/.github/plugin/plugin.json b/plugins/security/.github/plugin/plugin.json index 3bcbc3d45..a71eb5a30 100644 --- a/plugins/security/.github/plugin/plugin.json +++ b/plugins/security/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "security", "description": "Security review, planning, incident response, risk assessment, and vulnerability analysis", - "version": "3.3.41", + "version": "3.3.47", "agents": [ "agents/hve-core/subagents/", "agents/rai-planning/",