Skip to content

Commit e534f8f

Browse files
chore(main): release hve-core 3.1.0
1 parent aa5b4bb commit e534f8f

File tree

17 files changed

+94
-28
lines changed

17 files changed

+94
-28
lines changed

.github/plugin/marketplace.json

Lines changed: 12 additions & 12 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.0.2",
5+
"version": "3.1.0",
66
"pluginRoot": "./plugins"
77
},
88
"owner": {
@@ -13,67 +13,67 @@
1313
"name": "ado",
1414
"source": "ado",
1515
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
16-
"version": "3.0.2"
16+
"version": "3.1.0"
1717
},
1818
{
1919
"name": "coding-standards",
2020
"source": "coding-standards",
2121
"description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects",
22-
"version": "3.0.2"
22+
"version": "3.1.0"
2323
},
2424
{
2525
"name": "data-science",
2626
"source": "data-science",
2727
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
28-
"version": "3.0.2"
28+
"version": "3.1.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.0.2"
34+
"version": "3.1.0"
3535
},
3636
{
3737
"name": "experimental",
3838
"source": "experimental",
3939
"description": "Experimental and preview artifacts not yet promoted to stable collections",
40-
"version": "3.0.2"
40+
"version": "3.1.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.0.2"
46+
"version": "3.1.0"
4747
},
4848
{
4949
"name": "hve-core",
5050
"source": "hve-core",
5151
"description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts",
52-
"version": "3.0.2"
52+
"version": "3.1.0"
5353
},
5454
{
5555
"name": "hve-core-all",
5656
"source": "hve-core-all",
5757
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
58-
"version": "3.0.2"
58+
"version": "3.1.0"
5959
},
6060
{
6161
"name": "installer",
6262
"source": "installer",
6363
"description": "Interactive installer agent for deploying HVE Core artifacts across workspace configurations",
64-
"version": "3.0.2"
64+
"version": "3.1.0"
6565
},
6666
{
6767
"name": "project-planning",
6868
"source": "project-planning",
6969
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
70-
"version": "3.0.2"
70+
"version": "3.1.0"
7171
},
7272
{
7373
"name": "security-planning",
7474
"source": "security-planning",
7575
"description": "Security plan creation, incident response, and risk assessment",
76-
"version": "3.0.2"
76+
"version": "3.1.0"
7777
}
7878
]
7979
}

