Skip to content

For alpha 15#44

Merged
baxyz merged 6 commits intomainfrom
for-alpha-15
Apr 18, 2026
Merged

For alpha 15#44
baxyz merged 6 commits intomainfrom
for-alpha-15

Conversation

@baxyz
Copy link
Copy Markdown
Contributor

@baxyz baxyz commented Apr 17, 2026

Description

Please include a summary of what this PR does and why it's needed.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring
  • Test improvement

Related Issues

Closes #(issue number)

How Has This Been Tested?

Describe the tests you ran and how to reproduce them:

  • Test A
  • Test B

Checklist

  • My code follows the code style of this project
  • I have updated the documentation accordingly
  • I have added tests for my changes
  • All new and existing tests passed locally
  • My commits follow the conventional commit format

Screenshots (if applicable)

Add screenshots for UI changes.

Additional Context

Add any other context about the PR here.

Copilot AI review requested due to automatic review settings April 17, 2026 23:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds category-level metadata and additional coherency validation to support the upcoming “alpha 15” release, ensuring both source configs and built package metadata follow a consistent schema.

Changes:

  • Generate build/<category>/meta/category.json from helpers/<category>/config.json during website metadata build.
  • Extend coherency checks to validate source helpers/<category>/config.json and require/validate meta/category.json in built category packages.
  • Update several category config.json files to the new { label, smallDescription, description } schema.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
scripts/coherency/category/index.ts Runs the new source config consistency check before package integrity checks.
scripts/coherency/category/helper.ts Adds validation for meta/category.json in built packages and validates helpers/*/config.json schema.
scripts/build/build-website-metadata.ts Writes meta/category.json into each built category’s meta/ directory.
helpers/type/config.json Updates category config schema/wording.
helpers/number/config.json Updates category config schema/wording.
helpers/math/config.json Updates category config schema/wording.
helpers/date/config.json Updates category config schema/wording.
.github/workflows/release.yml Adjusts GitHub App token inputs and changes npm publish dry-run command formatting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release.yml
Comment thread .github/workflows/release.yml Outdated
Comment thread .github/workflows/release.yml Outdated
Comment thread .github/workflows/release.yml Outdated
Comment thread scripts/build/build-website-metadata.ts
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 17, 2026

✅ PR Validation Passed

All checks passed and coverage target reached!


📋 Pipeline Status

Job Status
🔢 Version passing
🏗️ Build passing
🧪 Tests passing
📝 Lint passing
📘 TypeCheck passing
🔐 Security Audit passing
🧾 Conventional Commits passing
🔗 Coherency passing

📊 Code Coverage

Overall Coverage: 100.0% — Target reached! 🎯

Metric Progress Coverage
Lines ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100%
Branches ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100%
Functions ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100%
Statements ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100%

🧬 Mutation Testing

⚠️ Mutation Testing: score could not be determined


🌐 Runtime Compatibility

⚠️ Runtime Compatibility: 2/3

Runtime Status
🟩 Node.js 24 (LTS) v24.14.1
🦕 Deno 2.7.12
🍞 Bun 1.3.12

🔄 Runtime compatibility is informational only and does not block the PR


⏱️ Benchmarks

Benchmarks: 0 suites — completed

⏱️ Benchmarks are informational only and do not block the PR


ℹ️ About this report
  • 🎯 Coverage Target: 100% for all metrics
  • 🧬 Mutation Testing: powered by Stryker (non-blocking)
  • ⏱️ Benchmarks: powered by Vitest Bench (non-blocking)
  • 🔄 This comment updates automatically with each push
  • 📈 Coverage is measured using Vitest + v8

🤖 Generated by @helpers4 CI • 2026-04-18

baxyz added 3 commits April 18, 2026 16:07
- remove local-mounts feature
- add github-dev feature
fix(string): 🐛 update test descriptions and logic in stripV tests
docs(build): 📝 clarify metadata files generated for website
refactor(category): ♻️ reorder imports in category coherency test
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/build/build-website-metadata.ts Outdated
@baxyz baxyz merged commit 6c95c76 into main Apr 18, 2026
15 checks passed
@baxyz baxyz deleted the for-alpha-15 branch April 18, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants