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.
Files changed (57) hide show
  1. package/dist/cli.d.ts +1 -0
  2. package/dist/cli.d.ts.map +1 -1
  3. package/dist/cli.js +6 -1
  4. package/dist/cli.js.map +1 -1
  5. package/dist/commands/reviewTasks.d.ts +13 -2
  6. package/dist/commands/reviewTasks.d.ts.map +1 -1
  7. package/dist/commands/reviewTasks.js +145 -10
  8. package/dist/commands/reviewTasks.js.map +1 -1
  9. package/dist/commands/taskExecution.d.ts.map +1 -1
  10. package/dist/commands/taskExecution.js +5 -3
  11. package/dist/commands/taskExecution.js.map +1 -1
  12. package/dist/commands/workflowExecution.d.ts.map +1 -1
  13. package/dist/commands/workflowExecution.js +10 -9
  14. package/dist/commands/workflowExecution.js.map +1 -1
  15. package/dist/config/paths.d.ts +1 -1
  16. package/dist/config/paths.d.ts.map +1 -1
  17. package/dist/config/paths.js +3 -1
  18. package/dist/config/paths.js.map +1 -1
  19. package/dist/config/sessionStore.d.ts +10 -0
  20. package/dist/config/sessionStore.d.ts.map +1 -1
  21. package/dist/config/sessionStore.js +54 -0
  22. package/dist/config/sessionStore.js.map +1 -1
  23. package/dist/task/runner.d.ts +14 -0
  24. package/dist/task/runner.d.ts.map +1 -1
  25. package/dist/task/runner.js +30 -7
  26. package/dist/task/runner.js.map +1 -1
  27. package/dist/task/summarize.d.ts +20 -0
  28. package/dist/task/summarize.d.ts.map +1 -0
  29. package/dist/task/summarize.js +50 -0
  30. package/dist/task/summarize.js.map +1 -0
  31. package/dist/workflow/instruction-builder.d.ts +6 -5
  32. package/dist/workflow/instruction-builder.d.ts.map +1 -1
  33. package/dist/workflow/instruction-builder.js +35 -16
  34. package/dist/workflow/instruction-builder.js.map +1 -1
  35. package/package.json +1 -1
  36. package/resources/global/en/workflows/default.yaml +0 -50
  37. package/resources/global/en/workflows/{expert-review.yaml → expert-cqrs.yaml} +6 -48
  38. package/resources/global/en/workflows/expert.yaml +1099 -0
  39. package/resources/global/en/workflows/magi.yaml +0 -9
  40. package/resources/global/en/workflows/research.yaml +0 -9
  41. package/resources/global/en/workflows/simple.yaml +0 -25
  42. package/resources/global/ja/workflows/default.yaml +0 -50
  43. package/resources/global/ja/workflows/{expert-review.yaml → expert-cqrs.yaml} +6 -54
  44. package/resources/global/ja/workflows/expert.yaml +1099 -0
  45. package/resources/global/ja/workflows/magi.yaml +0 -9
  46. package/resources/global/ja/workflows/research.yaml +0 -9
  47. package/resources/global/ja/workflows/simple.yaml +0 -25
  48. /package/resources/global/en/agents/{expert-review → expert}/frontend-reviewer.md +0 -0
  49. /package/resources/global/en/agents/{expert-review → expert}/qa-reviewer.md +0 -0
  50. /package/resources/global/en/agents/{expert-review → expert}/security-reviewer.md +0 -0
  51. /package/resources/global/en/agents/{expert-review → expert}/supervisor.md +0 -0
  52. /package/resources/global/en/agents/{expert-review → expert-cqrs}/cqrs-es-reviewer.md +0 -0
  53. /package/resources/global/ja/agents/{expert-review → expert}/frontend-reviewer.md +0 -0
  54. /package/resources/global/ja/agents/{expert-review → expert}/qa-reviewer.md +0 -0
  55. /package/resources/global/ja/agents/{expert-review → expert}/security-reviewer.md +0 -0
  56. /package/resources/global/ja/agents/{expert-review → expert}/supervisor.md +0 -0
  57. /package/resources/global/ja/agents/{expert-review → expert-cqrs}/cqrs-es-reviewer.md +0 -0