.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.0.2"
2+
".": "3.1.0"
33
}

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,72 @@ 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.1.0](https://github.com/microsoft/hve-core/compare/hve-core-v3.0.2...hve-core-v3.1.0) (2026-02-28)
16+
17+
18+
### ✨ Features
19+
20+
* **agents:** add DT coach return path handoff to task-researcher ([#591](https://github.com/microsoft/hve-core/issues/591)) ([#758](https://github.com/microsoft/hve-core/issues/758)) ([3888705](https://github.com/microsoft/hve-core/commit/3888705fbf841b71b1b20e63fbe43a207cbe9348))
21+
* **agents:** add dt-learning-tutor agent for DT education ([#662](https://github.com/microsoft/hve-core/issues/662)) ([acd6539](https://github.com/microsoft/hve-core/commit/acd6539ed799bb25ed628f13b382e9183e7792b5))
22+
* **design-thinking:** create dt-method-04-deep.instructions.md ([#709](https://github.com/microsoft/hve-core/issues/709)) ([1fa1af1](https://github.com/microsoft/hve-core/commit/1fa1af1780b16864cd7185058f9e5b47dc06ec13))
23+
* **docs:** add Docusaurus 3 documentation site with GitHub Pages deployment ([#680](https://github.com/microsoft/hve-core/issues/680)) ([569721b](https://github.com/microsoft/hve-core/commit/569721b9ae9851dcd5c383245e88b3bd00d363c4))
24+
* **instructions:** add DT image prompt generation guidance for Method 5 ([#726](https://github.com/microsoft/hve-core/issues/726)) ([bbce9c2](https://github.com/microsoft/hve-core/commit/bbce9c24ae573184968fb5c8f8c2353fd5019e05))
25+
* **instructions:** add DT subagent handoff workflow instructions ([#592](https://github.com/microsoft/hve-core/issues/592)) ([#757](https://github.com/microsoft/hve-core/issues/757)) ([9940c12](https://github.com/microsoft/hve-core/commit/9940c12a7759ee7129342696bc2d7b3e1737dc4c))
26+
* **instructions:** add DT-aware task-implementor context instructions ([#755](https://github.com/microsoft/hve-core/issues/755)) ([b3f5384](https://github.com/microsoft/hve-core/commit/b3f538481ce9789879714d69a93e22044f83e2ce))
27+
* **instructions:** add DT-aware task-reviewer review context ([#714](https://github.com/microsoft/hve-core/issues/714)) ([089a252](https://github.com/microsoft/hve-core/commit/089a252baf89e7d09b5cb00e8d975009971336c3))
28+
* **instructions:** create dt-method-05-deep.instructions.md ([#747](https://github.com/microsoft/hve-core/issues/747)) ([4426907](https://github.com/microsoft/hve-core/commit/442690711b22a89d5c35a1189e6d362a8214f56e))
29+
* **instructions:** create dt-method-06-deep.instructions.md ([#602](https://github.com/microsoft/hve-core/issues/602)) ([#748](https://github.com/microsoft/hve-core/issues/748)) ([e6c4e10](https://github.com/microsoft/hve-core/commit/e6c4e103851e0866d41a4c7297a9bdf2cc4cafe3))
30+
* **prompts:** add dt-handoff-solution-space prompt for Solution Spac… ([#707](https://github.com/microsoft/hve-core/issues/707)) ([ac939aa](https://github.com/microsoft/hve-core/commit/ac939aa08a6a81225d4bc7bc08ba5ec8060a5418))
31+
* **prompts:** add dt-method-next routing prompt ([#713](https://github.com/microsoft/hve-core/issues/713)) ([0c080d6](https://github.com/microsoft/hve-core/commit/0c080d69c3c3f6eea51367e3e237d1df905143e9))
32+
* **prompts:** add Implementation Space exit handoff prompt for DT workflows ([#708](https://github.com/microsoft/hve-core/issues/708)) ([e445fdf](https://github.com/microsoft/hve-core/commit/e445fdf8b915096b6ec2c9b0f978145d14c14ff8))
33+
* **scripts:** add Write-CIStepSummary markdown table to Test-SHAStaleness github output ([#660](https://github.com/microsoft/hve-core/issues/660)) ([cd3334a](https://github.com/microsoft/hve-core/commit/cd3334ac75b46f507e5a3ce96d5954cd28f7d297))
34+
* **scripts:** extract embedded PowerShell from workflows into testable scripts ([#738](https://github.com/microsoft/hve-core/issues/738)) ([585b241](https://github.com/microsoft/hve-core/commit/585b241c35d383a634207a3de893a91fa078a9ad))
35+
* **workflows:** add gitleaks binary-based secret scanning as PR gate ([#734](https://github.com/microsoft/hve-core/issues/734)) ([8b19725](https://github.com/microsoft/hve-core/commit/8b197250063fc1629244f661f78baf9022cebbb0))
36+
* **workflows:** add SBOM generation, attestation, and diff tooling to release pipeline ([#730](https://github.com/microsoft/hve-core/issues/730)) ([88f9ddb](https://github.com/microsoft/hve-core/commit/88f9ddbe8bdbf29de09558835793162539638d75))
37+
* **workflows:** add workflow permissions validation for OpenSSF Scorecard compliance ([#759](https://github.com/microsoft/hve-core/issues/759)) ([8fd1243](https://github.com/microsoft/hve-core/commit/8fd1243be79a083aad4484159504f2f996e8edec))
38+
39+
40+
### 🐛 Bug Fixes
41+
42+
* **agents:** standardize file path conventions for copilot-tracking output ([#784](https://github.com/microsoft/hve-core/issues/784)) ([f5c69a7](https://github.com/microsoft/hve-core/commit/f5c69a78b8f70c1f4b207c955b0729579190aef2))
43+
* **build:** add missing subagents and shared instructions to collection manifests ([#804](https://github.com/microsoft/hve-core/issues/804)) ([ff5f2ff](https://github.com/microsoft/hve-core/commit/ff5f2ff04aa42b4a2979c7e75c0a36852f7f7fc8))
44+
* **docs:** replace Docusaurus favicons with Microsoft logo ([#808](https://github.com/microsoft/hve-core/issues/808)) ([3e2dac3](https://github.com/microsoft/hve-core/commit/3e2dac35fe558d8815fb3594a2e87238732f8ecd))
45+
* **docs:** replace parent-directory VS Code settings paths with per-subdirectory enumeration ([#732](https://github.com/microsoft/hve-core/issues/732)) ([1cf04b1](https://github.com/microsoft/hve-core/commit/1cf04b176a498ce1988cc0746ac325dde744eb30))
46+
* **docs:** update sidebar link color to meet WCAG AA contrast requirements ([#814](https://github.com/microsoft/hve-core/issues/814)) ([aa5b4bb](https://github.com/microsoft/hve-core/commit/aa5b4bb0469cc94fbf3d3943338d1ae7a5a6a9ec)), closes [#813](https://github.com/microsoft/hve-core/issues/813)
47+
* **extension:** resolve handoff dependencies using display names ([#727](https://github.com/microsoft/hve-core/issues/727)) ([0a600ba](https://github.com/microsoft/hve-core/commit/0a600ba154d072a29d7aa8f1ceeeba8040276699))
48+
* **instructions:** enforce project-scoped artifact isolation across DT files ([#766](https://github.com/microsoft/hve-core/issues/766)) ([f8c00a3](https://github.com/microsoft/hve-core/commit/f8c00a32070a12a1de44167c889e24cfcdf6d353))
49+
* **instructions:** update broken file directives and markdown links after collection directory reorg ([#743](https://github.com/microsoft/hve-core/issues/743)) ([fc3c967](https://github.com/microsoft/hve-core/commit/fc3c967a410ac46aaf7a2fba3ed8cc8a60d545c8))
50+
* **settings:** exclude auto-generated CHANGELOG.md from spell check ([#756](https://github.com/microsoft/hve-core/issues/756)) ([780cf22](https://github.com/microsoft/hve-core/commit/780cf22b44fce94835bfd0f2c545c3a6ee43df54))
51+
* **workflows:** add job-level permissions to extension-publish.yml ([#729](https://github.com/microsoft/hve-core/issues/729)) ([8cb62a7](https://github.com/microsoft/hve-core/commit/8cb62a7135b610738c520d02b3f056b9a93bfdca))
52+
* **workflows:** add job-level permissions to validate-version in extension-publish-prerelease ([#731](https://github.com/microsoft/hve-core/issues/731)) ([b7db43b](https://github.com/microsoft/hve-core/commit/b7db43ba2bda2c428e3a01fcb752aafc74eb8ee5))
53+
* **workflows:** add pre-release companion pipeline with even/odd versioning ([#735](https://github.com/microsoft/hve-core/issues/735)) ([933a7b1](https://github.com/microsoft/hve-core/commit/933a7b133c08d2aa0d9464d1c46164046a873864))
54+
* **workflows:** add top-level permissions to copilot-setup-steps.yml ([#760](https://github.com/microsoft/hve-core/issues/760)) ([13703a1](https://github.com/microsoft/hve-core/commit/13703a1f773fb57f9db8b2f7001e37f1b34e322c))
55+
* **workflows:** ensure prerelease label exists before PR creation ([#806](https://github.com/microsoft/hve-core/issues/806)) ([3abdf4c](https://github.com/microsoft/hve-core/commit/3abdf4c1502d497c81868a45cb1245abefbd6cf5))
56+
* **workflows:** harden even/odd versioning against regression and syntax errors ([#816](https://github.com/microsoft/hve-core/issues/816)) ([a7bb856](https://github.com/microsoft/hve-core/commit/a7bb856afda1e04871983c515eba02adab72d1f5))
57+
* **workflows:** replace even/odd versioning with SemVer -rc.N suffixes ([#811](https://github.com/microsoft/hve-core/issues/811)) ([18f7545](https://github.com/microsoft/hve-core/commit/18f754522e3440fd4bb990b373f3b7378b21f09e))
58+
59+
60+
### 📚 Documentation
61+
62+
* **build:** add Design Thinking section to hve-core-all collection description ([#762](https://github.com/microsoft/hve-core/issues/762)) ([6b6feb5](https://github.com/microsoft/hve-core/commit/6b6feb542a8037716eb1b37c4f82abb7b0ab1c02)), closes [#615](https://github.com/microsoft/hve-core/issues/615)
63+
* **design-thinking:** add Design Thinking documentation and DT-to-RPI handoff ([#789](https://github.com/microsoft/hve-core/issues/789)) ([dabed00](https://github.com/microsoft/hve-core/commit/dabed001c8ac7da3f2e4368ae1f279080c627cbd))
64+
* **docs:** add customization guides for HVE Core artifacts ([#772](https://github.com/microsoft/hve-core/issues/772)) ([abfd03e](https://github.com/microsoft/hve-core/commit/abfd03ef8b9f81e150e6d564a43b755cc910c8e6))
65+
* reconcile documentation against implementation ([#771](https://github.com/microsoft/hve-core/issues/771)) ([24ebe6d](https://github.com/microsoft/hve-core/commit/24ebe6de0b8658da5af9d4318a25fa7d0cb7e20a))
66+
* **security:** document accepted Token-Permissions risks and add lint:dependency-pinning ([#763](https://github.com/microsoft/hve-core/issues/763)) ([1601d7d](https://github.com/microsoft/hve-core/commit/1601d7de80a4aa17a11c6473314b7bfcd46b1bfd))
67+
68+
69+
### ♻️ Refactoring
70+
71+
* remove duplicate git diff logic in frontmatter validator ([#473](https://github.com/microsoft/hve-core/issues/473)) ([69caa84](https://github.com/microsoft/hve-core/commit/69caa8478ab7dc405473006d6b3a9f222517013b))
72+
* **scripts:** move collection scripts from plugins to collections ([#728](https://github.com/microsoft/hve-core/issues/728)) ([1a6d7d9](https://github.com/microsoft/hve-core/commit/1a6d7d9026d3f09452b8c04824b4e10c54fe851a))
73+
74+
75+
### 🔧 Maintenance
76+
77+
* **deps-dev:** bump basic-ftp from 5.0.5 to 5.2.0 ([#780](https://github.com/microsoft/hve-core/issues/780)) ([d00092c](https://github.com/microsoft/hve-core/commit/d00092cef8aa4ce556345370ec5b94c9554a9987))
78+
* **deps:** bump the github-actions group across 1 directory with 2 updates ([#752](https://github.com/microsoft/hve-core/issues/752)) ([4596c62](https://github.com/microsoft/hve-core/commit/4596c62b6a4859c30ab3d06403d6257df000dab9))
79+
* **skills:** standardize script path references in SKILL.md files ([#768](https://github.com/microsoft/hve-core/issues/768)) ([4de0a01](https://github.com/microsoft/hve-core/commit/4de0a01004d73b3983cd790c1a6bcf568f2e4242))
80+
1581
## [3.0.2](https://github.com/microsoft/hve-core/compare/hve-core-v3.0.1...hve-core-v3.0.2) (2026-02-21)
1682

1783

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.0.2",
8+
"version": "3.1.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.0.2",
3+
"version": "3.1.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.0.2"
4+
"version": "3.1.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 for bash, Bicep, C#, Python, and Terraform projects",
4-
"version": "3.0.2"
4+
"version": "3.1.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.0.2"
4+
"version": "3.1.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.0.2"
4+
"version": "3.1.0"
55
}

0 commit comments

Comments
 (0)