chore(release): v1.4.0#15
Conversation
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Code Review
This pull request updates the version from 1.3.1 to 1.4.0 in .claude-plugin/plugin.json and skills/data-tools/SKILL.md. Feedback highlights inconsistencies in package.json regarding the version and description, and identifies that Bash(qsv:*) is missing from the allowed-tools list in SKILL.md despite being listed as a supported tool.
| { | ||
| "name": "data-tools", | ||
| "version": "1.3.1", | ||
| "version": "1.4.0", |
There was a problem hiding this comment.
The description in package.json (line 4) has not been updated to include mlr, unlike the descriptions in this file and SKILL.md. Additionally, the version in package.json remains at 0.0.0-source. Since this release (v1.4.0) introduces npm package support, please update package.json to maintain consistency across the project's metadata.
| metadata: | ||
| author: Netresearch DTT GmbH | ||
| version: "1.3.1" | ||
| version: "1.4.0" |
There was a problem hiding this comment.
There was a problem hiding this comment.
Pull request overview
This PR prepares release v1.4.0 by updating the skill/plugin release metadata to match the intended version.
Changes:
- Bumps the data-tools skill frontmatter version from
1.3.1to1.4.0. - Bumps the Claude plugin manifest version from
1.3.1to1.4.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
skills/data-tools/SKILL.md |
Updates metadata.version for the skill release. |
.claude-plugin/plugin.json |
Updates plugin manifest version for the release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Release v1.4.0
Minor release. Bumps
.claude-plugin/plugin.jsonandskills/data-tools/SKILL.mdfrontmattermetadata.versionfrom1.3.1to1.4.0. Picks up seven commits sincev1.3.1.Highlights since v1.3.1
feat(skill): Miller (mlr) joins jq, yq, and friends as a first-class recognized tool for stream-oriented CSV/TSV/JSON-Lines work. A newmlr-cookbook.mdreference collects the idioms a reader is most likely to need first.feat: ship as an npm package via@netresearch/agent-skill-coordinator, giving JS/TS consumers parity with the composer install path.fix(skill): a noisy version bump on a draft PR is reverted and reviewer comments addressed in-place.ci(release): SLSA provenance permissions granted, trailing-newline yamllint fix, deprecatedwith:block +workflow_dispatch.bumpinput dropped, and bump input forwarded into the reusable release workflow.Release plan
After merge: tag main with a signed annotated tag, push, the
skill-repo-skillreusable workflow publishes archives + SHA256SUMS with cosign + SLSA attestation, then narrative notes get applied viagh release edit ... --notes-file.