Conversation
- add label and smallDescription fields - enhance description for clarity
There was a problem hiding this comment.
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.jsonfromhelpers/<category>/config.jsonduring website metadata build. - Extend coherency checks to validate source
helpers/<category>/config.jsonand require/validatemeta/category.jsonin built category packages. - Update several category
config.jsonfiles 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.
✅ PR Validation Passed
📋 Pipeline Status
📊 Code Coverage
🧬 Mutation Testing
🌐 Runtime Compatibility
⏱️ Benchmarks
ℹ️ About this report
🤖 Generated by @helpers4 CI • 2026-04-18 |
- 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
There was a problem hiding this comment.
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.
Description
Please include a summary of what this PR does and why it's needed.
Type of Change
Related Issues
Closes #(issue number)
How Has This Been Tested?
Describe the tests you ran and how to reproduce them:
Checklist
Screenshots (if applicable)
Add screenshots for UI changes.
Additional Context
Add any other context about the PR here.