takt 0.2.1 → 0.2.2
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/cli.d.ts +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +6 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/reviewTasks.d.ts +13 -2
- package/dist/commands/reviewTasks.d.ts.map +1 -1
- package/dist/commands/reviewTasks.js +145 -10
- package/dist/commands/reviewTasks.js.map +1 -1
- package/dist/commands/taskExecution.d.ts.map +1 -1
- package/dist/commands/taskExecution.js +5 -3
- package/dist/commands/taskExecution.js.map +1 -1
- package/dist/commands/workflowExecution.d.ts.map +1 -1
- package/dist/commands/workflowExecution.js +10 -9
- package/dist/commands/workflowExecution.js.map +1 -1
- package/dist/config/paths.d.ts +1 -1
- package/dist/config/paths.d.ts.map +1 -1
- package/dist/config/paths.js +3 -1
- package/dist/config/paths.js.map +1 -1
- package/dist/config/sessionStore.d.ts +10 -0
- package/dist/config/sessionStore.d.ts.map +1 -1
- package/dist/config/sessionStore.js +54 -0
- package/dist/config/sessionStore.js.map +1 -1
- package/dist/task/runner.d.ts +14 -0
- package/dist/task/runner.d.ts.map +1 -1
- package/dist/task/runner.js +30 -7
- package/dist/task/runner.js.map +1 -1
- package/dist/task/summarize.d.ts +20 -0
- package/dist/task/summarize.d.ts.map +1 -0
- package/dist/task/summarize.js +50 -0
- package/dist/task/summarize.js.map +1 -0
- package/dist/workflow/instruction-builder.d.ts +6 -5
- package/dist/workflow/instruction-builder.d.ts.map +1 -1
- package/dist/workflow/instruction-builder.js +35 -16
- package/dist/workflow/instruction-builder.js.map +1 -1
- package/package.json +1 -1
- package/resources/global/en/workflows/default.yaml +0 -50
- package/resources/global/en/workflows/{expert-review.yaml → expert-cqrs.yaml} +6 -48
- package/resources/global/en/workflows/expert.yaml +1099 -0
- package/resources/global/en/workflows/magi.yaml +0 -9
- package/resources/global/en/workflows/research.yaml +0 -9
- package/resources/global/en/workflows/simple.yaml +0 -25
- package/resources/global/ja/workflows/default.yaml +0 -50
- package/resources/global/ja/workflows/{expert-review.yaml → expert-cqrs.yaml} +6 -54
- package/resources/global/ja/workflows/expert.yaml +1099 -0
- package/resources/global/ja/workflows/magi.yaml +0 -9
- package/resources/global/ja/workflows/research.yaml +0 -9
- package/resources/global/ja/workflows/simple.yaml +0 -25
- /package/resources/global/en/agents/{expert-review → expert}/frontend-reviewer.md +0 -0
- /package/resources/global/en/agents/{expert-review → expert}/qa-reviewer.md +0 -0
- /package/resources/global/en/agents/{expert-review → expert}/security-reviewer.md +0 -0
- /package/resources/global/en/agents/{expert-review → expert}/supervisor.md +0 -0
- /package/resources/global/en/agents/{expert-review → expert-cqrs}/cqrs-es-reviewer.md +0 -0
- /package/resources/global/ja/agents/{expert-review → expert}/frontend-reviewer.md +0 -0
- /package/resources/global/ja/agents/{expert-review → expert}/qa-reviewer.md +0 -0
- /package/resources/global/ja/agents/{expert-review → expert}/security-reviewer.md +0 -0
- /package/resources/global/ja/agents/{expert-review → expert}/supervisor.md +0 -0
- /package/resources/global/ja/agents/{expert-review → expert-cqrs}/cqrs-es-reviewer.md +0 -0
|
@@ -27,10 +27,7 @@ steps:
|
|
|
27
27
|
- WebSearch
|
|
28
28
|
- WebFetch
|
|
29
29
|
status_rules_prompt: |
|
|
30
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
31
30
|
|
|
32
|
-
**このタグがないとワークフローが停止します。**
|
|
33
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
34
31
|
|
|
35
32
|
## 出力フォーマット
|
|
36
33
|
|
|
@@ -69,10 +66,7 @@ steps:
|
|
|
69
66
|
- WebSearch
|
|
70
67
|
- WebFetch
|
|
71
68
|
status_rules_prompt: |
|
|
72
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
73
69
|
|
|
74
|
-
**このタグがないとワークフローが停止します。**
|
|
75
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
76
70
|
|
|
77
71
|
## 出力フォーマット
|
|
78
72
|
|
|
@@ -116,10 +110,7 @@ steps:
|
|
|
116
110
|
- WebSearch
|
|
117
111
|
- WebFetch
|
|
118
112
|
status_rules_prompt: |
|
|
119
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
120
113
|
|
|
121
|
-
**このタグがないとワークフローが停止します。**
|
|
122
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
123
114
|
|
|
124
115
|
## 出力フォーマット
|
|
125
116
|
|
|
@@ -31,10 +31,7 @@ steps:
|
|
|
31
31
|
- WebSearch
|
|
32
32
|
- WebFetch
|
|
33
33
|
status_rules_prompt: |
|
|
34
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
35
34
|
|
|
36
|
-
**このタグがないとワークフローが停止します。**
|
|
37
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
38
35
|
|
|
39
36
|
## 出力フォーマット
|
|
40
37
|
|
|
@@ -95,10 +92,7 @@ steps:
|
|
|
95
92
|
- WebSearch
|
|
96
93
|
- WebFetch
|
|
97
94
|
status_rules_prompt: |
|
|
98
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
99
95
|
|
|
100
|
-
**このタグがないとワークフローが停止します。**
|
|
101
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
102
96
|
|
|
103
97
|
## 出力フォーマット
|
|
104
98
|
|
|
@@ -163,10 +157,7 @@ steps:
|
|
|
163
157
|
- WebSearch
|
|
164
158
|
- WebFetch
|
|
165
159
|
status_rules_prompt: |
|
|
166
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
167
160
|
|
|
168
|
-
**このタグがないとワークフローが停止します。**
|
|
169
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
170
161
|
|
|
171
162
|
## 判定基準
|
|
172
163
|
|
|
@@ -30,11 +30,6 @@ steps:
|
|
|
30
30
|
- WebSearch
|
|
31
31
|
- WebFetch
|
|
32
32
|
status_rules_prompt: |
|
|
33
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
34
|
-
|
|
35
|
-
**このタグがないとワークフローが停止します。**
|
|
36
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
37
|
-
|
|
38
33
|
## 判定基準
|
|
39
34
|
|
|
40
35
|
| 状況 | 判定 |
|
|
@@ -150,11 +145,6 @@ steps:
|
|
|
150
145
|
- WebFetch
|
|
151
146
|
permission_mode: acceptEdits
|
|
152
147
|
status_rules_prompt: |
|
|
153
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
154
|
-
|
|
155
|
-
**このタグがないとワークフローが停止します。**
|
|
156
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
157
|
-
|
|
158
148
|
## 出力フォーマット
|
|
159
149
|
|
|
160
150
|
| 状況 | タグ |
|
|
@@ -250,11 +240,6 @@ steps:
|
|
|
250
240
|
- WebSearch
|
|
251
241
|
- WebFetch
|
|
252
242
|
status_rules_prompt: |
|
|
253
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
254
|
-
|
|
255
|
-
**このタグがないとワークフローが停止します。**
|
|
256
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
257
|
-
|
|
258
243
|
## 判定基準
|
|
259
244
|
|
|
260
245
|
| 状況 | 判定 |
|
|
@@ -365,11 +350,6 @@ steps:
|
|
|
365
350
|
- WebSearch
|
|
366
351
|
- WebFetch
|
|
367
352
|
status_rules_prompt: |
|
|
368
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
369
|
-
|
|
370
|
-
**このタグがないとワークフローが停止します。**
|
|
371
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
372
|
-
|
|
373
353
|
## 判定基準
|
|
374
354
|
|
|
375
355
|
| 状況 | 判定 |
|
|
@@ -475,11 +455,6 @@ steps:
|
|
|
475
455
|
- WebSearch
|
|
476
456
|
- WebFetch
|
|
477
457
|
status_rules_prompt: |
|
|
478
|
-
# ⚠️ 必須: ステータス出力ルール ⚠️
|
|
479
|
-
|
|
480
|
-
**このタグがないとワークフローが停止します。**
|
|
481
|
-
最終出力には必ず以下のルールに従ったステータスタグを含めてください。
|
|
482
|
-
|
|
483
458
|
## 判定基準
|
|
484
459
|
|
|
485
460
|
| 状況 | 判定 |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|