@taskless/cli 0.1.1 → 0.1.2
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.
- package/dist/index.js +16 -16
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1079,7 +1079,7 @@ function bs(s) {
|
|
|
1079
1079
|
return t >= 1 && t <= 12 && n >= 1 && n <= 31;
|
|
1080
1080
|
}
|
|
1081
1081
|
const Ot = {
|
|
1082
|
-
"rules create": "2026-03-
|
|
1082
|
+
"rules create": "2026-03-02",
|
|
1083
1083
|
check: "2026-02-18"
|
|
1084
1084
|
};
|
|
1085
1085
|
function Ss(s, e) {
|
|
@@ -1158,7 +1158,7 @@ name: taskless-check
|
|
|
1158
1158
|
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".
|
|
1159
1159
|
metadata:
|
|
1160
1160
|
author: taskless
|
|
1161
|
-
version: 0.1.
|
|
1161
|
+
version: 0.1.2
|
|
1162
1162
|
commandName: taskless:check
|
|
1163
1163
|
compatibility: Designed for Agents implementing the Agent Skills specification.
|
|
1164
1164
|
---
|
|
@@ -1181,7 +1181,7 @@ name: taskless-info
|
|
|
1181
1181
|
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".
|
|
1182
1182
|
metadata:
|
|
1183
1183
|
author: taskless
|
|
1184
|
-
version: 0.1.
|
|
1184
|
+
version: 0.1.2
|
|
1185
1185
|
commandName: taskless:info
|
|
1186
1186
|
compatibility: Designed for Agents implementing the Agent Skills specification.
|
|
1187
1187
|
---
|
|
@@ -1231,7 +1231,7 @@ name: taskless-login
|
|
|
1231
1231
|
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".
|
|
1232
1232
|
metadata:
|
|
1233
1233
|
author: taskless
|
|
1234
|
-
version: 0.1.
|
|
1234
|
+
version: 0.1.2
|
|
1235
1235
|
commandName: taskless:login
|
|
1236
1236
|
compatibility: Designed for Agents implementing the Agent Skills specification.
|
|
1237
1237
|
---
|
|
@@ -1252,7 +1252,7 @@ name: taskless-logout
|
|
|
1252
1252
|
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".
|
|
1253
1253
|
metadata:
|
|
1254
1254
|
author: taskless
|
|
1255
|
-
version: 0.1.
|
|
1255
|
+
version: 0.1.2
|
|
1256
1256
|
commandName: taskless:logout
|
|
1257
1257
|
compatibility: Designed for Agents implementing the Agent Skills specification.
|
|
1258
1258
|
---
|
|
@@ -1273,7 +1273,7 @@ name: taskless-rule-create
|
|
|
1273
1273
|
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".
|
|
1274
1274
|
metadata:
|
|
1275
1275
|
author: taskless
|
|
1276
|
-
version: 0.1.
|
|
1276
|
+
version: 0.1.2
|
|
1277
1277
|
commandName: taskless:rule
|
|
1278
1278
|
compatibility: Designed for Agents implementing the Agent Skills specification.
|
|
1279
1279
|
---
|
|
@@ -1310,7 +1310,7 @@ name: taskless-rule-delete
|
|
|
1310
1310
|
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".
|
|
1311
1311
|
metadata:
|
|
1312
1312
|
author: taskless
|
|
1313
|
-
version: 0.1.
|
|
1313
|
+
version: 0.1.2
|
|
1314
1314
|
commandName: "-"
|
|
1315
1315
|
compatibility: Designed for Agents implementing the Agent Skills specification.
|
|
1316
1316
|
---
|
|
@@ -1345,7 +1345,7 @@ name: taskless-update-engine
|
|
|
1345
1345
|
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".
|
|
1346
1346
|
metadata:
|
|
1347
1347
|
author: taskless
|
|
1348
|
-
version: 0.1.
|
|
1348
|
+
version: 0.1.2
|
|
1349
1349
|
commandName: taskless:update-engine
|
|
1350
1350
|
compatibility: Designed for Agents implementing the Agent Skills specification.
|
|
1351
1351
|
---
|
|
@@ -1385,7 +1385,7 @@ tags:
|
|
|
1385
1385
|
- taskless
|
|
1386
1386
|
metadata:
|
|
1387
1387
|
author: taskless
|
|
1388
|
-
version: 0.1.
|
|
1388
|
+
version: 0.1.2
|
|
1389
1389
|
commandName: taskless:check
|
|
1390
1390
|
---
|
|
1391
1391
|
|
|
@@ -1410,7 +1410,7 @@ tags:
|
|
|
1410
1410
|
- taskless
|
|
1411
1411
|
metadata:
|
|
1412
1412
|
author: taskless
|
|
1413
|
-
version: 0.1.
|
|
1413
|
+
version: 0.1.2
|
|
1414
1414
|
commandName: taskless:info
|
|
1415
1415
|
---
|
|
1416
1416
|
|
|
@@ -1462,7 +1462,7 @@ tags:
|
|
|
1462
1462
|
- taskless
|
|
1463
1463
|
metadata:
|
|
1464
1464
|
author: taskless
|
|
1465
|
-
version: 0.1.
|
|
1465
|
+
version: 0.1.2
|
|
1466
1466
|
commandName: taskless:login
|
|
1467
1467
|
---
|
|
1468
1468
|
|
|
@@ -1485,7 +1485,7 @@ tags:
|
|
|
1485
1485
|
- taskless
|
|
1486
1486
|
metadata:
|
|
1487
1487
|
author: taskless
|
|
1488
|
-
version: 0.1.
|
|
1488
|
+
version: 0.1.2
|
|
1489
1489
|
commandName: taskless:logout
|
|
1490
1490
|
---
|
|
1491
1491
|
|
|
@@ -1508,7 +1508,7 @@ tags:
|
|
|
1508
1508
|
- taskless
|
|
1509
1509
|
metadata:
|
|
1510
1510
|
author: taskless
|
|
1511
|
-
version: 0.1.
|
|
1511
|
+
version: 0.1.2
|
|
1512
1512
|
commandName: taskless:rule
|
|
1513
1513
|
---
|
|
1514
1514
|
|
|
@@ -1547,7 +1547,7 @@ tags:
|
|
|
1547
1547
|
- taskless
|
|
1548
1548
|
metadata:
|
|
1549
1549
|
author: taskless
|
|
1550
|
-
version: 0.1.
|
|
1550
|
+
version: 0.1.2
|
|
1551
1551
|
commandName: taskless:update-engine
|
|
1552
1552
|
---
|
|
1553
1553
|
|
|
@@ -6192,7 +6192,7 @@ const Br = {
|
|
|
6192
6192
|
console.log(
|
|
6193
6193
|
JSON.stringify({
|
|
6194
6194
|
success: !0,
|
|
6195
|
-
version: "0.1.
|
|
6195
|
+
version: "0.1.2",
|
|
6196
6196
|
tools: t,
|
|
6197
6197
|
loggedIn: n !== void 0,
|
|
6198
6198
|
auth: i
|
|
@@ -6927,7 +6927,7 @@ Re-run \`taskless update-engine\` to create a new one.`
|
|
|
6927
6927
|
}, go = {
|
|
6928
6928
|
meta: {
|
|
6929
6929
|
name: "taskless",
|
|
6930
|
-
version: "0.1.
|
|
6930
|
+
version: "0.1.2",
|
|
6931
6931
|
description: "Taskless CLI"
|
|
6932
6932
|
},
|
|
6933
6933
|
args: {
|