@uniswap/ai-toolkit-linear-task-utils 0.0.3 → 0.0.4
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/cli.cjs
CHANGED
|
@@ -13202,7 +13202,7 @@ function parseUpdateIssueConfig(args2) {
|
|
|
13202
13202
|
}
|
|
13203
13203
|
|
|
13204
13204
|
// packages/linear-task-utils/src/version.ts
|
|
13205
|
-
var VERSION = "0.0.
|
|
13205
|
+
var VERSION = "0.0.3";
|
|
13206
13206
|
|
|
13207
13207
|
// packages/linear-task-utils/src/cli.ts
|
|
13208
13208
|
var RED = "\x1B[0;31m";
|
|
@@ -13269,13 +13269,13 @@ UPDATE-ISSUE OPTIONS:
|
|
|
13269
13269
|
|
|
13270
13270
|
EXAMPLES:
|
|
13271
13271
|
# Query issues for Claude to work on
|
|
13272
|
-
npx @uniswap/ai-toolkit-linear-task-utils query --team "Developer AI" --label "claude" --max 3
|
|
13272
|
+
npx @uniswap/ai-toolkit-linear-task-utils@latest query --team "Developer AI" --label "claude" --max 3
|
|
13273
13273
|
|
|
13274
13274
|
# Ensure the claude label exists
|
|
13275
|
-
npx @uniswap/ai-toolkit-linear-task-utils ensure-label --team "Developer AI" --label "claude"
|
|
13275
|
+
npx @uniswap/ai-toolkit-linear-task-utils@latest ensure-label --team "Developer AI" --label "claude"
|
|
13276
13276
|
|
|
13277
13277
|
# Update issue after creating PR
|
|
13278
|
-
npx @uniswap/ai-toolkit-linear-task-utils update-issue \\
|
|
13278
|
+
npx @uniswap/ai-toolkit-linear-task-utils@latest update-issue \\
|
|
13279
13279
|
--issue-id "abc123" \\
|
|
13280
13280
|
--status "In Review" \\
|
|
13281
13281
|
--pr-url "https://github.com/org/repo/pull/123"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.0.
|
|
1
|
+
export declare const VERSION = "0.0.3";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|