Skip to content

chore(release): v1.4.0#15

Merged
CybotTM merged 1 commit into
mainfrom
release/v1.4.0
May 15, 2026
Merged

chore(release): v1.4.0#15
CybotTM merged 1 commit into
mainfrom
release/v1.4.0

Conversation

@CybotTM
Copy link
Copy Markdown
Member

@CybotTM CybotTM commented May 15, 2026

Release v1.4.0

Minor release. Bumps .claude-plugin/plugin.json and skills/data-tools/SKILL.md frontmatter metadata.version from 1.3.1 to 1.4.0. Picks up seven commits since v1.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 new mlr-cookbook.md reference 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, deprecated with: block + workflow_dispatch.bump input 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-skill reusable workflow publishes archives + SHA256SUMS with cosign + SLSA attestation, then narrative notes get applied via gh release edit ... --notes-file.

Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
Copilot AI review requested due to automatic review settings May 15, 2026 11:37
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Dependency Review

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

Scanned Files

None

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

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"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The allowed-tools list (line 10) is missing Bash(qsv:*), although qsv is listed as a supported tool in the description and compatibility sections. Since this is a release (v1.4.0), please ensure all supported tools are correctly permitted to allow the agent to use them.

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

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.1 to 1.4.0.
  • Bumps the Claude plugin manifest version from 1.3.1 to 1.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.

@CybotTM CybotTM merged commit 82df183 into main May 15, 2026
18 checks passed
@CybotTM CybotTM deleted the release/v1.4.0 branch May 15, 2026 11:45
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