@@ -20,7 +20,7 @@
20
20
  # {user_inputs} - Accumulated user inputs during workflow
21
21
  # {report_dir} - Report directory name (e.g., "20250126-143052-task-summary")
22
22
 
23
- name: expert-review
23
+ name: expert-cqrs
24
24
  description: CQRS+ES, Frontend, Security, QA Expert Review
25
25
 
26
26
  max_iterations: 20
@@ -41,10 +41,7 @@ steps:
41
41
  - WebSearch
42
42
  - WebFetch
43
43
  status_rules_prompt: |
44
- # ⚠️ REQUIRED: Status Output Rules ⚠️
45
44
 
46
- **Without this tag, the workflow will stop.**
47
- Your final output MUST include a status tag following the rules below.
48
45
 
49
46
  ## Output Format
50
47
 
@@ -127,10 +124,7 @@ steps:
127
124
  - WebSearch
128
125
  - WebFetch
129
126
  status_rules_prompt: |
130
- # ⚠️ REQUIRED: Status Output Rules ⚠️
131
127
 
132
- **Without this tag, the workflow will stop.**
133
- Your final output MUST include a status tag following the rules below.
134
128
 
135
129
  ## Output Format
136
130
 
@@ -204,7 +198,7 @@ steps:
204
198
  # Phase 2: CQRS+ES Review
205
199
  # ===========================================
206
200
  - name: cqrs_es_review
207
- agent: ~/.takt/agents/expert-review/cqrs-es-reviewer.md
201
+ agent: ~/.takt/agents/expert-cqrs/cqrs-es-reviewer.md
208
202
  allowed_tools:
209
203
  - Read
210
204
  - Glob
@@ -212,10 +206,7 @@ steps:
212
206
  - WebSearch
213
207
  - WebFetch
214
208
  status_rules_prompt: |
215
- # ⚠️ REQUIRED: Status Output Rules ⚠️
216
209
 
217
- **Without this tag, the workflow will stop.**
218
- Your final output MUST include a status tag following the rules below.
219
210
 
220
211
  ## Output Format
221
212
 
@@ -302,10 +293,7 @@ steps:
302
293
  - WebSearch
303
294
  - WebFetch
304
295
  status_rules_prompt: |
305
- # ⚠️ REQUIRED: Status Output Rules ⚠️
306
296
 
307
- **Without this tag, the workflow will stop.**
308
- Your final output MUST include a status tag following the rules below.
309
297
 
310
298
  ## Output Format
311
299
 
@@ -351,7 +339,7 @@ steps:
351
339
  # Phase 3: Frontend Review
352
340
  # ===========================================
353
341
  - name: frontend_review
354
- agent: ~/.takt/agents/expert-review/frontend-reviewer.md
342
+ agent: ~/.takt/agents/expert/frontend-reviewer.md
355
343
  allowed_tools:
356
344
  - Read
357
345
  - Glob
@@ -359,10 +347,7 @@ steps:
359
347
  - WebSearch
360
348
  - WebFetch
361
349
  status_rules_prompt: |
362
- # ⚠️ REQUIRED: Status Output Rules ⚠️
363
350
 
364
- **Without this tag, the workflow will stop.**
365
- Your final output MUST include a status tag following the rules below.
366
351
 
367
352
  ## Output Format
368
353
 
@@ -449,10 +434,7 @@ steps:
449
434
  - WebSearch
450
435
  - WebFetch
451
436
  status_rules_prompt: |
452
- # ⚠️ REQUIRED: Status Output Rules ⚠️
453
437
 
454
- **Without this tag, the workflow will stop.**
455
- Your final output MUST include a status tag following the rules below.
456
438
 
457
439
  ## Output Format
458
440
 
@@ -506,10 +488,7 @@ steps:
506
488
  - WebSearch
507
489
  - WebFetch
508
490
  status_rules_prompt: |
509
- # ⚠️ REQUIRED: Status Output Rules ⚠️
510
491
 
511
- **Without this tag, the workflow will stop.**
512
- Your final output MUST include a status tag following the rules below.
513
492
 
