claude-task-worker 0.54.0 → 0.55.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 -36
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3796,42 +3796,38 @@ async function ensureCodegraphGitIgnore(logPrefix) {
|
|
|
3796
3796
|
|
|
3797
3797
|
// src/commands/init.ts
|
|
3798
3798
|
var LABELS = [
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
//
|
|
3809
|
-
{ name: "cc-
|
|
3810
|
-
//
|
|
3811
|
-
{ name: "cc-
|
|
3812
|
-
//
|
|
3813
|
-
{ name: "cc-
|
|
3814
|
-
//
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
//
|
|
3827
|
-
{ name: "cc-
|
|
3828
|
-
//
|
|
3829
|
-
{ name: "cc-ui-design", color: "
|
|
3830
|
-
//
|
|
3831
|
-
{ name: "cc-ui-design-pr-created", color: "f9a8d4" },
|
|
3832
|
-
// light pink
|
|
3833
|
-
{ name: "cc-ui-design-ready", color: "ff8a80" }
|
|
3834
|
-
// coral
|
|
3799
|
+
{ name: "cc-need-human-check", color: "fb6565" },
|
|
3800
|
+
// red (hue 0)
|
|
3801
|
+
{ name: "cc-fix-onetime", color: "7efccc" },
|
|
3802
|
+
// mint (hue 158)
|
|
3803
|
+
{ name: "cc-resolve-conflict", color: "fb56d1" },
|
|
3804
|
+
// magenta (hue 315)
|
|
3805
|
+
{ name: "cc-update-issue", color: "48fa2e" },
|
|
3806
|
+
// green (hue 113)
|
|
3807
|
+
{ name: "cc-in-progress", color: "ba79fc" },
|
|
3808
|
+
// violet (hue 270)
|
|
3809
|
+
{ name: "cc-release-ready", color: "e8fb60" },
|
|
3810
|
+
// yellow (hue 68)
|
|
3811
|
+
{ name: "cc-pr-created", color: "9cb4fc" },
|
|
3812
|
+
// periwinkle (hue 225)
|
|
3813
|
+
{ name: "cc-issue-created", color: "fcbd97" },
|
|
3814
|
+
// apricot (hue 23)
|
|
3815
|
+
{ name: "cc-triage-scope", color: "3dfafa" },
|
|
3816
|
+
// cyan (hue 180)
|
|
3817
|
+
{ name: "cc-answer-issue-questions", color: "fc83b0" },
|
|
3818
|
+
// pink (hue 338)
|
|
3819
|
+
{ name: "cc-exec-issue", color: "65fb8a" },
|
|
3820
|
+
// spring green (hue 135)
|
|
3821
|
+
{ name: "cc-epic-issue", color: "e656fb" },
|
|
3822
|
+
// fuchsia (hue 293)
|
|
3823
|
+
{ name: "cc-create-ui-design", color: "9cfa3d" },
|
|
3824
|
+
// chartreuse (hue 90)
|
|
3825
|
+
{ name: "cc-ui-design", color: "a397fc" },
|
|
3826
|
+
// lavender (hue 248)
|
|
3827
|
+
{ name: "cc-ui-design-pr-created", color: "fce292" },
|
|
3828
|
+
// light amber (hue 45)
|
|
3829
|
+
{ name: "cc-ui-design-ready", color: "74c9fb" }
|
|
3830
|
+
// sky (hue 203)
|
|
3835
3831
|
];
|
|
3836
3832
|
var ISSUE_TEMPLATE = `name: "[claude-task-worker] Issue\u4F5C\u6210\u4F9D\u983C"
|
|
3837
3833
|
description: claude-task-worker\u3067GitHub Issue\u3092\u4F5C\u6210\u3059\u308B
|