Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.

"description": "Structured data manipulation with jq, yq, dasel, qsv, and mlr for JSON, JSONL, YAML, TOML, XML, and CSV processing",
"repository": "https://github.com/netresearch/data-tools-skill",
"license": "(MIT AND CC-BY-SA-4.0)",
Expand Down
2 changes: 1 addition & 1 deletion skills/data-tools/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0"
compatibility: "Requires jq, yq. Optional: dasel, qsv, mlr."
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.

repository: https://github.com/netresearch/data-tools-skill
allowed-tools: Bash(jq:*) Bash(yq:*) Bash(dasel:*) Bash(mlr:*) Read Write
---
Expand Down
Loading