claude-task-worker 0.55.0 → 0.57.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 (
|
|
3801
|
-
{ name: "cc-fix-onetime", color: "
|
|
3802
|
-
//
|
|
3803
|
-
{ name: "cc-resolve-conflict", color: "
|
|
3804
|
-
// magenta (
|
|
3805
|
-
{ name: "cc-update-issue", color: "
|
|
3806
|
-
//
|
|
3807
|
-
{ name: "cc-in-progress", color: "
|
|
3808
|
-
// violet (
|
|
3809
|
-
{ name: "cc-release-ready", color: "
|
|
3810
|
-
//
|
|
3811
|
-
{ name: "cc-pr-created", color: "
|
|
3812
|
-
//
|
|
3813
|
-
{ name: "cc-issue-created", color: "
|
|
3814
|
-
//
|
|
3815
|
-
{ name: "cc-triage-scope", color: "
|
|
3816
|
-
//
|
|
3817
|
-
{ name: "cc-answer-issue-questions", color: "
|
|
3818
|
-
// pink (
|
|
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: "e10000" },
|
|
3800
|
+
// red (H0 S100 L44 / L*47 C*95)
|
|
3801
|
+
{ name: "cc-fix-onetime", color: "ffb400" },
|
|
3802
|
+
// amber (H42 S100 L50 / L*78 C*83)
|
|
3803
|
+
{ name: "cc-resolve-conflict", color: "c30a78" },
|
|
3804
|
+
// magenta (H324 S90 L40 / L*43 C*71)
|
|
3805
|
+
{ name: "cc-update-issue", color: "00fae6" },
|
|
3806
|
+
// cyan (H175 S100 L49 / L*89 C*53)
|
|
3807
|
+
{ name: "cc-in-progress", color: "7d6ea5" },
|
|
3808
|
+
// muted violet (H256 S23 L54 / L*50 C*33)
|
|
3809
|
+
{ name: "cc-release-ready", color: "00ff00" },
|
|
3810
|
+
// green (H120 S100 L50 / L*88 C*120)
|
|
3811
|
+
{ name: "cc-pr-created", color: "141edc" },
|
|
3812
|
+
// blue (H237 S83 L47 / L*30 C*112)
|
|
3813
|
+
{ name: "cc-issue-created", color: "783732" },
|
|
3814
|
+
// maroon (H4 S41 L33 / L*32 C*32)
|
|
3815
|
+
{ name: "cc-triage-scope", color: "5abeff" },
|
|
3816
|
+
// sky (H204 S100 L68 / L*74 C*42)
|
|
3817
|
+
{ name: "cc-answer-issue-questions", color: "ff91f5" },
|
|
3818
|
+
// pink (H305 S100 L78 / L*75 C*64)
|
|
3819
|
+
{ name: "cc-exec-issue", color: "285023" },
|
|
3820
|
+
// dark green (H113 S39 L23 / L*30 C*33)
|
|
3821
|
+
{ name: "cc-epic-issue", color: "8c6405" },
|
|
3822
|
+
// dark gold (H42 S93 L28 / L*45 C*52)
|
|
3823
|
+
{ name: "cc-create-ui-design", color: "ffa591" },
|
|
3824
|
+
// salmon (H11 S100 L78 / L*76 C*39)
|
|
3825
|
+
{ name: "cc-ui-design", color: "aab478" },
|
|
3826
|
+
// sage (H70 S29 L59 / L*71 C*32)
|
|
3827
|
+
{ name: "cc-ui-design-pr-created", color: "008273" },
|
|
3828
|
+
// teal (H173 S100 L25 / L*49 C*34)
|
|
3829
|
+
{ name: "cc-ui-design-ready", color: "0073a0" }
|
|
3830
|
+
// azure (H197 S100 L31 / L*45 C*33)
|
|
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
|