intention-coding 0.2.5 → 0.3.1
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/config.d.ts +6 -2
- package/dist/index.js +5957 -4488
- package/dist/services/api-test/add-tasks-to-plan.d.ts +8 -8
- package/dist/services/api-test/api-test.d.ts +4 -4
- package/dist/services/api-test/index.d.ts +14 -14
- package/dist/services/api-test/test-plan.d.ts +10 -10
- package/dist/services/api-test/update-task.d.ts +8 -8
- package/dist/services/change-summarizer/prompt/change-analysis.d.ts +1 -1
- package/dist/services/claude-code/index.d.ts +6 -6
- package/dist/services/code-generator/database-manager.d.ts +4 -4
- package/dist/services/code-generator/enhanced-tools.d.ts +12 -12
- package/dist/services/image-converter/converter.d.ts +84 -0
- package/dist/services/image-converter/index.d.ts +132 -0
- package/dist/services/index.d.ts +0 -5
- package/dist/services/integrated-generator/index.d.ts +4 -4
- package/dist/services/project-template/index.d.ts +7 -21
- package/dist/services/project-template/prompt/project-rules.d.ts +1 -0
- package/dist/services/requirement-analyzer/chunk-reader.d.ts +37 -0
- package/dist/services/requirement-analyzer/index.d.ts +30 -90
- package/dist/services/requirement-analyzer/prompt/api-template.d.ts +1 -0
- package/dist/services/requirement-analyzer/prompt/app-template.d.ts +1 -0
- package/dist/services/requirement-analyzer/prompt/enhanced-feature-extraction.d.ts +1 -0
- package/dist/services/requirement-analyzer/prompt/fallback-document.d.ts +1 -0
- package/dist/services/requirement-analyzer/prompt/feature-dependency-analysis.d.ts +1 -0
- package/dist/services/requirement-analyzer/prompt/feature-extraction.d.ts +2 -0
- package/dist/services/requirement-analyzer/prompt/pc-page-template.d.ts +1 -0
- package/dist/services/requirement-analyzer/prompt/requirement-analysis.d.ts +2 -0
- package/dist/services/requirement-analyzer/prompt/sdk-template.d.ts +1 -0
- package/dist/utils/openai.d.ts +31 -0
- package/dist/utils/pack.d.ts +1 -1
- package/package.json +4 -2
- package/dist/prompt/change-analysis.ts +0 -53
- package/dist/prompt/initialize-project-standard.xml +0 -66
- package/dist/prompt/instructions.md +0 -235
- package/dist/prompt/velocity-template-generation.xml +0 -112
- package/dist/services/requirement-analyzer/auto-trigger.d.ts +0 -1
- package/dist/services/velocity-template/index.d.ts +0 -334
- package/dist/utils/openai-service.d.ts +0 -59
|
@@ -9,15 +9,15 @@ export declare const AddTasksToPlanParams: z.ZodObject<{
|
|
|
9
9
|
body: z.ZodOptional<z.ZodString>;
|
|
10
10
|
hopeRes: z.ZodOptional<z.ZodString>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
12
13
|
url: string;
|
|
13
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
14
14
|
query?: string | undefined;
|
|
15
15
|
headers?: string | undefined;
|
|
16
16
|
body?: string | undefined;
|
|
17
17
|
hopeRes?: string | undefined;
|
|
18
18
|
}, {
|
|
19
19
|
url: string;
|
|
20
|
-
method?: "
|
|
20
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
21
21
|
query?: string | undefined;
|
|
22
22
|
headers?: string | undefined;
|
|
23
23
|
body?: string | undefined;
|
|
@@ -26,8 +26,8 @@ export declare const AddTasksToPlanParams: z.ZodObject<{
|
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
uuid: string;
|
|
28
28
|
tasks: {
|
|
29
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
29
30
|
url: string;
|
|
30
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
31
31
|
query?: string | undefined;
|
|
32
32
|
headers?: string | undefined;
|
|
33
33
|
body?: string | undefined;
|
|
@@ -37,7 +37,7 @@ export declare const AddTasksToPlanParams: z.ZodObject<{
|
|
|
37
37
|
uuid: string;
|
|
38
38
|
tasks: {
|
|
39
39
|
url: string;
|
|
40
|
-
method?: "
|
|
40
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
41
41
|
query?: string | undefined;
|
|
42
42
|
headers?: string | undefined;
|
|
43
43
|
body?: string | undefined;
|
|
@@ -58,15 +58,15 @@ export declare const addTasksToPlanTool: {
|
|
|
58
58
|
body: z.ZodOptional<z.ZodString>;
|
|
59
59
|
hopeRes: z.ZodOptional<z.ZodString>;
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
61
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
61
62
|
url: string;
|
|
62
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
63
63
|
query?: string | undefined;
|
|
64
64
|
headers?: string | undefined;
|
|
65
65
|
body?: string | undefined;
|
|
66
66
|
hopeRes?: string | undefined;
|
|
67
67
|
}, {
|
|
68
68
|
url: string;
|
|
69
|
-
method?: "
|
|
69
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
70
70
|
query?: string | undefined;
|
|
71
71
|
headers?: string | undefined;
|
|
72
72
|
body?: string | undefined;
|
|
@@ -75,8 +75,8 @@ export declare const addTasksToPlanTool: {
|
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
76
|
uuid: string;
|
|
77
77
|
tasks: {
|
|
78
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
78
79
|
url: string;
|
|
79
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
80
80
|
query?: string | undefined;
|
|
81
81
|
headers?: string | undefined;
|
|
82
82
|
body?: string | undefined;
|
|
@@ -86,7 +86,7 @@ export declare const addTasksToPlanTool: {
|
|
|
86
86
|
uuid: string;
|
|
87
87
|
tasks: {
|
|
88
88
|
url: string;
|
|
89
|
-
method?: "
|
|
89
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
90
90
|
query?: string | undefined;
|
|
91
91
|
headers?: string | undefined;
|
|
92
92
|
body?: string | undefined;
|
|
@@ -6,14 +6,14 @@ export declare const ApiTestParams: z.ZodObject<{
|
|
|
6
6
|
headers: z.ZodOptional<z.ZodString>;
|
|
7
7
|
body: z.ZodOptional<z.ZodString>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
9
10
|
url: string;
|
|
10
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
11
11
|
query?: string | undefined;
|
|
12
12
|
headers?: string | undefined;
|
|
13
13
|
body?: string | undefined;
|
|
14
14
|
}, {
|
|
15
15
|
url: string;
|
|
16
|
-
method?: "
|
|
16
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
17
17
|
query?: string | undefined;
|
|
18
18
|
headers?: string | undefined;
|
|
19
19
|
body?: string | undefined;
|
|
@@ -38,14 +38,14 @@ export declare const apiTestTool: {
|
|
|
38
38
|
headers: z.ZodOptional<z.ZodString>;
|
|
39
39
|
body: z.ZodOptional<z.ZodString>;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
41
42
|
url: string;
|
|
42
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
43
43
|
query?: string | undefined;
|
|
44
44
|
headers?: string | undefined;
|
|
45
45
|
body?: string | undefined;
|
|
46
46
|
}, {
|
|
47
47
|
url: string;
|
|
48
|
-
method?: "
|
|
48
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
49
49
|
query?: string | undefined;
|
|
50
50
|
headers?: string | undefined;
|
|
51
51
|
body?: string | undefined;
|
|
@@ -16,14 +16,14 @@ export declare const apiTestTools: ({
|
|
|
16
16
|
headers: import("zod").ZodOptional<import("zod").ZodString>;
|
|
17
17
|
body: import("zod").ZodOptional<import("zod").ZodString>;
|
|
18
18
|
}, "strip", import("zod").ZodTypeAny, {
|
|
19
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
20
|
url: string;
|
|
20
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
21
21
|
query?: string | undefined;
|
|
22
22
|
headers?: string | undefined;
|
|
23
23
|
body?: string | undefined;
|
|
24
24
|
}, {
|
|
25
25
|
url: string;
|
|
26
|
-
method?: "
|
|
26
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
27
27
|
query?: string | undefined;
|
|
28
28
|
headers?: string | undefined;
|
|
29
29
|
body?: string | undefined;
|
|
@@ -59,15 +59,15 @@ export declare const apiTestTools: ({
|
|
|
59
59
|
body: import("zod").ZodOptional<import("zod").ZodString>;
|
|
60
60
|
hopeRes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
61
61
|
}, "strip", import("zod").ZodTypeAny, {
|
|
62
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
62
63
|
url: string;
|
|
63
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
64
64
|
query?: string | undefined;
|
|
65
65
|
headers?: string | undefined;
|
|
66
66
|
body?: string | undefined;
|
|
67
67
|
hopeRes?: string | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
url: string;
|
|
70
|
-
method?: "
|
|
70
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
71
71
|
query?: string | undefined;
|
|
72
72
|
headers?: string | undefined;
|
|
73
73
|
body?: string | undefined;
|
|
@@ -76,8 +76,8 @@ export declare const apiTestTools: ({
|
|
|
76
76
|
}, "strip", import("zod").ZodTypeAny, {
|
|
77
77
|
planName: string;
|
|
78
78
|
tasks: {
|
|
79
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
79
80
|
url: string;
|
|
80
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
81
81
|
query?: string | undefined;
|
|
82
82
|
headers?: string | undefined;
|
|
83
83
|
body?: string | undefined;
|
|
@@ -87,7 +87,7 @@ export declare const apiTestTools: ({
|
|
|
87
87
|
planName: string;
|
|
88
88
|
tasks: {
|
|
89
89
|
url: string;
|
|
90
|
-
method?: "
|
|
90
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
91
91
|
query?: string | undefined;
|
|
92
92
|
headers?: string | undefined;
|
|
93
93
|
body?: string | undefined;
|
|
@@ -130,15 +130,15 @@ export declare const apiTestTools: ({
|
|
|
130
130
|
body: import("zod").ZodOptional<import("zod").ZodString>;
|
|
131
131
|
hopeRes: import("zod").ZodOptional<import("zod").ZodString>;
|
|
132
132
|
}, "strip", import("zod").ZodTypeAny, {
|
|
133
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
133
134
|
url: string;
|
|
134
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
135
135
|
query?: string | undefined;
|
|
136
136
|
headers?: string | undefined;
|
|
137
137
|
body?: string | undefined;
|
|
138
138
|
hopeRes?: string | undefined;
|
|
139
139
|
}, {
|
|
140
140
|
url: string;
|
|
141
|
-
method?: "
|
|
141
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
142
142
|
query?: string | undefined;
|
|
143
143
|
headers?: string | undefined;
|
|
144
144
|
body?: string | undefined;
|
|
@@ -147,8 +147,8 @@ export declare const apiTestTools: ({
|
|
|
147
147
|
}, "strip", import("zod").ZodTypeAny, {
|
|
148
148
|
uuid: string;
|
|
149
149
|
tasks: {
|
|
150
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
150
151
|
url: string;
|
|
151
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
152
152
|
query?: string | undefined;
|
|
153
153
|
headers?: string | undefined;
|
|
154
154
|
body?: string | undefined;
|
|
@@ -158,7 +158,7 @@ export declare const apiTestTools: ({
|
|
|
158
158
|
uuid: string;
|
|
159
159
|
tasks: {
|
|
160
160
|
url: string;
|
|
161
|
-
method?: "
|
|
161
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
162
162
|
query?: string | undefined;
|
|
163
163
|
headers?: string | undefined;
|
|
164
164
|
body?: string | undefined;
|
|
@@ -216,9 +216,9 @@ export declare const apiTestTools: ({
|
|
|
216
216
|
completed: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
217
217
|
}, "strip", import("zod").ZodTypeAny, {
|
|
218
218
|
status?: string | undefined;
|
|
219
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
219
220
|
completed?: boolean | undefined;
|
|
220
221
|
url?: string | undefined;
|
|
221
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
222
222
|
query?: string | undefined;
|
|
223
223
|
headers?: string | undefined;
|
|
224
224
|
body?: string | undefined;
|
|
@@ -228,9 +228,9 @@ export declare const apiTestTools: ({
|
|
|
228
228
|
suggest?: string | undefined;
|
|
229
229
|
}, {
|
|
230
230
|
status?: string | undefined;
|
|
231
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
231
232
|
completed?: boolean | undefined;
|
|
232
233
|
url?: string | undefined;
|
|
233
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
234
234
|
query?: string | undefined;
|
|
235
235
|
headers?: string | undefined;
|
|
236
236
|
body?: string | undefined;
|
|
@@ -243,9 +243,9 @@ export declare const apiTestTools: ({
|
|
|
243
243
|
uuid: string;
|
|
244
244
|
updateData: {
|
|
245
245
|
status?: string | undefined;
|
|
246
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
246
247
|
completed?: boolean | undefined;
|
|
247
248
|
url?: string | undefined;
|
|
248
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
249
249
|
query?: string | undefined;
|
|
250
250
|
headers?: string | undefined;
|
|
251
251
|
body?: string | undefined;
|
|
@@ -258,9 +258,9 @@ export declare const apiTestTools: ({
|
|
|
258
258
|
uuid: string;
|
|
259
259
|
updateData: {
|
|
260
260
|
status?: string | undefined;
|
|
261
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
261
262
|
completed?: boolean | undefined;
|
|
262
263
|
url?: string | undefined;
|
|
263
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
264
264
|
query?: string | undefined;
|
|
265
265
|
headers?: string | undefined;
|
|
266
266
|
body?: string | undefined;
|
|
@@ -7,15 +7,15 @@ export declare const TestTaskSchema: z.ZodObject<{
|
|
|
7
7
|
body: z.ZodOptional<z.ZodString>;
|
|
8
8
|
hopeRes: z.ZodOptional<z.ZodString>;
|
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
10
11
|
url: string;
|
|
11
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
12
12
|
query?: string | undefined;
|
|
13
13
|
headers?: string | undefined;
|
|
14
14
|
body?: string | undefined;
|
|
15
15
|
hopeRes?: string | undefined;
|
|
16
16
|
}, {
|
|
17
17
|
url: string;
|
|
18
|
-
method?: "
|
|
18
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
19
19
|
query?: string | undefined;
|
|
20
20
|
headers?: string | undefined;
|
|
21
21
|
body?: string | undefined;
|
|
@@ -31,15 +31,15 @@ export declare const CreateTestPlanParams: z.ZodObject<{
|
|
|
31
31
|
body: z.ZodOptional<z.ZodString>;
|
|
32
32
|
hopeRes: z.ZodOptional<z.ZodString>;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
34
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
34
35
|
url: string;
|
|
35
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
36
36
|
query?: string | undefined;
|
|
37
37
|
headers?: string | undefined;
|
|
38
38
|
body?: string | undefined;
|
|
39
39
|
hopeRes?: string | undefined;
|
|
40
40
|
}, {
|
|
41
41
|
url: string;
|
|
42
|
-
method?: "
|
|
42
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
43
43
|
query?: string | undefined;
|
|
44
44
|
headers?: string | undefined;
|
|
45
45
|
body?: string | undefined;
|
|
@@ -48,8 +48,8 @@ export declare const CreateTestPlanParams: z.ZodObject<{
|
|
|
48
48
|
}, "strip", z.ZodTypeAny, {
|
|
49
49
|
planName: string;
|
|
50
50
|
tasks: {
|
|
51
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
51
52
|
url: string;
|
|
52
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
53
53
|
query?: string | undefined;
|
|
54
54
|
headers?: string | undefined;
|
|
55
55
|
body?: string | undefined;
|
|
@@ -59,7 +59,7 @@ export declare const CreateTestPlanParams: z.ZodObject<{
|
|
|
59
59
|
planName: string;
|
|
60
60
|
tasks: {
|
|
61
61
|
url: string;
|
|
62
|
-
method?: "
|
|
62
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
63
63
|
query?: string | undefined;
|
|
64
64
|
headers?: string | undefined;
|
|
65
65
|
body?: string | undefined;
|
|
@@ -80,15 +80,15 @@ export declare const createTestPlanTool: {
|
|
|
80
80
|
body: z.ZodOptional<z.ZodString>;
|
|
81
81
|
hopeRes: z.ZodOptional<z.ZodString>;
|
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
|
83
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
83
84
|
url: string;
|
|
84
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
85
85
|
query?: string | undefined;
|
|
86
86
|
headers?: string | undefined;
|
|
87
87
|
body?: string | undefined;
|
|
88
88
|
hopeRes?: string | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
url: string;
|
|
91
|
-
method?: "
|
|
91
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
92
92
|
query?: string | undefined;
|
|
93
93
|
headers?: string | undefined;
|
|
94
94
|
body?: string | undefined;
|
|
@@ -97,8 +97,8 @@ export declare const createTestPlanTool: {
|
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
98
|
planName: string;
|
|
99
99
|
tasks: {
|
|
100
|
+
method: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
100
101
|
url: string;
|
|
101
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
102
102
|
query?: string | undefined;
|
|
103
103
|
headers?: string | undefined;
|
|
104
104
|
body?: string | undefined;
|
|
@@ -108,7 +108,7 @@ export declare const createTestPlanTool: {
|
|
|
108
108
|
planName: string;
|
|
109
109
|
tasks: {
|
|
110
110
|
url: string;
|
|
111
|
-
method?: "
|
|
111
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
112
112
|
query?: string | undefined;
|
|
113
113
|
headers?: string | undefined;
|
|
114
114
|
body?: string | undefined;
|
|
@@ -15,9 +15,9 @@ export declare const UpdateTaskParams: z.ZodObject<{
|
|
|
15
15
|
completed: z.ZodOptional<z.ZodBoolean>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
17
|
status?: string | undefined;
|
|
18
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
18
19
|
completed?: boolean | undefined;
|
|
19
20
|
url?: string | undefined;
|
|
20
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
21
21
|
query?: string | undefined;
|
|
22
22
|
headers?: string | undefined;
|
|
23
23
|
body?: string | undefined;
|
|
@@ -27,9 +27,9 @@ export declare const UpdateTaskParams: z.ZodObject<{
|
|
|
27
27
|
suggest?: string | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
status?: string | undefined;
|
|
30
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
30
31
|
completed?: boolean | undefined;
|
|
31
32
|
url?: string | undefined;
|
|
32
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
33
33
|
query?: string | undefined;
|
|
34
34
|
headers?: string | undefined;
|
|
35
35
|
body?: string | undefined;
|
|
@@ -42,9 +42,9 @@ export declare const UpdateTaskParams: z.ZodObject<{
|
|
|
42
42
|
uuid: string;
|
|
43
43
|
updateData: {
|
|
44
44
|
status?: string | undefined;
|
|
45
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
45
46
|
completed?: boolean | undefined;
|
|
46
47
|
url?: string | undefined;
|
|
47
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
48
48
|
query?: string | undefined;
|
|
49
49
|
headers?: string | undefined;
|
|
50
50
|
body?: string | undefined;
|
|
@@ -57,9 +57,9 @@ export declare const UpdateTaskParams: z.ZodObject<{
|
|
|
57
57
|
uuid: string;
|
|
58
58
|
updateData: {
|
|
59
59
|
status?: string | undefined;
|
|
60
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
60
61
|
completed?: boolean | undefined;
|
|
61
62
|
url?: string | undefined;
|
|
62
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
63
63
|
query?: string | undefined;
|
|
64
64
|
headers?: string | undefined;
|
|
65
65
|
body?: string | undefined;
|
|
@@ -89,9 +89,9 @@ export declare const updateTaskTool: {
|
|
|
89
89
|
completed: z.ZodOptional<z.ZodBoolean>;
|
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
|
91
91
|
status?: string | undefined;
|
|
92
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
92
93
|
completed?: boolean | undefined;
|
|
93
94
|
url?: string | undefined;
|
|
94
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
95
95
|
query?: string | undefined;
|
|
96
96
|
headers?: string | undefined;
|
|
97
97
|
body?: string | undefined;
|
|
@@ -101,9 +101,9 @@ export declare const updateTaskTool: {
|
|
|
101
101
|
suggest?: string | undefined;
|
|
102
102
|
}, {
|
|
103
103
|
status?: string | undefined;
|
|
104
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
104
105
|
completed?: boolean | undefined;
|
|
105
106
|
url?: string | undefined;
|
|
106
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
107
107
|
query?: string | undefined;
|
|
108
108
|
headers?: string | undefined;
|
|
109
109
|
body?: string | undefined;
|
|
@@ -116,9 +116,9 @@ export declare const updateTaskTool: {
|
|
|
116
116
|
uuid: string;
|
|
117
117
|
updateData: {
|
|
118
118
|
status?: string | undefined;
|
|
119
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
119
120
|
completed?: boolean | undefined;
|
|
120
121
|
url?: string | undefined;
|
|
121
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
122
122
|
query?: string | undefined;
|
|
123
123
|
headers?: string | undefined;
|
|
124
124
|
body?: string | undefined;
|
|
@@ -131,9 +131,9 @@ export declare const updateTaskTool: {
|
|
|
131
131
|
uuid: string;
|
|
132
132
|
updateData: {
|
|
133
133
|
status?: string | undefined;
|
|
134
|
+
method?: "POST" | "GET" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
134
135
|
completed?: boolean | undefined;
|
|
135
136
|
url?: string | undefined;
|
|
136
|
-
method?: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
137
137
|
query?: string | undefined;
|
|
138
138
|
headers?: string | undefined;
|
|
139
139
|
body?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const changeAnalysisPrompt = "\u8BF7\u5206\u6790\
|
|
1
|
+
export declare const changeAnalysisPrompt = "\u8BF7\u5206\u6790\u5F53\u524D\u4EE3\u7801\u5E93\uFF0C\u5E76\u4E0E\u9700\u6C42\u8FDB\u884C\u5BF9\u6BD4\uFF0C\u786E\u4FDD\u5B9E\u73B0\u7684\u5B8C\u6574\u6027\u3002\n\n\u8BF7\u6309\u4EE5\u4E0B\u6B65\u9AA4\u8FDB\u884C\u5206\u6790\uFF1A\n\n## 1. \u4EE3\u7801\u5E93\u5206\u6790\n\u5206\u6790\u5F53\u524D\u4EE3\u7801\u5E93\uFF0C\u603B\u7ED3\uFF1A\n- \u4E3B\u8981\u529F\u80FD\u6A21\u5757\u53CA\u5176\u5B9E\u73B0\n- \u5173\u952E\u4E1A\u52A1\u903B\u8F91\u6D41\u7A0B\n- \u91CD\u8981\u6570\u636E\u7ED3\u6784\n- \u6838\u5FC3\u7B97\u6CD5\u5B9E\u73B0\n\n## 2. \u63A5\u53E3\u4E0E\u9700\u6C42\u5BF9\u5E94\u5173\u7CFB\u8868\n\u6839\u636E\u4EE3\u7801\u53D8\u66F4\uFF0C\u751F\u6210\u63A5\u53E3\u4E0E\u9700\u6C42\u5BF9\u5E94\u5173\u7CFB\u8868\uFF1A\n\n| \u9700\u6C42\u529F\u80FD | \u5B9E\u73B0\u63A5\u53E3 | \u8BF7\u6C42\u65B9\u5F0F | URL | \u53D8\u66F4\u72B6\u6001 |\n|---------|---------|---------|-----|----------|\n| [\u9700\u6C42\u529F\u80FD\u63CF\u8FF0] | [Controller.method] | [GET/POST/PUT/DELETE] | [/api/path] | [\u65B0\u589E/\u4FEE\u6539/\u5220\u9664] |\n\n## 3. \u6838\u5FC3\u903B\u8F91\u65B9\u6CD5\u8868\n\u5206\u6790\u6838\u5FC3\u4E1A\u52A1\u903B\u8F91\u65B9\u6CD5\uFF1A\n\n| \u65B9\u6CD5\u540D\u79F0 | \u6240\u5C5E\u7C7B | \u529F\u80FD\u8BF4\u660E | \u53D8\u66F4\u72B6\u6001 |\n|---------|-------|---------|----------|\n| [methodName] | [ClassName] | [\u529F\u80FD\u63CF\u8FF0] | [\u65B0\u589E/\u4FEE\u6539/\u5220\u9664] |\n\n## 4. \u524D\u7AEF\u9875\u9762\u4E0E\u63A5\u53E3\u5BF9\u5E94\u5173\u7CFB\u8868\n\u5206\u6790\u524D\u7AEF\u9875\u9762\u53D8\u66F4\uFF1A\n\n| \u9875\u9762\u540D\u79F0 | \u8C03\u7528\u63A5\u53E3 | \u7EC4\u4EF6\u540D\u79F0 | \u8DEF\u7531\u8DEF\u5F84 | \u53D8\u66F4\u72B6\u6001 |\n|---------|---------|---------|---------|----------|\n| [\u9875\u9762\u540D\u79F0] | [Controller.method] | [ComponentName] | [/path] | [\u65B0\u589E/\u4FEE\u6539/\u5220\u9664] |\n\n## 5. \u524D\u7AEF\u6838\u5FC3\u7EC4\u4EF6\u8868\n\u5206\u6790\u524D\u7AEF\u7EC4\u4EF6\u53D8\u66F4\uFF1A\n\n| \u7EC4\u4EF6\u540D\u79F0 | \u6240\u5C5E\u9875\u9762 | \u529F\u80FD\u8BF4\u660E | \u53D8\u66F4\u72B6\u6001 |\n|---------|---------|---------|----------|\n| [ComponentName] | [PageName] | [\u529F\u80FD\u63CF\u8FF0] | [\u65B0\u589E/\u4FEE\u6539/\u5220\u9664] |\n\n## 6. \u9700\u6C42\u5B8C\u6574\u6027\u68C0\u67E5\n\u5BF9\u6BD4\u539F\u59CB\u9700\u6C42\uFF0C\u68C0\u67E5\uFF1A\n- \u2705 \u5DF2\u5B8C\u6210\u7684\u529F\u80FD\n- \u26A0\uFE0F \u90E8\u5206\u5B8C\u6210\u7684\u529F\u80FD\n- \u274C \u672A\u5B9E\u73B0\u7684\u529F\u80FD\n- \uD83D\uDD04 \u9700\u8981\u8FDB\u4E00\u6B65\u5B8C\u5584\u7684\u529F\u80FD\n\n## 7. \u5EFA\u8BAE\u4E0E\u603B\u7ED3\n- \u5B9E\u73B0\u8D28\u91CF\u8BC4\u4F30\n- \u6F5C\u5728\u95EE\u9898\u8BC6\u522B\n- \u540E\u7EED\u5F00\u53D1\u5EFA\u8BAE\n- \u6D4B\u8BD5\u5EFA\u8BAE\n\n\u8BF7\u786E\u4FDD\u6240\u6709\u8868\u683C\u4E0A\u4E0B\u5BF9\u9F50\uFF0C\u5185\u5BB9\u8BE6\u5B9E\u51C6\u786E\u3002";
|
|
@@ -11,21 +11,21 @@ export declare const ClaudeCodeParams: z.ZodObject<{
|
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
12
|
prompt: string;
|
|
13
13
|
sessionId?: string | undefined;
|
|
14
|
+
timeout?: number | undefined;
|
|
14
15
|
workFolder?: string | undefined;
|
|
15
16
|
allowedTools?: string[] | undefined;
|
|
16
17
|
debugMode?: boolean | undefined;
|
|
17
18
|
claudePath?: string | undefined;
|
|
18
19
|
maxRetries?: number | undefined;
|
|
19
|
-
timeout?: number | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
prompt: string;
|
|
22
22
|
sessionId?: string | undefined;
|
|
23
|
+
timeout?: number | undefined;
|
|
23
24
|
workFolder?: string | undefined;
|
|
24
25
|
allowedTools?: string[] | undefined;
|
|
25
26
|
debugMode?: boolean | undefined;
|
|
26
27
|
claudePath?: string | undefined;
|
|
27
28
|
maxRetries?: number | undefined;
|
|
28
|
-
timeout?: number | undefined;
|
|
29
29
|
}>;
|
|
30
30
|
export declare const ClaudeCodeStreamParams: z.ZodObject<{
|
|
31
31
|
prompt: z.ZodString;
|
|
@@ -39,21 +39,21 @@ export declare const ClaudeCodeStreamParams: z.ZodObject<{
|
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
prompt: string;
|
|
41
41
|
sessionId?: string | undefined;
|
|
42
|
+
timeout?: number | undefined;
|
|
42
43
|
workFolder?: string | undefined;
|
|
43
44
|
allowedTools?: string[] | undefined;
|
|
44
45
|
debugMode?: boolean | undefined;
|
|
45
46
|
claudePath?: string | undefined;
|
|
46
47
|
maxRetries?: number | undefined;
|
|
47
|
-
timeout?: number | undefined;
|
|
48
48
|
}, {
|
|
49
49
|
prompt: string;
|
|
50
50
|
sessionId?: string | undefined;
|
|
51
|
+
timeout?: number | undefined;
|
|
51
52
|
workFolder?: string | undefined;
|
|
52
53
|
allowedTools?: string[] | undefined;
|
|
53
54
|
debugMode?: boolean | undefined;
|
|
54
55
|
claudePath?: string | undefined;
|
|
55
56
|
maxRetries?: number | undefined;
|
|
56
|
-
timeout?: number | undefined;
|
|
57
57
|
}>;
|
|
58
58
|
type ClaudeCodeParams = z.infer<typeof ClaudeCodeParams>;
|
|
59
59
|
/**
|
|
@@ -75,21 +75,21 @@ export declare const claudeCode: {
|
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
76
|
prompt: string;
|
|
77
77
|
sessionId?: string | undefined;
|
|
78
|
+
timeout?: number | undefined;
|
|
78
79
|
workFolder?: string | undefined;
|
|
79
80
|
allowedTools?: string[] | undefined;
|
|
80
81
|
debugMode?: boolean | undefined;
|
|
81
82
|
claudePath?: string | undefined;
|
|
82
83
|
maxRetries?: number | undefined;
|
|
83
|
-
timeout?: number | undefined;
|
|
84
84
|
}, {
|
|
85
85
|
prompt: string;
|
|
86
86
|
sessionId?: string | undefined;
|
|
87
|
+
timeout?: number | undefined;
|
|
87
88
|
workFolder?: string | undefined;
|
|
88
89
|
allowedTools?: string[] | undefined;
|
|
89
90
|
debugMode?: boolean | undefined;
|
|
90
91
|
claudePath?: string | undefined;
|
|
91
92
|
maxRetries?: number | undefined;
|
|
92
|
-
timeout?: number | undefined;
|
|
93
93
|
}>;
|
|
94
94
|
execute: (args: ClaudeCodeParams) => Promise<string>;
|
|
95
95
|
};
|
|
@@ -8,11 +8,11 @@ export declare const GetCodeSessionsParams: z.ZodObject<{
|
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
limit: number;
|
|
10
10
|
offset: number;
|
|
11
|
-
status?: "pending" | "completed" | "
|
|
11
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
12
12
|
projectName?: string | undefined;
|
|
13
13
|
programmingLanguage?: string | undefined;
|
|
14
14
|
}, {
|
|
15
|
-
status?: "pending" | "completed" | "
|
|
15
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
16
16
|
projectName?: string | undefined;
|
|
17
17
|
programmingLanguage?: string | undefined;
|
|
18
18
|
limit?: number | undefined;
|
|
@@ -39,11 +39,11 @@ export declare const getCodeSessionsTool: {
|
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
limit: number;
|
|
41
41
|
offset: number;
|
|
42
|
-
status?: "pending" | "completed" | "
|
|
42
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
43
43
|
projectName?: string | undefined;
|
|
44
44
|
programmingLanguage?: string | undefined;
|
|
45
45
|
}, {
|
|
46
|
-
status?: "pending" | "completed" | "
|
|
46
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
47
47
|
projectName?: string | undefined;
|
|
48
48
|
programmingLanguage?: string | undefined;
|
|
49
49
|
limit?: number | undefined;
|
|
@@ -82,7 +82,7 @@ export declare const UpdateTaskParams: z.ZodObject<{
|
|
|
82
82
|
test_requirements: z.ZodOptional<z.ZodString>;
|
|
83
83
|
custom_context: z.ZodOptional<z.ZodString>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
status?: "pending" | "completed" | "
|
|
85
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
86
86
|
description?: string | undefined;
|
|
87
87
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
88
88
|
title?: string | undefined;
|
|
@@ -94,7 +94,7 @@ export declare const UpdateTaskParams: z.ZodObject<{
|
|
|
94
94
|
estimated_hours?: number | undefined;
|
|
95
95
|
actual_hours?: number | undefined;
|
|
96
96
|
}, {
|
|
97
|
-
status?: "pending" | "completed" | "
|
|
97
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
98
98
|
description?: string | undefined;
|
|
99
99
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
100
100
|
title?: string | undefined;
|
|
@@ -109,7 +109,7 @@ export declare const UpdateTaskParams: z.ZodObject<{
|
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
110
|
task_id: string;
|
|
111
111
|
updates: {
|
|
112
|
-
status?: "pending" | "completed" | "
|
|
112
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
113
113
|
description?: string | undefined;
|
|
114
114
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
115
115
|
title?: string | undefined;
|
|
@@ -124,7 +124,7 @@ export declare const UpdateTaskParams: z.ZodObject<{
|
|
|
124
124
|
}, {
|
|
125
125
|
task_id: string;
|
|
126
126
|
updates: {
|
|
127
|
-
status?: "pending" | "completed" | "
|
|
127
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
128
128
|
description?: string | undefined;
|
|
129
129
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
130
130
|
title?: string | undefined;
|
|
@@ -147,12 +147,12 @@ export declare const QueueQueryParams: z.ZodObject<{
|
|
|
147
147
|
}, "strip", z.ZodTypeAny, {
|
|
148
148
|
limit: number;
|
|
149
149
|
offset: number;
|
|
150
|
-
status?: "pending" | "completed" | "
|
|
150
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
151
151
|
project_name?: string | undefined;
|
|
152
152
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
153
153
|
assignee?: string | undefined;
|
|
154
154
|
}, {
|
|
155
|
-
status?: "pending" | "completed" | "
|
|
155
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
156
156
|
project_name?: string | undefined;
|
|
157
157
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
158
158
|
assignee?: string | undefined;
|
|
@@ -268,7 +268,7 @@ export declare const updateTaskTool: {
|
|
|
268
268
|
test_requirements: z.ZodOptional<z.ZodString>;
|
|
269
269
|
custom_context: z.ZodOptional<z.ZodString>;
|
|
270
270
|
}, "strip", z.ZodTypeAny, {
|
|
271
|
-
status?: "pending" | "completed" | "
|
|
271
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
272
272
|
description?: string | undefined;
|
|
273
273
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
274
274
|
title?: string | undefined;
|
|
@@ -280,7 +280,7 @@ export declare const updateTaskTool: {
|
|
|
280
280
|
estimated_hours?: number | undefined;
|
|
281
281
|
actual_hours?: number | undefined;
|
|
282
282
|
}, {
|
|
283
|
-
status?: "pending" | "completed" | "
|
|
283
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
284
284
|
description?: string | undefined;
|
|
285
285
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
286
286
|
title?: string | undefined;
|
|
@@ -295,7 +295,7 @@ export declare const updateTaskTool: {
|
|
|
295
295
|
}, "strip", z.ZodTypeAny, {
|
|
296
296
|
task_id: string;
|
|
297
297
|
updates: {
|
|
298
|
-
status?: "pending" | "completed" | "
|
|
298
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
299
299
|
description?: string | undefined;
|
|
300
300
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
301
301
|
title?: string | undefined;
|
|
@@ -310,7 +310,7 @@ export declare const updateTaskTool: {
|
|
|
310
310
|
}, {
|
|
311
311
|
task_id: string;
|
|
312
312
|
updates: {
|
|
313
|
-
status?: "pending" | "completed" | "
|
|
313
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
314
314
|
description?: string | undefined;
|
|
315
315
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
316
316
|
title?: string | undefined;
|
|
@@ -344,12 +344,12 @@ export declare const queryTasksTool: {
|
|
|
344
344
|
}, "strip", z.ZodTypeAny, {
|
|
345
345
|
limit: number;
|
|
346
346
|
offset: number;
|
|
347
|
-
status?: "pending" | "completed" | "
|
|
347
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
348
348
|
project_name?: string | undefined;
|
|
349
349
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
350
350
|
assignee?: string | undefined;
|
|
351
351
|
}, {
|
|
352
|
-
status?: "pending" | "completed" | "
|
|
352
|
+
status?: "pending" | "completed" | "in_progress" | "failed" | "cancelled" | undefined;
|
|
353
353
|
project_name?: string | undefined;
|
|
354
354
|
priority?: "medium" | "low" | "high" | "critical" | undefined;
|
|
355
355
|
assignee?: string | undefined;
|