Skip to content
Merged
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
24 changes: 12 additions & 12 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.0.2",
"version": "3.1.44",
"pluginRoot": "./plugins"
},
"owner": {
Expand All @@ -13,67 +13,67 @@
"name": "ado",
"source": "ado",
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
"version": "3.0.2"
"version": "3.1.44"
},
{
"name": "coding-standards",
"source": "coding-standards",
"description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects",
"version": "3.0.2"
"version": "3.1.44"
},
{
"name": "data-science",
"source": "data-science",
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
"version": "3.0.2"
"version": "3.1.44"
},
{
"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.0.2"
"version": "3.1.44"
},
{
"name": "experimental",
"source": "experimental",
"description": "Experimental and preview artifacts not yet promoted to stable collections",
"version": "3.0.2"
"version": "3.1.44"
},
{
"name": "github",
"source": "github",
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
"version": "3.0.2"
"version": "3.1.44"
},
{
"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.0.2"
"version": "3.1.44"
},
{
"name": "hve-core-all",
"source": "hve-core-all",
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
"version": "3.0.2"
"version": "3.1.44"
},
{
"name": "installer",
"source": "installer",
"description": "Interactive installer agent for deploying HVE Core artifacts across workspace configurations",
"version": "3.0.2"
"version": "3.1.44"
},
{
"name": "project-planning",
"source": "project-planning",
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
"version": "3.0.2"
"version": "3.1.44"
},
{
"name": "security-planning",
"source": "security-planning",
"description": "Security plan creation, incident response, and risk assessment",
"version": "3.0.2"
"version": "3.1.44"
}
]
}
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.0.2"
".": "3.1.44"
}
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.0.2",
"version": "3.1.44",
"description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments",
"publisher": "ise-hve-essentials",
"repository": {
Expand Down
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.0.2",
"version": "3.1.44",
"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,5 +1,5 @@
{
"name": "ado",
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
"version": "3.0.2"
"version": "3.1.44"
}
2 changes: 1 addition & 1 deletion plugins/coding-standards/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "coding-standards",
"description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects",
"version": "3.0.2"
"version": "3.1.44"
}
2 changes: 1 addition & 1 deletion plugins/data-science/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "data-science",
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
"version": "3.0.2"
"version": "3.1.44"
}
2 changes: 1 addition & 1 deletion plugins/design-thinking/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "design-thinking",
"description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
"version": "3.0.2"
"version": "3.1.44"
}
2 changes: 1 addition & 1 deletion plugins/experimental/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "experimental",
"description": "Experimental and preview artifacts not yet promoted to stable collections",
"version": "3.0.2"
"version": "3.1.44"
}
2 changes: 1 addition & 1 deletion plugins/github/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "github",
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
"version": "3.0.2"
"version": "3.1.44"
}
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,5 +1,5 @@
{
"name": "hve-core-all",
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
"version": "3.0.2"
"version": "3.1.44"
}
2 changes: 1 addition & 1 deletion plugins/hve-core/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hve-core",
"description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts",
"version": "3.0.2"
"version": "3.1.44"
}
2 changes: 1 addition & 1 deletion plugins/installer/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "installer",
"description": "Interactive installer agent for deploying HVE Core artifacts across workspace configurations",
"version": "3.0.2"
"version": "3.1.44"
}
2 changes: 1 addition & 1 deletion plugins/project-planning/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "project-planning",
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
"version": "3.0.2"
"version": "3.1.44"
}
2 changes: 1 addition & 1 deletion plugins/security-planning/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "security-planning",
"description": "Security plan creation, incident response, and risk assessment",
"version": "3.0.2"
"version": "3.1.44"
}
Loading