Skip to content
Closed
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
20 changes: 10 additions & 10 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": "2.3.9",
"version": "3.0.0",
"pluginRoot": "./plugins"
},
"owner": {
Expand All @@ -13,55 +13,55 @@
"name": "ado",
"source": "./plugins/ado",
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
"version": "2.3.9"
"version": "3.0.0"
},
{
"name": "coding-standards",
"source": "./plugins/coding-standards",
"description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects",
"version": "2.3.9"
"version": "3.0.0"
},
{
"name": "data-science",
"source": "./plugins/data-science",
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
"version": "2.3.9"
"version": "3.0.0"
},
{
"name": "github",
"source": "./plugins/github",
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
"version": "2.3.9"
"version": "3.0.0"
},
{
"name": "hve-core-all",
"source": "./plugins/hve-core-all",
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
"version": "2.3.9"
"version": "3.0.0"
},
{
"name": "project-planning",
"source": "./plugins/project-planning",
"description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations",
"version": "2.3.9"
"version": "3.0.0"
},
{
"name": "prompt-engineering",
"source": "./plugins/prompt-engineering",
"description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions",
"version": "2.3.9"
"version": "3.0.0"
},
{
"name": "rpi",
"source": "./plugins/rpi",
"description": "Research, Plan, Implement, Review workflow with Git commit, merge, setup, and pull request prompts",
"version": "2.3.9"
"version": "3.0.0"
},
{
"name": "security-planning",
"source": "./plugins/security-planning",
"description": "Security plan creation, incident response, and risk assessment",
"version": "2.3.9"
"version": "3.0.0"
}
]
}
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.3.9"
".": "3.0.0"
}
221 changes: 221 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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": "2.3.9",
"version": "3.0.0",
"description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments",
"publisher": "ise-hve-essentials",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.3.9",
"version": "3.0.0",
"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": "2.3.9"
"version": "3.0.0"
}
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": "2.3.9"
"version": "3.0.0"
}
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": "2.3.9"
"version": "3.0.0"
}
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": "2.3.9"
"version": "3.0.0"
}
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": "2.3.9"
"version": "3.0.0"
}
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, architecture diagrams, and documentation operations",
"version": "2.3.9"
"version": "3.0.0"
}
2 changes: 1 addition & 1 deletion plugins/prompt-engineering/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "prompt-engineering",
"description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions",
"version": "2.3.9"
"version": "3.0.0"
}
2 changes: 1 addition & 1 deletion plugins/rpi/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rpi",
"description": "Research, Plan, Implement, Review workflow with Git commit, merge, setup, and pull request prompts",
"version": "2.3.9"
"version": "3.0.0"
}
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": "2.3.9"
"version": "3.0.0"
}
Loading