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
12 changes: 0 additions & 12 deletions .changeset/detect-help-topic.md

This file was deleted.

2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@taskless/skills",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"repository": "taskless/skills.git",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taskless/cli",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion skills/taskless/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---
Expand Down
Loading