Skip to content

chore(main): release hve-core 2.0.0#212

Merged
WilliamBerryiii merged 1 commit intomainfrom
release-please--branches--main--components--hve-core
Jan 28, 2026
Merged

chore(main): release hve-core 2.0.0#212
WilliamBerryiii merged 1 commit intomainfrom
release-please--branches--main--components--hve-core

Conversation

@hve-core-release-please
Copy link
Copy Markdown
Contributor

@hve-core-release-please hve-core-release-please bot commented Jan 19, 2026

🤖 I have created a release beep boop

2.0.0 (2026-01-28)

⚠ BREAKING CHANGES

  • agents: add Task Reviewer and expand RPI to 4-phase workflow (#277)

✨ Features

  • agents: add hve-core-installer agent to extension package (#297) (c0e48c6)
  • agents: add Task Reviewer and expand RPI to 4-phase workflow (#277) (ae76cab)
  • build: add code coverage reporting to Pester workflow (#230) (a34822a)
  • docs: add GOVERNANCE.md for OSSF Silver Badge compliance (#235) (b0e752c)
  • docs: add ROADMAP.md for OSSF Silver badge compliance (#238) (4a41c16)
  • mcp: add MCP server configuration guidance and installer enhancements (#225) (0bce418)
  • scripts: add YAML linting with actionlint (#234) (d9301f9)
  • security: add OpenSSF Scorecard workflow and badge (#271) (7c6d788)
  • skills: add video-to-gif conversion skill with FFmpeg two-pass optimization (#247) (8d65c42)
  • tests: add Pester tests for LintingHelpers and Validate-MarkdownFrontmatter (#197, #198) (#205) (51ae563)

🐛 Bug Fixes

  • build: detect table formatting changes via git diff (#261) (985eee0)
  • build: disable MD024 lint rule in CHANGELOG for release-please (#220) (971df94)
  • build: quote shell variables and group redirects in workflow files (#299) (3372509)
  • build: resolve scorecard badge and workflow security issues (#301) (aeaed13)
  • extension: remove frontmatter from README and exclude from markdown linting (#223) (4272529)
  • instructions: quote applyTo glob pattern for YAML compatibility (#216) (085199c)
  • scripts: add FooterExcludePaths parameter to frontmatter validation (#334) (64db98d)
  • scripts: add GHSA word and logs/ exclusion to cspell config (#214) (5c99b3f)
  • scripts: correct type assertions in Invoke-YamlLint.Tests.ps1 (#332) (af7050d)
  • scripts: eliminate false positives in dependency pinning npm pattern (#273) (ccbdfa3)
  • security: add artifact attestation for signed releases (#257) (c52d6e2)
  • standardize markdown footers and complete frontmatter (#217) (b4e7556)

📚 Documentation

  • add OpenSSF Best Practices Passing badge to README (#239) (91bc529)
  • architecture: add architecture documentation and value proposition (#252) (0e4b02f)
  • contributing: add testing requirements for OSSF compliance (#254) (4db1a18)
  • docs: add enterprise status badges to README header (#270) (ccb68a4)
  • security: add security assurance case and threat model for OSSF Silver (#259) (a390e26)

♻️ Refactoring

  • application: wrap execution with try blocks, ensure proper … (#296) (35c4417)
  • scripts: extract frontmatter validation to testable module (#293) (4e8707e)
  • scripts: extract pure functions for Pester testability (#221) (d40e742)

🔧 Maintenance

  • deps-dev: bump cspell from 9.4.0 to 9.6.0 in the npm-dependencies group (#208) (855914b)
  • deps-dev: bump cspell from 9.6.0 to 9.6.1 in the npm-dependencies group (#294) (1e45ad6)
  • deps: bump actions/setup-node from 6.1.0 to 6.2.0 in the github-actions group (#209) (c4c69e2)
  • deps: bump the github-actions group with 4 updates (#295) (d8337b8)
  • remove step-security/harden-runner from workflows (#246) (c5708d8)

This PR was generated with Release Please. See documentation.

@hve-core-release-please hve-core-release-please bot added the autorelease: pending Release-please: PR awaiting merge label Jan 19, 2026
@hve-core-release-please hve-core-release-please bot requested a review from a team as a code owner January 19, 2026 19:22
@hve-core-release-please hve-core-release-please bot added the autorelease: pending Release-please: PR awaiting merge label Jan 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jan 19, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@hve-core-release-please hve-core-release-please bot force-pushed the release-please--branches--main--components--hve-core branch from f774b22 to 15c29b2 Compare January 19, 2026 19:30
@hve-core-release-please hve-core-release-please bot force-pushed the release-please--branches--main--components--hve-core branch from 15c29b2 to c7aedd7 Compare January 19, 2026 19:38
WilliamBerryiii added a commit that referenced this pull request Jan 20, 2026
# Pull Request

## Description

Adds missing cspell configuration to fix spell-check failures in CI
pipelines.

- Added `logs/**` to `ignorePaths` to exclude generated output files
from spell checking
- Added `GHSA` to `words` for GitHub Security Advisory IDs appearing in
CHANGELOG.md
- Added `autobuild` to `words` for CodeQL action names in generated logs

## Related Issue(s)

Fixes #213

## 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)
- [ ] Documentation update

**Infrastructure & Configuration:**

- [ ] GitHub Actions workflow
- [x] 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`)

**Other:**

- [ ] Script/automation (`.ps1`, `.sh`, `.py`)
- [ ] Other (please describe):

## Testing

- Verified `npm run spell-check` passes locally with 0 issues
- Verified `npm run lint:md` passes locally with 0 errors

## Checklist

### Required Checks

- [x] Documentation is updated (if applicable)
- [x] Files follow existing naming conventions
- [x] Changes are backwards compatible (if applicable)

### Required Automated Checks

The following validation commands must pass before merging:

- [x] Markdown linting: `npm run lint:md`
- [x] 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

- [x] This PR does not contain any sensitive or NDA information
- [x] Any new dependencies have been reviewed for security issues
- [x] Security-related scripts follow the principle of least privilege

## Additional Notes

This fix unblocks the release-please PR #212 for v1.2.0 which was
failing spell-check due to GHSA references in CHANGELOG.md.

🔧 - Generated by Copilot
@hve-core-release-please hve-core-release-please bot force-pushed the release-please--branches--main--components--hve-core branch 3 times, most recently from a32e659 to a2582b2 Compare January 20, 2026 17:04
WilliamBerryiii added a commit that referenced this pull request Jan 20, 2026
…220)

# Pull Request

## Description

Add MD024 to the markdownlint-disable directive in CHANGELOG.md to allow
duplicate section headings across version entries.

Release-please generates identical section headings (`### ✨ Features`,
`### 🐛 Bug Fixes`, `### 🔧 Maintenance`) for each version, which triggers
MD024 (no-duplicate-heading) violations under the strict global rule in
`.markdownlint.json`.

## Related Issue(s)

Fixes #219

## 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)
- [ ] Documentation update

**Infrastructure & Configuration:**

- [ ] GitHub Actions workflow
- [x] 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`)

**Other:**

- [ ] Script/automation (`.ps1`, `.sh`, `.py`)
- [ ] Other (please describe):

## Testing

- Ran `npx markdownlint-cli2 CHANGELOG.md` locally - passes with 0
errors
- Verified the change targets only CHANGELOG.md while preserving strict
MD024 rule globally

## Checklist

### Required Checks

- [x] Documentation is updated (if applicable)
- [x] Files follow existing naming conventions
- [x] Changes are backwards compatible (if applicable)

### Required Automated Checks

The following validation commands must pass before merging:

- [x] Markdown linting: `npm run lint:md`
- [x] Spell checking: `npm run spell-check`
- [x] Frontmatter validation: `npm run lint:frontmatter`
- [x] Link validation: `npm run lint:md-links`
- [x] PowerShell analysis: `npm run lint:ps`

## Security Considerations

- [x] This PR does not contain any sensitive or NDA information
- [x] Any new dependencies have been reviewed for security issues
- [x] Security-related scripts follow the principle of least privilege

## Additional Notes

This fix unblocks PR #212 (release-please v1.2.0). After this PR merges,
PR #212 will need to rebase to pick up the fix.
@hve-core-release-please hve-core-release-please bot force-pushed the release-please--branches--main--components--hve-core branch 5 times, most recently from 614a074 to a0fcf7b Compare January 21, 2026 17:46
@WilliamBerryiii
Copy link
Copy Markdown
Member

We will hold on cutting this release until the slew of PR's I dropped today merge in. That should get us to a stable release that we can rest on for a bit.

@hve-core-release-please hve-core-release-please bot force-pushed the release-please--branches--main--components--hve-core branch 3 times, most recently from ab2296a to 4708595 Compare January 22, 2026 20:07
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.04%. Comparing base (64db98d) to head (2c2207a).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
- Coverage   41.08%   41.04%   -0.04%     
==========================================
  Files          15       15              
  Lines        2870     2870              
==========================================
- Hits         1179     1178       -1     
- Misses       1691     1692       +1     
Flag Coverage Δ
pester 41.04% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hve-core-release-please hve-core-release-please bot force-pushed the release-please--branches--main--components--hve-core branch 4 times, most recently from c322422 to a9c1e26 Compare January 22, 2026 21:24
@hve-core-release-please hve-core-release-please bot force-pushed the release-please--branches--main--components--hve-core branch 6 times, most recently from 0a79e27 to a9cb0ef Compare January 27, 2026 18:20
@hve-core-release-please hve-core-release-please bot force-pushed the release-please--branches--main--components--hve-core branch 2 times, most recently from b8f441a to 8352d57 Compare January 27, 2026 23:06
@WilliamBerryiii
Copy link
Copy Markdown
Member

Once #334 merges this build failure will clear and we can release

@hve-core-release-please hve-core-release-please bot force-pushed the release-please--branches--main--components--hve-core branch from 0a79518 to 2c2207a Compare January 28, 2026 03:58
@WilliamBerryiii WilliamBerryiii merged commit 672d36b into main Jan 28, 2026
15 of 16 checks passed
@WilliamBerryiii WilliamBerryiii deleted the release-please--branches--main--components--hve-core branch January 28, 2026 04:41
@hve-core-release-please
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged Release-please: Release created and tagged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants