claude-task-worker 0.57.0 → 0.59.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
|
-
// red (H0
|
|
3801
|
-
{ name: "cc-fix-onetime", color: "
|
|
3802
|
-
//
|
|
3803
|
-
{ name: "cc-resolve-conflict", color: "
|
|
3804
|
-
//
|
|
3805
|
-
{ name: "cc-update-issue", color: "
|
|
3806
|
-
//
|
|
3807
|
-
{ name: "cc-in-progress", color: "
|
|
3808
|
-
//
|
|
3809
|
-
{ name: "cc-release-ready", color: "
|
|
3810
|
-
// green (
|
|
3811
|
-
{ name: "cc-pr-created", color: "
|
|
3812
|
-
// blue (
|
|
3813
|
-
{ name: "cc-issue-created", color: "
|
|
3814
|
-
//
|
|
3815
|
-
{ name: "cc-triage-scope", color: "
|
|
3816
|
-
//
|
|
3817
|
-
{ name: "cc-answer-issue-questions", color: "
|
|
3818
|
-
//
|
|
3819
|
-
{ name: "cc-exec-issue", color: "
|
|
3820
|
-
//
|
|
3821
|
-
{ name: "cc-epic-issue", color: "
|
|
3822
|
-
//
|
|
3823
|
-
{ name: "cc-create-ui-design", color: "
|
|
3824
|
-
//
|
|
3825
|
-
{ name: "cc-ui-design", color: "
|
|
3826
|
-
//
|
|
3827
|
-
{ name: "cc-ui-design-pr-created", color: "
|
|
3828
|
-
//
|
|
3829
|
-
{ name: "cc-ui-design-ready", color: "
|
|
3830
|
-
//
|
|
3799
|
+
{ name: "cc-need-human-check", color: "da0b0b" },
|
|
3800
|
+
// vivid red (H0 S90 L45 / L*46 C*90)
|
|
3801
|
+
{ name: "cc-fix-onetime", color: "f5a542" },
|
|
3802
|
+
// vivid orange (H33 S90 L61 / L*74 C*64)
|
|
3803
|
+
{ name: "cc-resolve-conflict", color: "e90c59" },
|
|
3804
|
+
// vivid crimson (H339 S90 L48 / L*50 C*79)
|
|
3805
|
+
{ name: "cc-update-issue", color: "1af9d8" },
|
|
3806
|
+
// vivid turquoise (H171 S95 L54 / L*88 C*56)
|
|
3807
|
+
{ name: "cc-in-progress", color: "5a3dff" },
|
|
3808
|
+
// vivid indigo (H249 S100 L62 / L*42 C*111)
|
|
3809
|
+
{ name: "cc-release-ready", color: "3dff64" },
|
|
3810
|
+
// vivid green (H132 S100 L62 / L*89 C*97)
|
|
3811
|
+
{ name: "cc-pr-created", color: "0073d1" },
|
|
3812
|
+
// vivid blue (H207 S100 L41 / L*48 C*57)
|
|
3813
|
+
{ name: "cc-issue-created", color: "9e6700" },
|
|
3814
|
+
// vivid bronze (H39 S100 L31 / L*48 C*58)
|
|
3815
|
+
{ name: "cc-triage-scope", color: "d9dde3" },
|
|
3816
|
+
// light gray (H213 S15 L87 / L*88 C*3)
|
|
3817
|
+
{ name: "cc-answer-issue-questions", color: "cb0bd5" },
|
|
3818
|
+
// vivid magenta (H297 S90 L44 / L*49 C*100)
|
|
3819
|
+
{ name: "cc-exec-issue", color: "078834" },
|
|
3820
|
+
// vivid emerald (H141 S90 L28 / L*49 C*61)
|
|
3821
|
+
{ name: "cc-epic-issue", color: "ffeb33" },
|
|
3822
|
+
// vivid yellow (H54 S100 L60 / L*92 C*84)
|
|
3823
|
+
{ name: "cc-create-ui-design", color: "760891" },
|
|
3824
|
+
// vivid purple (H288 S90 L30 / L*30 C*76)
|
|
3825
|
+
{ name: "cc-ui-design", color: "98c70a" },
|
|
3826
|
+
// vivid lime (H75 S90 L41 / L*75 C*82)
|
|
3827
|
+
{ name: "cc-ui-design-pr-created", color: "00398f" },
|
|
3828
|
+
// vivid navy (H216 S100 L28 / L*26 C*56)
|
|
3829
|
+
{ name: "cc-ui-design-ready", color: "9f0459" }
|
|
3830
|
+
// vivid wine (H327 S95 L32 / L*34 C*60)
|
|
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
|