@taskless/cli 0.1.4 → 0.1.5

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 +17 -17
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1171,7 +1171,7 @@ name: use-taskless-check
1171
1171
  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".
1172
1172
  metadata:
1173
1173
  author: taskless
1174
- version: 0.1.4
1174
+ version: 0.1.5
1175
1175
  commandName: taskless:check
1176
1176
  compatibility: Designed for Agents implementing the Agent Skills specification.
1177
1177
  ---
@@ -1194,7 +1194,7 @@ name: use-taskless-info
1194
1194
  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".
1195
1195
  metadata:
1196
1196
  author: taskless
1197
- version: 0.1.4
1197
+ version: 0.1.5
1198
1198
  commandName: taskless:info
1199
1199
  compatibility: Designed for Agents implementing the Agent Skills specification.
1200
1200
  ---
@@ -1231,7 +1231,7 @@ When this skill is invoked, verify that the Taskless CLI is reachable and report
1231
1231
  - Suggest checking network connectivity and that npm/pnpm is available.
1232
1232
  - Show the raw error output if available.
1233
1233
 
1234
- 6. **Report if Upgrade is Required** If any installed skill is not current, include a note that an upgrade is recommended. Offer to run \`pnpm dlx @taskless/cli@latest update\` for them.
1234
+ 6. **Report if Upgrade is Required** If any installed skill is not current, include a note that an upgrade is recommended. Offer to run \`pnpm dlx @taskless/cli@latest init\` for them to reinitialize with the latest skills.
1235
1235
 
1236
1236
  ## Example Output
1237
1237
 
@@ -1244,7 +1244,7 @@ name: use-taskless-login
1244
1244
  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".
1245
1245
  metadata:
1246
1246
  author: taskless
1247
- version: 0.1.4
1247
+ version: 0.1.5
1248
1248
  commandName: taskless:login
1249
1249
  compatibility: Designed for Agents implementing the Agent Skills specification.
1250
1250
  ---
@@ -1265,7 +1265,7 @@ name: use-taskless-logout
1265
1265
  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".
1266
1266
  metadata:
1267
1267
  author: taskless
1268
- version: 0.1.4
1268
+ version: 0.1.5
1269
1269
  commandName: taskless:logout
1270
1270
  compatibility: Designed for Agents implementing the Agent Skills specification.
1271
1271
  ---
@@ -1286,7 +1286,7 @@ name: use-taskless-rule-create
1286
1286
  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".
1287
1287
  metadata:
1288
1288
  author: taskless
1289
- version: 0.1.4
1289
+ version: 0.1.5
1290
1290
  commandName: taskless:rule
1291
1291
  compatibility: Designed for Agents implementing the Agent Skills specification.
1292
1292
  ---
@@ -1365,7 +1365,7 @@ name: use-taskless-rule-delete
1365
1365
  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".
1366
1366
  metadata:
1367
1367
  author: taskless
1368
- version: 0.1.4
1368
+ version: 0.1.5
1369
1369
  commandName: "-"
1370
1370
  compatibility: Designed for Agents implementing the Agent Skills specification.
1371
1371
  ---
@@ -1400,7 +1400,7 @@ name: use-taskless-update-engine
1400
1400
  description: Requests a scaffold upgrade for the .taskless/ engine directory. Use when the user needs to update their Taskless scaffold, upgrade their engine version, or when the CLI reports a stale scaffold version. Trigger on "update engine", "upgrade taskless", "taskless update-engine", or "scaffold is out of date".
1401
1401
  metadata:
1402
1402
  author: taskless
1403
- version: 0.1.4
1403
+ version: 0.1.5
1404
1404
  commandName: taskless:update-engine
1405
1405
  compatibility: Designed for Agents implementing the Agent Skills specification.
1406
1406
  ---
@@ -1440,7 +1440,7 @@ tags:
1440
1440
  - taskless
1441
1441
  metadata:
1442
1442
  author: taskless
1443
- version: 0.1.4
1443
+ version: 0.1.5
1444
1444
  commandName: taskless:check
1445
1445
  ---
1446
1446
 
@@ -1465,7 +1465,7 @@ tags:
1465
1465
  - taskless
1466
1466
  metadata:
1467
1467
  author: taskless
1468
- version: 0.1.4
1468
+ version: 0.1.5
1469
1469
  commandName: taskless:info
1470
1470
  ---
1471
1471
 
@@ -1501,7 +1501,7 @@ When this skill is invoked, verify that the Taskless CLI is reachable and report
1501
1501
  - Suggest checking network connectivity and that npm/pnpm is available.
1502
1502
  - Show the raw error output if available.
1503
1503
 
1504
- 6. **Report if Upgrade is Required** If any installed skill is not current, include a note that an upgrade is recommended. Offer to run \`pnpm dlx @taskless/cli@latest update\` for them.
1504
+ 6. **Report if Upgrade is Required** If any installed skill is not current, include a note that an upgrade is recommended. Offer to run \`pnpm dlx @taskless/cli@latest init\` for them to reinitialize with the latest skills.
1505
1505
 
1506
1506
  ## Example Output
1507
1507
 
@@ -1517,7 +1517,7 @@ tags:
1517
1517
  - taskless
1518
1518
  metadata:
1519
1519
  author: taskless
1520
- version: 0.1.4
1520
+ version: 0.1.5
1521
1521
  commandName: taskless:login
1522
1522
  ---
1523
1523
 
@@ -1540,7 +1540,7 @@ tags:
1540
1540
  - taskless
1541
1541
  metadata:
1542
1542
  author: taskless
1543
- version: 0.1.4
1543
+ version: 0.1.5
1544
1544
  commandName: taskless:logout
1545
1545
  ---
1546
1546
 
@@ -1563,7 +1563,7 @@ tags:
1563
1563
  - taskless
1564
1564
  metadata:
1565
1565
  author: taskless
1566
- version: 0.1.4
1566
+ version: 0.1.5
1567
1567
  commandName: taskless:rule
1568
1568
  ---
1569
1569
 
@@ -1644,7 +1644,7 @@ tags:
1644
1644
  - taskless
1645
1645
  metadata:
1646
1646
  author: taskless
1647
- version: 0.1.4
1647
+ version: 0.1.5
1648
1648
  commandName: taskless:update-engine
1649
1649
  ---
1650
1650
 
@@ -6304,7 +6304,7 @@ const Jr = {
6304
6304
  console.log(
6305
6305
  JSON.stringify({
6306
6306
  success: !0,
6307
- version: "0.1.4",
6307
+ version: "0.1.5",
6308
6308
  tools: t,
6309
6309
  loggedIn: n !== void 0,
6310
6310
  auth: i
@@ -7039,7 +7039,7 @@ Re-run \`taskless update-engine\` to create a new one.`
7039
7039
  }, bo = {
7040
7040
  meta: {
7041
7041
  name: "taskless",
7042
- version: "0.1.4",
7042
+ version: "0.1.5",
7043
7043
  description: "Taskless CLI"
7044
7044
  },
7045
7045
  args: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taskless/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",