claude-task-worker 0.59.0 → 0.60.0
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 +32 -32
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3796,38 +3796,38 @@ async function ensureCodegraphGitIgnore(logPrefix) {
|
|
|
3796
3796
|
|
|
3797
3797
|
// src/commands/init.ts
|
|
3798
3798
|
var LABELS = [
|
|
3799
|
-
{ name: "cc-need-human-check", color: "
|
|
3800
|
-
// vivid red (
|
|
3801
|
-
{ name: "cc-fix-onetime", color: "
|
|
3802
|
-
// vivid
|
|
3803
|
-
{ name: "cc-resolve-conflict", color: "
|
|
3804
|
-
// vivid
|
|
3805
|
-
{ name: "cc-update-issue", color: "
|
|
3806
|
-
// vivid
|
|
3807
|
-
{ name: "cc-in-progress", color: "
|
|
3808
|
-
// vivid
|
|
3809
|
-
{ name: "cc-release-ready", color: "
|
|
3810
|
-
// vivid
|
|
3811
|
-
{ name: "cc-pr-created", color: "
|
|
3812
|
-
// vivid
|
|
3813
|
-
{ name: "cc-issue-created", color: "
|
|
3814
|
-
// vivid
|
|
3815
|
-
{ name: "cc-triage-scope", color: "
|
|
3816
|
-
//
|
|
3817
|
-
{ name: "cc-answer-issue-questions", color: "
|
|
3818
|
-
// vivid
|
|
3819
|
-
{ name: "cc-exec-issue", color: "
|
|
3820
|
-
// vivid
|
|
3821
|
-
{ name: "cc-epic-issue", color: "
|
|
3822
|
-
// vivid
|
|
3823
|
-
{ name: "cc-create-ui-design", color: "
|
|
3824
|
-
// vivid
|
|
3825
|
-
{ name: "cc-ui-design", color: "
|
|
3826
|
-
// vivid
|
|
3827
|
-
{ name: "cc-ui-design-pr-created", color: "
|
|
3828
|
-
// vivid
|
|
3829
|
-
{ name: "cc-ui-design-ready", color: "
|
|
3830
|
-
// vivid
|
|
3799
|
+
{ name: "cc-need-human-check", color: "eb1700" },
|
|
3800
|
+
// vivid red (H6 S100 L46 / L*50 C*97)
|
|
3801
|
+
{ name: "cc-fix-onetime", color: "960837" },
|
|
3802
|
+
// vivid wine red (H340 S90 L31 / L*32 C*56)
|
|
3803
|
+
{ name: "cc-resolve-conflict", color: "6e7e07" },
|
|
3804
|
+
// vivid olive (H68 S90 L26 / L*50 C*57)
|
|
3805
|
+
{ name: "cc-update-issue", color: "fff700" },
|
|
3806
|
+
// vivid yellow (H58 S100 L50 / L*95 C*95)
|
|
3807
|
+
{ name: "cc-in-progress", color: "14ed0c" },
|
|
3808
|
+
// vivid green (H118 S90 L49 / L*82 C*112)
|
|
3809
|
+
{ name: "cc-release-ready", color: "00328a" },
|
|
3810
|
+
// vivid navy (H218 S100 L27 / L*24 C*58)
|
|
3811
|
+
{ name: "cc-pr-created", color: "df0c7c" },
|
|
3812
|
+
// vivid magenta (H328 S90 L46 / L*49 C*77)
|
|
3813
|
+
{ name: "cc-issue-created", color: "ffa347" },
|
|
3814
|
+
// vivid orange (H30 S100 L64 / L*75 C*66)
|
|
3815
|
+
{ name: "cc-triage-scope", color: "ffffff" },
|
|
3816
|
+
// white (L*100 C*0)
|
|
3817
|
+
{ name: "cc-answer-issue-questions", color: "077e2e" },
|
|
3818
|
+
// vivid dark green (H140 S90 L26 / L*46 C*58)
|
|
3819
|
+
{ name: "cc-exec-issue", color: "74089b" },
|
|
3820
|
+
// vivid purple (H284 S90 L32 / L*30 C*80)
|
|
3821
|
+
{ name: "cc-epic-issue", color: "0fffdf" },
|
|
3822
|
+
// vivid turquoise (H172 S100 L53 / L*90 C*57)
|
|
3823
|
+
{ name: "cc-create-ui-design", color: "002aff" },
|
|
3824
|
+
// vivid blue (H230 S100 L50 / L*36 C*123)
|
|
3825
|
+
{ name: "cc-ui-design", color: "ffc524" },
|
|
3826
|
+
// vivid amber (H44 S100 L57 / L*83 C*79)
|
|
3827
|
+
{ name: "cc-ui-design-pr-created", color: "947100" },
|
|
3828
|
+
// vivid bronze (H46 S100 L29 / L*50 C*56)
|
|
3829
|
+
{ name: "cc-ui-design-ready", color: "0c73e9" }
|
|
3830
|
+
// vivid azure (H212 S90 L48 / L*50 C*69)
|
|
3831
3831
|
];
|
|
3832
3832
|
var ISSUE_TEMPLATE = `name: "[claude-task-worker] Issue\u4F5C\u6210\u4F9D\u983C"
|
|
3833
3833
|
description: claude-task-worker\u3067GitHub Issue\u3092\u4F5C\u6210\u3059\u308B
|