From 7e4ec2808c9c34dae33a13711eacaf234e42b5b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 06:28:16 +0000 Subject: [PATCH] chore: version packages --- .changeset/detect-help-topic.md | 12 ------------ .claude-plugin/plugin.json | 2 +- package.json | 2 +- packages/cli/CHANGELOG.md | 13 +++++++++++++ packages/cli/package.json | 2 +- skills/taskless/SKILL.md | 2 +- 6 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 .changeset/detect-help-topic.md diff --git a/.changeset/detect-help-topic.md b/.changeset/detect-help-topic.md deleted file mode 100644 index fe28501..0000000 --- a/.changeset/detect-help-topic.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@taskless/cli": patch ---- - -Add a help recipe for the `detect` command. - -`detect` is a registered subcommand, so it appeared in the `taskless help` -topic index — but `taskless help detect` had no backing `detect.txt` and fell -through to "Unknown command", exiting 1. Every other registered command already -had a matching help file; `detect` was the lone gap. The new recipe documents -the `--json` output shape (linters, languages, ruleStyles) and cross-links to -the `route`/`existing` authoring flow that consumes it. diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 2770ca1..b114c7c 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "taskless", "description": "Taskless skills for code quality rules, authentication, and project management", - "version": "0.10.0", + "version": "0.10.1", "author": { "name": "Taskless" }, diff --git a/package.json b/package.json index 2188762..6760997 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@taskless/skills", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "repository": "taskless/skills.git", "scripts": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f113e69..3b67425 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @taskless/cli +## 0.10.1 + +### Patch Changes + +- 53b2d30: Add a help recipe for the `detect` command. + + `detect` is a registered subcommand, so it appeared in the `taskless help` + topic index — but `taskless help detect` had no backing `detect.txt` and fell + through to "Unknown command", exiting 1. Every other registered command already + had a matching help file; `detect` was the lone gap. The new recipe documents + the `--json` output shape (linters, languages, ruleStyles) and cross-links to + the `route`/`existing` authoring flow that consumes it. + ## 0.10.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index b2c8f67..b7c7d48 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@taskless/cli", - "version": "0.10.0", + "version": "0.10.1", "license": "MIT", "repository": { "type": "git", diff --git a/skills/taskless/SKILL.md b/skills/taskless/SKILL.md index 935a65e..19b6a83 100644 --- a/skills/taskless/SKILL.md +++ b/skills/taskless/SKILL.md @@ -20,7 +20,7 @@ description: | `taskless help route`; it does NOT suppress the skill. metadata: author: taskless - version: 0.10.0 + version: 0.10.1 commandName: tskl compatibility: Designed for Agents implementing the Agent Skills specification. ---