514
493
  ## Output Format
515
494
 
@@ -592,10 +571,7 @@ steps:
592
571
  - WebSearch
593
572
  - WebFetch
594
573
  status_rules_prompt: |
595
- # ⚠️ REQUIRED: Status Output Rules ⚠️
596
574
 
597
- **Without this tag, the workflow will stop.**
598
- Your final output MUST include a status tag following the rules below.
599
575
 
600
576
  ## Output Format
601
577
 
@@ -639,7 +615,7 @@ steps:
639
615
  # Phase 5: Security Review
640
616
  # ===========================================
641
617
  - name: security_review
642
- agent: ~/.takt/agents/expert-review/security-reviewer.md
618
+ agent: ~/.takt/agents/expert/security-reviewer.md
643
619
  allowed_tools:
644
620
  - Read
645
621
  - Glob
@@ -647,10 +623,7 @@ steps:
647
623
  - WebSearch
648
624
  - WebFetch
649
625
  status_rules_prompt: |
650
- # ⚠️ REQUIRED: Status Output Rules ⚠️
651
626
 
652
- **Without this tag, the workflow will stop.**
653
- Your final output MUST include a status tag following the rules below.
654
627
 
655
628
  ## Output Format
656
629
 
@@ -734,10 +707,7 @@ steps:
734
707
  - WebSearch
735
708
  - WebFetch
736
709
  status_rules_prompt: |
737
- # ⚠️ REQUIRED: Status Output Rules ⚠️
738
710
 
739
- **Without this tag, the workflow will stop.**
740
- Your final output MUST include a status tag following the rules below.
741
711
 
742
712
  ## Output Format
743
713
 
@@ -793,7 +763,7 @@ steps:
793
763
  # Phase 6: QA Review
794
764
  # ===========================================
795
765
  - name: qa_review
796
- agent: ~/.takt/agents/expert-review/qa-reviewer.md
766
+ agent: ~/.takt/agents/expert/qa-reviewer.md
797
767
  allowed_tools:
798
768
  - Read
799
769
  - Glob
@@ -801,10 +771,7 @@ steps:
801
771
  - WebSearch
802
772
  - WebFetch
803
773
  status_rules_prompt: |
804
- # ⚠️ REQUIRED: Status Output Rules ⚠️
805
774
 
806
- **Without this tag, the workflow will stop.**
807
- Your final output MUST include a status tag following the rules below.
808
775
 
809
776
  ## Output Format
810
777
 
@@ -888,10 +855,7 @@ steps:
888
855
  - WebSearch
889
856
  - WebFetch
890
857
  status_rules_prompt: |
891
- # ⚠️ REQUIRED: Status Output Rules ⚠️
892
858
 
893
- **Without this tag, the workflow will stop.**
894
- Your final output MUST include a status tag following the rules below.
895
859
 
896
860
  ## Output Format
897
861
 
@@ -952,7 +916,7 @@ steps:
952
916
  # Phase 7: Supervision
953
917
  # ===========================================
954
918
  - name: supervise
955
- agent: ~/.takt/agents/expert-review/supervisor.md
919
+ agent: ~/.takt/agents/expert/supervisor.md
956
920
  allowed_tools:
957
921
  - Read
958
922
  - Glob
@@ -960,10 +924,7 @@ steps:
960
924
  - WebSearch
961
925
  - WebFetch
962
926
  status_rules_prompt: |
963
- # ⚠️ REQUIRED: Status Output Rules ⚠️
964
927
 
965
- **Without this tag, the workflow will stop.**
966
- Your final output MUST include a status tag following the rules below.
967
928
 
968
929
  ## Output Format
969
930
 
@@ -1089,10 +1050,7 @@ steps:
1089
1050
  - WebSearch
1090
1051
  - WebFetch
1091
1052
  status_rules_prompt: |
1092
- # ⚠️ REQUIRED: Status Output Rules ⚠️
1093
1053
 
1094
- **Without this tag, the workflow will stop.**
1095
- Your final output MUST include a status tag following the rules below.
1096
1054
 
1097
1055
  ## Output Format
1098
1056