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
30 changes: 15 additions & 15 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.3.1",
"version": "3.3.10",
"pluginRoot": "./plugins"
},
"owner": {
Expand All @@ -13,85 +13,85 @@
"name": "ado",
"source": "ado",
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
"version": "3.3.1"
"version": "3.3.10"
},
{
"name": "coding-standards",
"source": "coding-standards",
"description": "Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects",
"version": "3.3.1"
"version": "3.3.10"
},
{
"name": "data-science",
"source": "data-science",
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
"version": "3.3.1"
"version": "3.3.10"
},
{
"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.3.1"
"version": "3.3.10"
},
{
"name": "experimental",
"source": "experimental",
"description": "Experimental and preview artifacts not yet promoted to stable collections",
"version": "3.3.1"
"version": "3.3.10"
},
{
"name": "github",
"source": "github",
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
"version": "3.3.1"
"version": "3.3.10"
},
{
"name": "gitlab",
"source": "gitlab",
"description": "GitLab merge request and pipeline workflows through a Python skill",
"version": "3.3.1"
"version": "3.3.10"
},
{
"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.3.1"
"version": "3.3.10"
},
{
"name": "hve-core-all",
"source": "hve-core-all",
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
"version": "3.3.1"
"version": "3.3.10"
},
{
"name": "installer",
"source": "installer",
"description": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations",
"version": "3.3.1"
"version": "3.3.10"
},
{
"name": "jira",
"source": "jira",
"description": "Jira backlog management, PRD issue planning, and issue operations through agents, prompts, instructions, and a Python skill",
"version": "3.3.1"
"version": "3.3.10"
},
{
"name": "project-planning",
"source": "project-planning",
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
"version": "3.3.1"
"version": "3.3.10"
},
{
"name": "rai-planning",
"source": "rai-planning",
"description": "Responsible AI assessment, sensitive uses screening, and standards-aligned impact analysis",
"version": "3.3.1"
"version": "3.3.10"
},
{
"name": "security",
"source": "security",
"description": "Security review, planning, incident response, risk assessment, and vulnerability analysis",
"version": "3.3.1"
"version": "3.3.10"
}
]
}
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.3.1"
".": "3.3.10"
}
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.3.1",
"version": "3.3.10",
"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.3.1",
"version": "3.3.10",
"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.3.1"
"version": "3.3.10"
}
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 and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects",
"version": "3.3.1"
"version": "3.3.10"
}
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.3.1"
"version": "3.3.10"
}
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.3.1"
"version": "3.3.10"
}
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.3.1"
"version": "3.3.10"
}
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.3.1"
"version": "3.3.10"
}
2 changes: 1 addition & 1 deletion plugins/gitlab/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gitlab",
"description": "GitLab merge request and pipeline workflows through a Python skill",
"version": "3.3.1"
"version": "3.3.10"
}
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.3.1"
"version": "3.3.10"
}
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.3.1"
"version": "3.3.10"
}
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": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations",
"version": "3.3.1"
"version": "3.3.10"
}
2 changes: 1 addition & 1 deletion plugins/jira/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jira",
"description": "Jira backlog management, PRD issue planning, and issue operations through agents, prompts, instructions, and a Python skill",
"version": "3.3.1"
"version": "3.3.10"
}
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.3.1"
"version": "3.3.10"
}
2 changes: 1 addition & 1 deletion plugins/rai-planning/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rai-planning",
"description": "Responsible AI assessment, sensitive uses screening, and standards-aligned impact analysis",
"version": "3.3.1"
"version": "3.3.10"
}
2 changes: 1 addition & 1 deletion plugins/security/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "security",
"description": "Security review, planning, incident response, risk assessment, and vulnerability analysis",
"version": "3.3.1"
"version": "3.3.10"
}
Loading