Skip to content

Commit 04a860f

Browse files
chore(main): release hve-core 3.3.11
1 parent 2b084e0 commit 04a860f

20 files changed

Lines changed: 63 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.10",
5+
"version": "3.3.11",
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.10"
16+
"version": "3.3.11"
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.10"
22+
"version": "3.3.11"
2323
},
2424
{
2525
"name": "data-science",
2626
"source": "data-science",
2727
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
28-
"version": "3.3.10"
28+
"version": "3.3.11"
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.10"
34+
"version": "3.3.11"
3535
},
3636
{
3737
"name": "experimental",
3838
"source": "experimental",
3939
"description": "Experimental and preview artifacts not yet promoted to stable collections",
40-
"version": "3.3.10"
40+
"version": "3.3.11"
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.10"
46+
"version": "3.3.11"
4747
},
4848
{
4949
"name": "gitlab",
5050
"source": "gitlab",
5151
"description": "GitLab merge request and pipeline workflows through a Python skill",
52-
"version": "3.3.10"
52+
"version": "3.3.11"
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.10"
58+
"version": "3.3.11"
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.10"
64+
"version": "3.3.11"
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.10"
70+
"version": "3.3.11"
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.10"
76+
"version": "3.3.11"
7777
},
7878
{
7979
"name": "project-planning",
8080
"source": "project-planning",
8181
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
82-
"version": "3.3.10"
82+
"version": "3.3.11"
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.10"
88+
"version": "3.3.11"
8989
},
9090
{
9191
"name": "security",
9292
"source": "security",
9393
"description": "Security review, planning, incident response, risk assessment, and vulnerability analysis",
94-
"version": "3.3.10"
94+
"version": "3.3.11"
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.10"
2+
".": "3.3.11"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@ 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.3.11](https://github.com/microsoft/hve-core/compare/hve-core-v3.3.10...hve-core-v3.3.11) (2026-03-30)
16+
17+
18+
### 🐛 Bug Fixes
19+
20+
* **agents:** replace anchor links in meeting-analyst with bold text references ([#1201](https://github.com/microsoft/hve-core/issues/1201)) ([cd6f7ed](https://github.com/microsoft/hve-core/commit/cd6f7edda977045807dd643662700ec47015c822))
21+
* **build:** resolve npm audit vulnerabilities via dependency overrides ([#1200](https://github.com/microsoft/hve-core/issues/1200)) ([5fc601b](https://github.com/microsoft/hve-core/commit/5fc601bcfef9714b7ac2ef61dcfc71fe13e3ca54))
22+
* **docs:** separate mermaid node declarations and add dynamic diagram generation with tests ([#1215](https://github.com/microsoft/hve-core/issues/1215)) ([934c30b](https://github.com/microsoft/hve-core/commit/934c30b132536a31d84a423520c61f1341d3fcf2))
23+
* **skills:** remove recursive symlinks in jira and gitlab skill directories ([#1233](https://github.com/microsoft/hve-core/issues/1233)) ([ed903fd](https://github.com/microsoft/hve-core/commit/ed903fd6111ecb884728438632b009888190a143))
24+
* validate-installation scripts now check .github/skills directory ([#1010](https://github.com/microsoft/hve-core/issues/1010)) ([#1206](https://github.com/microsoft/hve-core/issues/1206)) ([b181c20](https://github.com/microsoft/hve-core/commit/b181c200a4fae2af71415c325a08a80c29994b61))
25+
* **workflows:** sync package-lock.json after pre-release version bump ([#1236](https://github.com/microsoft/hve-core/issues/1236)) ([2b084e0](https://github.com/microsoft/hve-core/commit/2b084e009177034494defb9515fff4c274418419))
26+
27+
28+
### ♻️ Refactoring
29+
30+
* **coding-standards:** align agent and prompt folder names to collection identifier ([#1210](https://github.com/microsoft/hve-core/issues/1210)) ([3b1d408](https://github.com/microsoft/hve-core/commit/3b1d408240cb9da8f20df474019c1f1c90b8f356))
31+
32+
33+
### 🔧 Maintenance
34+
35+
* **deps-dev:** bump handlebars from 4.7.8 to 4.7.9 in /docs/docusaurus ([#1217](https://github.com/microsoft/hve-core/issues/1217)) ([f014f58](https://github.com/microsoft/hve-core/commit/f014f58819905d7df45749b0d5a6929f9b167732))
36+
* **deps:** bump brace-expansion ([#1224](https://github.com/microsoft/hve-core/issues/1224)) ([f7457a6](https://github.com/microsoft/hve-core/commit/f7457a6a6da84125e170a81a2b36d04bfdf4e049))
37+
* **deps:** bump brace-expansion from 5.0.3 to 5.0.5 in /docs/docusaurus ([#1213](https://github.com/microsoft/hve-core/issues/1213)) ([8716461](https://github.com/microsoft/hve-core/commit/8716461389cb5611db43c083e9fa57ff55e65b65))
38+
* **deps:** bump path-to-regexp from 0.1.12 to 0.1.13 in /docs/docusaurus ([#1226](https://github.com/microsoft/hve-core/issues/1226)) ([b40e682](https://github.com/microsoft/hve-core/commit/b40e682a43cde9a71a44477ff52dac06f9ae8c93))
39+
* **deps:** bump pygments from 2.19.2 to 2.20.0 in /.github/skills/gitlab/gitlab ([#1234](https://github.com/microsoft/hve-core/issues/1234)) ([997dd76](https://github.com/microsoft/hve-core/commit/997dd76e759420fe60c2a6ff5918d1dd63a0b2c7))
40+
* **deps:** bump the github-actions group with 4 updates ([#1231](https://github.com/microsoft/hve-core/issues/1231)) ([6ac66a6](https://github.com/microsoft/hve-core/commit/6ac66a67d8546535b6d3e35f8756698c39786e84))
41+
* **plugins:** preserve subdirectories and suffixes in plugin generation ([#1188](https://github.com/microsoft/hve-core/issues/1188)) ([51c3781](https://github.com/microsoft/hve-core/commit/51c378192ca17ba54a69fd0c9a734963ce62eb7b))
42+
* **settings:** add missing folders and alphabetize location lists ([#1193](https://github.com/microsoft/hve-core/issues/1193)) ([f077d81](https://github.com/microsoft/hve-core/commit/f077d81e16d18a2efb8257bd63f830e56550162e))
43+
1544
## [3.2.2](https://github.com/microsoft/hve-core/compare/hve-core-v3.2.1...hve-core-v3.2.2) (2026-03-23)
1645

1746

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.10",
8+
"version": "3.3.11",
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.10",
3+
"version": "3.3.11",
44
"description": "HVE Core",
55
"private": true,
66
"scripts": {

plugins/ado/.github/plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ado",
33
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
4-
"version": "3.3.10",
4+
"version": "3.3.11",
55
"agents": [
66
"agents/ado/"
77
],

plugins/coding-standards/.github/plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.10",
4+
"version": "3.3.11",
55
"agents": [
66
"agents/coding-standards/"
77
],

plugins/data-science/.github/plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "data-science",
33
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
4-
"version": "3.3.10",
4+
"version": "3.3.11",
55
"agents": [
66
"agents/data-science/",
77
"agents/hve-core/subagents/",

plugins/design-thinking/.github/plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.10",
4+
"version": "3.3.11",
55
"agents": [
66
"agents/design-thinking/"
77
],

0 commit comments

Comments
 (0)