Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/hve-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: hve-core-v2.3.8
Choose a base ref
...
head repository: microsoft/hve-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hve-core-v2.3.9
Choose a head ref
  • 2 commits
  • 115 files changed
  • 2 contributors

Commits on Feb 14, 2026

  1. fix(plugins): merge git collection into rpi and distribute to all plu…

    …gins (#549)
    
    # fix(plugins): merge git collection into rpi and distribute to all
    plugins
    
    ## Description
    
    Consolidated the standalone `git` collection into the `rpi` collection,
    removing `plugins/git/` entirely and distributing git-related agents,
    prompts, and instructions across all remaining plugin bundles. Since RPI
    is the foundational collection included by every other collection, git
    workflow tooling now ships as part of the baseline rather than as a
    separate opt-in package.
    
    - Deleted `collections/git.collection.yml` and
    `collections/git.collection.md`, merging all git items (pr-review agent,
    five git prompts, git-merge instruction) into
    `collections/rpi.collection.yml`
    - Removed `plugins/git/` directory including its `plugin.json`,
    `README.md`, all agent/command/instruction symlinks, and script
    directory links
    - Added pr-review agent, git prompts (`git-commit-message`,
    `git-commit`, `git-merge`, `git-setup`, `pull-request`), and git-merge
    instruction to all nine remaining collection YMLs (ado,
    coding-standards, data-science, github, project-planning,
    prompt-engineering, rpi, security-planning, hve-core-all)
    - Created corresponding symlinks and updated README tables for each
    plugin bundle to surface the newly included git commands, pr-review
    agent, and git-merge instruction
    - Updated `rpi` plugin description to reflect the merged scope
    - Removed the `git` entry from `.github/plugin/marketplace.json`
    
    ## Related Issue(s)
    <!-- Link to the issue(s) this PR addresses using "Fixes #123" or
    "Closes #123" -->
    
    ## Type of Change
    
    Select all that apply:
    
    **Code & Documentation:**
    
    - [x] Bug fix (non-breaking change fixing an issue)
    - [ ] New feature (non-breaking change adding functionality)
    - [ ] Breaking change (fix or feature causing existing functionality to
    change)
    - [x] Documentation update
    
    **Infrastructure & Configuration:**
    
    - [ ] GitHub Actions workflow
    - [ ] Linting configuration (markdown, PowerShell, etc.)
    - [ ] Security configuration
    - [ ] DevContainer configuration
    - [ ] Dependency update
    
    **AI Artifacts:**
    
    - [ ] Reviewed contribution with `prompt-builder` agent and addressed
    all feedback
    - [ ] Copilot instructions (`.github/instructions/*.instructions.md`)
    - [ ] Copilot prompt (`.github/prompts/*.prompt.md`)
    - [ ] Copilot agent (`.github/agents/*.agent.md`)
    - [ ] Copilot skill (`.github/skills/*/SKILL.md`)
    
    > **Note for AI Artifact Contributors**:
    >
    > - **Agents**: Research, indexing/referencing other project (using
    standard VS Code GitHub Copilot/MCP tools), planning, and general
    implementation agents likely already exist. Review `.github/agents/`
    before creating new ones.
    > - **Skills**: Must include both bash and PowerShell scripts. See
    [Skills](../docs/contributing/skills.md).
    > - **Model Versions**: Only contributions targeting the **latest
    Anthropic and OpenAI models** will be accepted. Older model versions
    (e.g., GPT-3.5, Claude 3) will be rejected.
    > - See [Agents Not
    Accepted](../docs/contributing/custom-agents.md#agents-not-accepted) and
    [Model Version
    Requirements](../docs/contributing/ai-artifacts-common.md#model-version-requirements).
    
    **Other:**
    
    - [ ] Script/automation (`.ps1`, `.sh`, `.py`)
    - [ ] Other (please describe):
    
    ## Sample Prompts (for AI Artifact Contributions)
    <!-- Not applicable — no AI artifacts were created or modified -->
    
    ## Testing
    <!-- Describe how you tested these changes -->
    
    ## Checklist
    
    ### Required Checks
    
    - [ ] Documentation is updated (if applicable)
    - [ ] Files follow existing naming conventions
    - [ ] Changes are backwards compatible (if applicable)
    - [ ] Tests added for new functionality (if applicable)
    
    ### AI Artifact Contributions
    <!-- Not applicable -->
    
    ### Required Automated Checks
    
    The following validation commands must pass before merging:
    
    - [ ] Markdown linting: `npm run lint:md`
    - [ ] Spell checking: `npm run spell-check`
    - [ ] Frontmatter validation: `npm run lint:frontmatter`
    - [ ] Link validation: `npm run lint:md-links`
    - [ ] PowerShell analysis: `npm run lint:ps`
    
    ## Security Considerations
    <!-- ⚠️ WARNING: Do not commit sensitive information such as API keys,
    passwords, or personal data -->
    - [x] This PR does not contain any sensitive or NDA information
    - [ ] Any new dependencies have been reviewed for security issues
    - [ ] Security-related scripts follow the principle of least privilege
    
    ## Additional Notes
    
    - Version files (`package.json`, `package-lock.json`,
    `.release-please-manifest.json`,
    `extension/templates/package.template.json`, all `plugin.json` files,
    and `marketplace.json`) regressed from `2.3.5` to `2.3.4`, and the
    `CHANGELOG.md` entry for `2.3.5` was removed. Confirm this version
    rollback is intentional or rebase onto the current `origin/main` to pick
    up the `2.3.5` release.
    
    🔀 - Generated by Copilot
    agreaves-ms authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    9509a87 View commit details
    Browse the repository at this point in the history
  2. chore(main): release hve-core 2.3.9 (#557)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [2.3.9](hve-core-v2.3.8...hve-core-v2.3.9)
    (2026-02-14)
    
    
    ### 🐛 Bug Fixes
    
    * **plugins:** merge git collection into rpi and distribute to all
    plugins ([#549](#549))
    ([9509a87](9509a87))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: hve-core-release-please[bot] <254602402+hve-core-release-please[bot]@users.noreply.github.com>
    hve-core-release-please[bot] authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    d3bdd7a View commit details
    Browse the repository at this point in the history
Loading