Skip to content
Open
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.101",
"version": "4.0.0",
"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.101"
"version": "4.0.0"
},
{
"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.101"
"version": "4.0.0"
},
{
"name": "data-science",
"source": "data-science",
"description": "Evaluation dataset creation, data specification generation, Jupyter notebooks, and Streamlit dashboards",
"version": "3.3.101"
"version": "4.0.0"
},
{
"name": "design-thinking",
"source": "design-thinking",
"description": "Design Thinking coaching identity, quality constraints, and methodology skills for AI-enhanced design thinking across nine methods",
"version": "3.3.101"
"version": "4.0.0"
},
{
"name": "experimental",
"source": "experimental",
"description": "Experimental and preview artifacts not yet promoted to stable collections",
"version": "3.3.101"
"version": "4.0.0"
},
{
"name": "github",
"source": "github",
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
"version": "3.3.101"
"version": "4.0.0"
},
{
"name": "gitlab",
"source": "gitlab",
"description": "GitLab merge request and pipeline workflows through a Python skill",
"version": "3.3.101"
"version": "4.0.0"
},
{
"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.101"
"version": "4.0.0"
},
{
"name": "hve-core-all",
"source": "hve-core-all",
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
"version": "3.3.101"
"version": "4.0.0"
},
{
"name": "installer",
"source": "installer",
"description": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations",
"version": "3.3.101"
"version": "4.0.0"
},
{
"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.101"
"version": "4.0.0"
},
{
"name": "project-planning",
"source": "project-planning",
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
"version": "3.3.101"
"version": "4.0.0"
},
{
"name": "rpi",
"source": "rpi",
"description": "Skill-forward Research, Plan, Implement, and Review entry points with an umbrella RPI skill and existing subagent dispatch.",
"version": "3.3.101"
"version": "4.0.0"
},
{
"name": "security",
"source": "security",
"description": "Security review, planning, incident response, risk assessment, and vulnerability analysis",
"version": "3.3.101"
"version": "4.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 @@
{
".": "3.3.101"
".": "4.0.0"
}
218 changes: 218 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": "3.3.101",
"version": "4.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": "3.3.101",
"version": "4.0.0",
"description": "HVE Core",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/ado/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/coding-standards/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/data-science/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/design-thinking/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/experimental/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/github/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/gitlab/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/hve-core-all/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/hve-core/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/installer/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/jira/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/project-planning/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/rpi/.github/plugin/plugin.json

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

2 changes: 1 addition & 1 deletion plugins/security/.github/plugin/plugin.json

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

Loading