chore(main): release hve-core 2.0.0#212
Merged
WilliamBerryiii merged 1 commit intomainfrom Jan 28, 2026
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
f774b22 to
15c29b2
Compare
This was referenced Jan 19, 2026
15c29b2 to
c7aedd7
Compare
katriendg
approved these changes
Jan 20, 2026
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
a32e659 to
a2582b2
Compare
This was referenced Jan 20, 2026
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.
614a074 to
a0fcf7b
Compare
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. |
ab2296a to
4708595
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
c322422 to
a9c1e26
Compare
0a79e27 to
a9cb0ef
Compare
auyidi1
approved these changes
Jan 27, 2026
b8f441a to
8352d57
Compare
Member
|
Once #334 merges this build failure will clear and we can release |
0a79518 to
2c2207a
Compare
Contributor
Author
|
🤖 Created releases: 🌻 |
This was referenced Jan 28, 2026
This was referenced Feb 6, 2026
This was referenced Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.0.0 (2026-01-28)
⚠ BREAKING CHANGES
✨ Features
🐛 Bug Fixes
📚 Documentation
♻️ Refactoring
🔧 Maintenance
This PR was generated with Release Please. See documentation.