You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/plugin/marketplace.json
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "hve-core",
3
3
"metadata": {
4
4
"description": "HVE Core",
5
-
"version": "3.3.41",
5
+
"version": "3.4.0",
6
6
"pluginRoot": "./plugins"
7
7
},
8
8
"owner": {
@@ -13,85 +13,85 @@
13
13
"name": "ado",
14
14
"source": "ado",
15
15
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
16
-
"version": "3.3.41"
16
+
"version": "3.4.0"
17
17
},
18
18
{
19
19
"name": "coding-standards",
20
20
"source": "coding-standards",
21
21
"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.41"
22
+
"version": "3.4.0"
23
23
},
24
24
{
25
25
"name": "data-science",
26
26
"source": "data-science",
27
27
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
28
-
"version": "3.3.41"
28
+
"version": "3.4.0"
29
29
},
30
30
{
31
31
"name": "design-thinking",
32
32
"source": "design-thinking",
33
33
"description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
34
-
"version": "3.3.41"
34
+
"version": "3.4.0"
35
35
},
36
36
{
37
37
"name": "experimental",
38
38
"source": "experimental",
39
39
"description": "Experimental and preview artifacts not yet promoted to stable collections",
40
-
"version": "3.3.41"
40
+
"version": "3.4.0"
41
41
},
42
42
{
43
43
"name": "github",
44
44
"source": "github",
45
45
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
46
-
"version": "3.3.41"
46
+
"version": "3.4.0"
47
47
},
48
48
{
49
49
"name": "gitlab",
50
50
"source": "gitlab",
51
51
"description": "GitLab merge request and pipeline workflows through a Python skill",
52
-
"version": "3.3.41"
52
+
"version": "3.4.0"
53
53
},
54
54
{
55
55
"name": "hve-core",
56
56
"source": "hve-core",
57
57
"description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts",
58
-
"version": "3.3.41"
58
+
"version": "3.4.0"
59
59
},
60
60
{
61
61
"name": "hve-core-all",
62
62
"source": "hve-core-all",
63
63
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
64
-
"version": "3.3.41"
64
+
"version": "3.4.0"
65
65
},
66
66
{
67
67
"name": "installer",
68
68
"source": "installer",
69
69
"description": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations",
70
-
"version": "3.3.41"
70
+
"version": "3.4.0"
71
71
},
72
72
{
73
73
"name": "jira",
74
74
"source": "jira",
75
75
"description": "Jira backlog management, PRD issue planning, and issue operations through agents, prompts, instructions, and a Python skill",
76
-
"version": "3.3.41"
76
+
"version": "3.4.0"
77
77
},
78
78
{
79
79
"name": "project-planning",
80
80
"source": "project-planning",
81
81
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
82
-
"version": "3.3.41"
82
+
"version": "3.4.0"
83
83
},
84
84
{
85
85
"name": "rai-planning",
86
86
"source": "rai-planning",
87
87
"description": "Responsible AI assessment and standards-aligned impact analysis",
***1004:** add OutputPath parameter to Invoke-LinkLanguageCheck.ps1 ([#1229](https://github.com/microsoft/hve-core/issues/1229)) ([2aad98e](https://github.com/microsoft/hve-core/commit/2aad98e09bbf235412f9b74eaa9b32d7f611e53e))
21
+
* add -OutputPath parameter to Validate-SkillStructure.ps1 ([#1225](https://github.com/microsoft/hve-core/issues/1225)) ([d1e0b35](https://github.com/microsoft/hve-core/commit/d1e0b358373831557e954a8162bb8fb21ed9b133))
22
+
***agents:** replace hve-core-specific references with portable discovery-based language ([#1335](https://github.com/microsoft/hve-core/issues/1335)) ([ef520df](https://github.com/microsoft/hve-core/commit/ef520dfba857b3c1625e22efe4e955ff257a4932))
23
+
***docs:** add extension collections overview and integrate into getting started flow ([#950](https://github.com/microsoft/hve-core/issues/950)) ([b6fa2aa](https://github.com/microsoft/hve-core/commit/b6fa2aa064692616597e7961e9c87d53dd25a7ba))
***agents:** add parallel subagent dispatch and structured JSON contracts to code-review-full ([#1304](https://github.com/microsoft/hve-core/issues/1304)) ([06df9d2](https://github.com/microsoft/hve-core/commit/06df9d2820e2c050f995a5fb9ceeb397406d5cb6))
34
+
***agents:** fix plugin compatibility and robustness for coding-standards code review agents ([#1289](https://github.com/microsoft/hve-core/issues/1289)) ([8319d10](https://github.com/microsoft/hve-core/commit/8319d1012068e2fbef8127c9fd3c7b10ac61e84e))
35
+
***ci:** add synchronize trigger to PR Review workflow ([#1323](https://github.com/microsoft/hve-core/issues/1323)) ([060f64d](https://github.com/microsoft/hve-core/commit/060f64dd4fe398817170fdf37c1707421520f640))
36
+
***docs:** derive collection artifact counts from YAML at build time ([#1275](https://github.com/microsoft/hve-core/issues/1275)) ([0c30bad](https://github.com/microsoft/hve-core/commit/0c30bad89caed1ba7589ed60a8020a0decf599d2))
37
+
***docs:** escape hyphens in Mermaid diagram on Collections page ([#1262](https://github.com/microsoft/hve-core/issues/1262)) ([ce0e531](https://github.com/microsoft/hve-core/commit/ce0e531b320fdd22b6fa2728d75e56732496f1a4))
38
+
***linting:** add summary timestamp to PSScriptAnalyzer output ([#1211](https://github.com/microsoft/hve-core/issues/1211)) ([0da852f](https://github.com/microsoft/hve-core/commit/0da852f3afdc172f0bef276102dfb279f9888bf4))
39
+
***scripts:** standardize timestamp in FrontmatterValidation.psm1 to use Get-StandardTimestamp ([#1285](https://github.com/microsoft/hve-core/issues/1285)) ([98dcee4](https://github.com/microsoft/hve-core/commit/98dcee4c37cbab89772e707cf6bc167feb1798c9))
40
+
***scripts:** standardize timestamp in Invoke-LinkLanguageCheck.ps1 to use Get-StandardTimestamp ([#1264](https://github.com/microsoft/hve-core/issues/1264)) ([dd2ae45](https://github.com/microsoft/hve-core/commit/dd2ae45600e974f614f1f74508298f0ac27726ff))
41
+
***scripts:** standardize timestamp in Invoke-YamlLint.ps1 to use Get-StandardTimestamp ([#1270](https://github.com/microsoft/hve-core/issues/1270)) ([11a483f](https://github.com/microsoft/hve-core/commit/11a483f48415d96bb67e38a25007a53450895f76))
42
+
***scripts:** standardize timestamp in Markdown-Link-Check.ps1 to use Get-StandardTimestamp ([#1283](https://github.com/microsoft/hve-core/issues/1283)) ([d140f13](https://github.com/microsoft/hve-core/commit/d140f13bde2354228965f9d35cf42dc7466ef3b3))
43
+
***scripts:** standardize timestamp in SecurityHelpers.psm1 to use Get-StandardTimestamp ([#1284](https://github.com/microsoft/hve-core/issues/1284)) ([07bd2ab](https://github.com/microsoft/hve-core/commit/07bd2ab86c8c9b6ec1e1945e4a2142e11e063763))
44
+
***scripts:** standardize timestamp in Test-CopyrightHeaders.ps1 to use Get-StandardTimestamp ([#1278](https://github.com/microsoft/hve-core/issues/1278)) ([84ddd5d](https://github.com/microsoft/hve-core/commit/84ddd5d6149871c41b04f7d11da6045feb151e20))
45
+
***scripts:** standardize timestamp in Validate-SkillStructure.ps1 to use Get-StandardTimestamp ([#1280](https://github.com/microsoft/hve-core/issues/1280)) ([a1928f3](https://github.com/microsoft/hve-core/commit/a1928f3d68954e890e6142ba514b00b44139470f))
46
+
***scripts:** standardize timestamps in Test-DependencyPinning.ps1 and SecurityClasses.psm1 ([#1282](https://github.com/microsoft/hve-core/issues/1282)) ([65837ff](https://github.com/microsoft/hve-core/commit/65837ff5c281898adbcf615b248f667a28366e1b))
***deps-dev:** bump basic-ftp from 5.2.0 to 5.2.1 ([#1324](https://github.com/microsoft/hve-core/issues/1324)) ([057c691](https://github.com/microsoft/hve-core/commit/057c691e5ae38a79f5102e58e786515964946532))
53
+
***deps-dev:** bump the npm-dependencies group with 2 updates ([#1297](https://github.com/microsoft/hve-core/issues/1297)) ([bcc2e84](https://github.com/microsoft/hve-core/commit/bcc2e84df7c0f8c522a170fe2b9ef8a5335723ce))
54
+
***deps:** update github/gh-aw-actions requirement to 536ea1bad8c6715d098a9dc1afea8d403733acfe in the github-actions group across 1 directory ([#1298](https://github.com/microsoft/hve-core/issues/1298)) ([812569b](https://github.com/microsoft/hve-core/commit/812569bc945dcd98e9d6f7e659cd5363a83ca834))
55
+
***licensing:** update security instruction attributions and compliance ([#1294](https://github.com/microsoft/hve-core/issues/1294)) ([1dca623](https://github.com/microsoft/hve-core/commit/1dca6230ba23d71531cfc82f0810c372308ff3da))
Copy file name to clipboardExpand all lines: plugins/design-thinking/.github/plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "design-thinking",
3
3
"description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
0 commit comments