Skip to content
Open
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/info-json-onboarded.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.11.1",
"version": "0.11.2",
"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.11.1",
"version": "0.11.2",
"license": "MIT",
"repository": "taskless/cli.git",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @taskless/cli

## 0.11.2

[Compare with v0.11.1](https://github.com/taskless/cli/compare/v0.11.1...v0.11.2)

### Patch Changes

- 2d088fa: `info --json` now includes `install.onboarded`, matching the field the
`onboard` recipe already instructs agents to read from that command. Before
this, the field was written to `.taskless/taskless.json` and enforced by
`onboard`'s own gate, but omitted from the `info --json` payload, so an agent
following the recipe read `undefined` and re-ran a full discovery pass on a
project that had already onboarded. A manifest that omits the field now
reports `onboarded: false`, matching the strict-equality gate `onboard`
itself applies, rather than `null` or leaving the key out.

## 0.11.1

[Compare with v0.11.0](https://github.com/taskless/cli/compare/v0.11.0...v0.11.1)
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.11.1",
"version": "0.11.2",
"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: |
`npx @taskless/cli agent route`; it does NOT suppress the skill.
metadata:
author: taskless
version: 0.11.1
version: 0.11.2
commandName: tskl
compatibility: Designed for Agents implementing the Agent Skills specification.
---
Expand Down