Skip to content

Commit 85fae28

Browse files
chore(main): release hve-core 3.4.0
1 parent 3b92227 commit 85fae28

20 files changed

Lines changed: 53 additions & 34 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hve-core",
33
"metadata": {
44
"description": "HVE Core",
5-
"version": "3.3.1",
5+
"version": "3.4.0",
66
"pluginRoot": "./plugins"
77
},
88
"owner": {
@@ -13,85 +13,85 @@
1313
"name": "ado",
1414
"source": "ado",
1515
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
16-
"version": "3.3.1"
16+
"version": "3.4.0"
1717
},
1818
{
1919
"name": "coding-standards",
2020
"source": "coding-standards",
2121
"description": "Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects",
22-
"version": "3.3.1"
22+
"version": "3.4.0"
2323
},
2424
{
2525
"name": "data-science",
2626
"source": "data-science",
2727
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
28-
"version": "3.3.1"
28+
"version": "3.4.0"
2929
},
3030
{
3131
"name": "design-thinking",
3232
"source": "design-thinking",
3333
"description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
34-
"version": "3.3.1"
34+
"version": "3.4.0"
3535
},
3636
{
3737
"name": "experimental",
3838
"source": "experimental",
3939
"description": "Experimental and preview artifacts not yet promoted to stable collections",
40-
"version": "3.3.1"
40+
"version": "3.4.0"
4141
},
4242
{
4343
"name": "github",
4444
"source": "github",
4545
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
46-
"version": "3.3.1"
46+
"version": "3.4.0"
4747
},
4848
{
4949
"name": "gitlab",
5050
"source": "gitlab",
5151
"description": "GitLab merge request and pipeline workflows through a Python skill",
52-
"version": "3.3.1"
52+
"version": "3.4.0"
5353
},
5454
{
5555
"name": "hve-core",
5656
"source": "hve-core",
5757
"description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts",
58-
"version": "3.3.1"
58+
"version": "3.4.0"
5959
},
6060
{
6161
"name": "hve-core-all",
6262
"source": "hve-core-all",
6363
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
64-
"version": "3.3.1"
64+
"version": "3.4.0"
6565
},
6666
{
6767
"name": "installer",
6868
"source": "installer",
6969
"description": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations",
70-
"version": "3.3.1"
70+
"version": "3.4.0"
7171
},
7272
{
7373
"name": "jira",
7474
"source": "jira",
7575
"description": "Jira backlog management, PRD issue planning, and issue operations through agents, prompts, instructions, and a Python skill",
76-
"version": "3.3.1"
76+
"version": "3.4.0"
7777
},
7878
{
7979
"name": "project-planning",
8080
"source": "project-planning",
8181
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
82-
"version": "3.3.1"
82+
"version": "3.4.0"
8383
},
8484
{
8585
"name": "rai-planning",
8686
"source": "rai-planning",
8787
"description": "Responsible AI assessment, sensitive uses screening, and standards-aligned impact analysis",
88-
"version": "3.3.1"
88+
"version": "3.4.0"
8989
},
9090
{
9191
"name": "security",
9292
"source": "security",
9393
"description": "Security review, planning, incident response, risk assessment, and vulnerability analysis",
94-
"version": "3.3.1"
94+
"version": "3.4.0"
9595
}
9696
]
9797
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.3.1"
2+
".": "3.4.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
> **Note:** This file is automatically maintained by [release-please](https://github.com/googleapis/release-please). Do not edit manually.
1414
15+
## [3.4.0](https://github.com/microsoft/hve-core/compare/hve-core-v3.3.1...hve-core-v3.4.0) (2026-03-24)
16+
17+
18+
### ✨ Features
19+
20+
* **integrations:** add Jira backlog workflows and Jira/GitLab skills ([#978](https://github.com/microsoft/hve-core/issues/978)) ([7a194d7](https://github.com/microsoft/hve-core/commit/7a194d724400603c5c58136dca4280a380f50aaa))
21+
* **skills:** standardize pytest-mock as Python mocking framework ([#1170](https://github.com/microsoft/hve-core/issues/1170)) ([3b92227](https://github.com/microsoft/hve-core/commit/3b922278971b05bd1acf1fbec2e23bd6b6fa1215))
22+
23+
24+
### 🐛 Bug Fixes
25+
26+
* **docs:** add missing .md extensions to relative links in agent documentation ([#1180](https://github.com/microsoft/hve-core/issues/1180)) ([c93de7c](https://github.com/microsoft/hve-core/commit/c93de7c9b5af6396fbb906bac31fdd401d96faf3))
27+
* **workflows:** add post-release triggers to scorecard workflow ([#1186](https://github.com/microsoft/hve-core/issues/1186)) ([c5d141d](https://github.com/microsoft/hve-core/commit/c5d141d924bbeff13747a1f312eb5bf6a58fc5c0))
28+
29+
30+
### 🔧 Maintenance
31+
32+
* **deps:** bump the github-actions group with 3 updates ([#1176](https://github.com/microsoft/hve-core/issues/1176)) ([63d4c4d](https://github.com/microsoft/hve-core/commit/63d4c4d2b59b9edc016fa4988c76b37103a2cfb0))
33+
1534
## [3.2.2](https://github.com/microsoft/hve-core/compare/hve-core-v3.2.1...hve-core-v3.2.2) (2026-03-23)
1635

1736

extension/templates/package.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"workspace",
66
"ui"
77
],
8-
"version": "3.3.1",
8+
"version": "3.4.0",
99
"description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments",
1010
"publisher": "ise-hve-essentials",
1111
"repository": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hve-core",
3-
"version": "3.3.1",
3+
"version": "3.4.0",
44
"description": "HVE Core",
55
"private": true,
66
"scripts": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "ado",
33
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
4-
"version": "3.3.1"
4+
"version": "3.4.0"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "coding-standards",
33
"description": "Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects",
4-
"version": "3.3.1"
4+
"version": "3.4.0"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "data-science",
33
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
4-
"version": "3.3.1"
4+
"version": "3.4.0"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "design-thinking",
33
"description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
4-
"version": "3.3.1"
4+
"version": "3.4.0"
55
}

0 commit comments

Comments
 (0)