Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hve-core",
"metadata": {
"description": "HVE Core",
"version": "3.3.101",
"version": "3.4.0",
"pluginRoot": "./plugins"
},
"owner": {
Expand All @@ -13,79 +13,79 @@
"name": "ado",
"source": "ado",
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
"version": "3.3.101"
"version": "3.4.0"
},
{
"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.101"
"version": "3.4.0"
},
{
"name": "data-science",
"source": "data-science",
"description": "Evaluation dataset creation, data specification generation, Jupyter notebooks, and Streamlit dashboards",
"version": "3.3.101"
"version": "3.4.0"
},
{
"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.101"
"version": "3.4.0"
},
{
"name": "experimental",
"source": "experimental",
"description": "Experimental and preview artifacts not yet promoted to stable collections",
"version": "3.3.101"
"version": "3.4.0"
},
{
"name": "github",
"source": "github",
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
"version": "3.3.101"
"version": "3.4.0"
},
{
"name": "gitlab",
"source": "gitlab",
"description": "GitLab merge request and pipeline workflows through a Python skill",
"version": "3.3.101"
"version": "3.4.0"
},
{
"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.101"
"version": "3.4.0"
},
{
"name": "hve-core-all",
"source": "hve-core-all",
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
"version": "3.3.101"
"version": "3.4.0"
},
{
"name": "installer",
"source": "installer",
"description": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations",
"version": "3.3.101"
"version": "3.4.0"
},
{
"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.101"
"version": "3.4.0"
},
{
"name": "project-planning",
"source": "project-planning",
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
"version": "3.3.101"
"version": "3.4.0"
},
{
"name": "security",
"source": "security",
"description": "Security review, planning, incident response, risk assessment, and vulnerability analysis",
"version": "3.3.101"
"version": "3.4.0"
}
]
}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.3.101"
".": "3.4.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@ 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.

## [3.4.0](https://github.com/microsoft/hve-core/compare/hve-core-v3.3.101...hve-core-v3.4.0) (2026-05-03)


### ✨ Features

* **agents:** add Task Challenger adversarial questioning agent ([#1315](https://github.com/microsoft/hve-core/issues/1315)) ([a9014c9](https://github.com/microsoft/hve-core/commit/a9014c95050aabfcf19a6c1ac8c79bd2ba0a6176))
* **scripts:** add lint:py:fix to apply ruff autofixes across Python skills ([#1450](https://github.com/microsoft/hve-core/issues/1450)) ([2b6dca7](https://github.com/microsoft/hve-core/commit/2b6dca76134908614d7efa362d7fc4b593a99186))
* **scripts:** add structured JSON log output to Validate-Collections.ps1 ([57ea279](https://github.com/microsoft/hve-core/commit/57ea279d17424d8fabc4bafe13d793432242e31c))
* **scripts:** add structured JSON log output to Validate-Marketplace.ps1 ([#1430](https://github.com/microsoft/hve-core/issues/1430)) ([ec2aa53](https://github.com/microsoft/hve-core/commit/ec2aa5308c0adc3d21d66bc7ff1ebb57f003ecd8))
* **skills:** add github-security code-scanning skill ([#1418](https://github.com/microsoft/hve-core/issues/1418)) ([5bedf80](https://github.com/microsoft/hve-core/commit/5bedf808c31530e86dfe75d87900791ede3ce5ef))
* **skills:** expand fuzz_has_formatting_variation to cover all formatting properties ([#1143](https://github.com/microsoft/hve-core/issues/1143)) ([#1296](https://github.com/microsoft/hve-core/issues/1296)) ([d51b4d3](https://github.com/microsoft/hve-core/commit/d51b4d3f04738b98bccce5b439a71a7f43194f41))


### 🐛 Bug Fixes

* **build:** pin uuid and postcss via overrides to resolve Dependabot alerts ([#1491](https://github.com/microsoft/hve-core/issues/1491)) ([af1f9ca](https://github.com/microsoft/hve-core/commit/af1f9ca335e623d7a5fd8f474a7f9b3beb179764))


### 🔧 Maintenance

* **deps-dev:** bump markdownlint-cli2 from 0.22.0 to 0.22.1 in the npm-dependencies group ([#1452](https://github.com/microsoft/hve-core/issues/1452)) ([5440396](https://github.com/microsoft/hve-core/commit/5440396fcf328db0b9d44e58225a065db23d7e91))
* **deps:** bump the github-actions group with 3 updates ([#1453](https://github.com/microsoft/hve-core/issues/1453)) ([a3ee84e](https://github.com/microsoft/hve-core/commit/a3ee84e308e09649769e12ba6094f30eb89c9e29))

## [3.2.2](https://github.com/microsoft/hve-core/compare/hve-core-v3.2.1...hve-core-v3.2.2) (2026-03-23)


Expand Down
2 changes: 1 addition & 1 deletion extension/templates/package.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspace",
"ui"
],
"version": "3.3.101",
"version": "3.4.0",
"description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments",
"publisher": "ise-hve-essentials",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hve-core",
"version": "3.3.101",
"version": "3.4.0",
"description": "HVE Core",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/ado/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ado",
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
"version": "3.3.101",
"version": "3.4.0",
"agents": [
"agents/ado/"
],
Expand Down
2 changes: 1 addition & 1 deletion plugins/coding-standards/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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.101",
"version": "3.4.0",
"agents": [
"agents/coding-standards/"
],
Expand Down
2 changes: 1 addition & 1 deletion plugins/data-science/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "data-science",
"description": "Evaluation dataset creation, data specification generation, Jupyter notebooks, and Streamlit dashboards",
"version": "3.3.101",
"version": "3.4.0",
"agents": [
"agents/data-science/",
"agents/hve-core/subagents/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/design-thinking/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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.101",
"version": "3.4.0",
"agents": [
"agents/design-thinking/"
],
Expand Down
2 changes: 1 addition & 1 deletion plugins/experimental/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "experimental",
"description": "Experimental and preview artifacts not yet promoted to stable collections",
"version": "3.3.101",
"version": "3.4.0",
"agents": [
"agents/experimental/",
"agents/experimental/subagents/"
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github",
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
"version": "3.3.101",
"version": "3.4.0",
"agents": [
"agents/github/"
],
Expand Down
2 changes: 1 addition & 1 deletion plugins/gitlab/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gitlab",
"description": "GitLab merge request and pipeline workflows through a Python skill",
"version": "3.3.101",
"version": "3.4.0",
"skills": [
"skills/gitlab/"
]
Expand Down
2 changes: 1 addition & 1 deletion plugins/hve-core-all/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hve-core-all",
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
"version": "3.3.101",
"version": "3.4.0",
"agents": [
"agents/ado/",
"agents/coding-standards/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/hve-core/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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.101",
"version": "3.4.0",
"agents": [
"agents/hve-core/",
"agents/hve-core/subagents/"
Expand Down
2 changes: 1 addition & 1 deletion plugins/installer/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "installer",
"description": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations",
"version": "3.3.101",
"version": "3.4.0",
"skills": [
"skills/installer/"
]
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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.101",
"version": "3.4.0",
"agents": [
"agents/jira/"
],
Expand Down
2 changes: 1 addition & 1 deletion plugins/project-planning/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "project-planning",
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
"version": "3.3.101",
"version": "3.4.0",
"agents": [
"agents/hve-core/",
"agents/hve-core/subagents/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/security/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "security",
"description": "Security review, planning, incident response, risk assessment, and vulnerability analysis",
"version": "3.3.101",
"version": "3.4.0",
"agents": [
"agents/hve-core/subagents/",
"agents/rai-planning/",
Expand Down
Loading