@taskless/cli 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +13 -13
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1164,7 +1164,7 @@ name: taskless-check
1164
1164
  description: Checks a repository using the Taskless rules via the CLI. Use when the user wants to run a check, test rules, or validate code against taskless rules. Trigger on "check my code", "run taskless check", "test my rules", or "validate with taskless".
1165
1165
  metadata:
1166
1166
  author: taskless
1167
- version: 0.0.6
1167
+ version: 0.0.7
1168
1168
  commandName: taskless:check
1169
1169
  compatibility: Designed for Agents implementing the Agent Skills specification.
1170
1170
  ---
@@ -1187,7 +1187,7 @@ name: taskless-info
1187
1187
  description: Confirms that the Taskless skills plugin is installed and working. Use when the user wants to verify their Taskless setup, check plugin status, test the connection, or run a health check. Trigger on "is taskless working", "check taskless", "taskless status", or "taskless info".
1188
1188
  metadata:
1189
1189
  author: taskless
1190
- version: 0.0.6
1190
+ version: 0.0.7
1191
1191
  commandName: taskless:info
1192
1192
  compatibility: Designed for Agents implementing the Agent Skills specification.
1193
1193
  ---
@@ -1237,7 +1237,7 @@ name: taskless-login
1237
1237
  description: Explains how to authenticate with Taskless. Use when the user wants to log in, authenticate, connect their account, or set up credentials. Trigger on "taskless login", "authenticate taskless", "taskless auth", or "connect to taskless".
1238
1238
  metadata:
1239
1239
  author: taskless
1240
- version: 0.0.6
1240
+ version: 0.0.7
1241
1241
  commandName: taskless:login
1242
1242
  compatibility: Designed for Agents implementing the Agent Skills specification.
1243
1243
  ---
@@ -1258,7 +1258,7 @@ name: taskless-logout
1258
1258
  description: Explains how to remove saved Taskless authentication. Use when the user wants to log out, disconnect, remove credentials, or clear their Taskless session. Trigger on "taskless logout", "disconnect taskless", or "remove taskless auth".
1259
1259
  metadata:
1260
1260
  author: taskless
1261
- version: 0.0.6
1261
+ version: 0.0.7
1262
1262
  commandName: taskless:logout
1263
1263
  compatibility: Designed for Agents implementing the Agent Skills specification.
1264
1264
  ---
@@ -1279,7 +1279,7 @@ name: taskless-rule-create
1279
1279
  description: Creates a new Taskless rule from a description. Use when the user wants to create a rule, add a lint rule, define a code pattern to detect, or generate an ast-grep rule. Trigger on "create a rule", "add a taskless rule", "new rule for", or "detect this pattern".
1280
1280
  metadata:
1281
1281
  author: taskless
1282
- version: 0.0.6
1282
+ version: 0.0.7
1283
1283
  commandName: taskless:rule
1284
1284
  compatibility: Designed for Agents implementing the Agent Skills specification.
1285
1285
  ---
@@ -1313,7 +1313,7 @@ name: taskless-rule-delete
1313
1313
  description: Deletes a Taskless rule and its test files. Use when the user wants to remove a rule, delete a lint rule, or clean up an unwanted rule. Trigger on "delete rule", "remove taskless rule", "delete this rule", or "remove rule".
1314
1314
  metadata:
1315
1315
  author: taskless
1316
- version: 0.0.6
1316
+ version: 0.0.7
1317
1317
  commandName: "-"
1318
1318
  compatibility: Designed for Agents implementing the Agent Skills specification.
1319
1319
  ---
@@ -1351,7 +1351,7 @@ tags:
1351
1351
  - taskless
1352
1352
  metadata:
1353
1353
  author: taskless
1354
- version: 0.0.6
1354
+ version: 0.0.7
1355
1355
  commandName: taskless:check
1356
1356
  ---
1357
1357
 
@@ -1376,7 +1376,7 @@ tags:
1376
1376
  - taskless
1377
1377
  metadata:
1378
1378
  author: taskless
1379
- version: 0.0.6
1379
+ version: 0.0.7
1380
1380
  commandName: taskless:info
1381
1381
  ---
1382
1382
 
@@ -1428,7 +1428,7 @@ tags:
1428
1428
  - taskless
1429
1429
  metadata:
1430
1430
  author: taskless
1431
- version: 0.0.6
1431
+ version: 0.0.7
1432
1432
  commandName: taskless:login
1433
1433
  ---
1434
1434
 
@@ -1451,7 +1451,7 @@ tags:
1451
1451
  - taskless
1452
1452
  metadata:
1453
1453
  author: taskless
1454
- version: 0.0.6
1454
+ version: 0.0.7
1455
1455
  commandName: taskless:logout
1456
1456
  ---
1457
1457
 
@@ -1474,7 +1474,7 @@ tags:
1474
1474
  - taskless
1475
1475
  metadata:
1476
1476
  author: taskless
1477
- version: 0.0.6
1477
+ version: 0.0.7
1478
1478
  commandName: taskless:rule
1479
1479
  ---
1480
1480
 
@@ -6114,7 +6114,7 @@ const xo = {
6114
6114
  console.log(
6115
6115
  JSON.stringify({
6116
6116
  success: !0,
6117
- version: "0.0.6",
6117
+ version: "0.0.7",
6118
6118
  tools: t,
6119
6119
  loggedIn: n !== void 0,
6120
6120
  auth: i
@@ -6660,7 +6660,7 @@ const cr = 15e3, ur = {
6660
6660
  }, dr = {
6661
6661
  meta: {
6662
6662
  name: "taskless",
6663
- version: "0.0.6",
6663
+ version: "0.0.7",
6664
6664
  description: "Taskless CLI"
6665
6665
  },
6666
6666
  args: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taskless/cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",