mustflow 2.107.3 → 2.108.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/README.md +1 -0
- package/dist/cli/commands/init.js +49 -1
- package/dist/cli/commands/run/execution.js +7 -0
- package/dist/cli/commands/run/executor.js +7 -0
- package/dist/cli/commands/verify.js +14 -0
- package/dist/cli/commands/workspace.js +106 -16
- package/dist/cli/i18n/en.js +6 -1
- package/dist/cli/i18n/es.js +6 -1
- package/dist/cli/i18n/fr.js +6 -1
- package/dist/cli/i18n/hi.js +6 -1
- package/dist/cli/i18n/ko.js +6 -1
- package/dist/cli/i18n/zh.js +6 -1
- package/dist/cli/index.js +8 -0
- package/dist/cli/lib/agent-context.js +7 -0
- package/dist/cli/lib/repo-map.js +14 -0
- package/dist/cli/lib/run-plan.js +7 -0
- package/dist/core/change-verification.js +7 -0
- package/dist/core/verification-scheduler.js +7 -0
- package/package.json +1 -1
- package/schemas/README.md +3 -3
- package/schemas/workspace-status.schema.json +4 -2
- package/templates/default/common/.mustflow/config/mustflow.toml +3 -3
- package/templates/default/i18n.toml +61 -7
- package/templates/default/locales/en/.mustflow/docs/agent-workflow.md +24 -1
- package/templates/default/locales/en/.mustflow/skills/INDEX.md +51 -5
- package/templates/default/locales/en/.mustflow/skills/admin-control-plane-safety-review/SKILL.md +200 -0
- package/templates/default/locales/en/.mustflow/skills/ai-product-readiness-review/SKILL.md +158 -0
- package/templates/default/locales/en/.mustflow/skills/auth-permission-change/SKILL.md +91 -28
- package/templates/default/locales/en/.mustflow/skills/browser-automation-reliability-review/SKILL.md +279 -0
- package/templates/default/locales/en/.mustflow/skills/cli-option-contract-review/SKILL.md +147 -0
- package/templates/default/locales/en/.mustflow/skills/database-change-safety/SKILL.md +21 -2
- package/templates/default/locales/en/.mustflow/skills/database-migration-change/SKILL.md +25 -7
- package/templates/default/locales/en/.mustflow/skills/deployment-rollout-safety-review/SKILL.md +117 -43
- package/templates/default/locales/en/.mustflow/skills/frontend-component-library-review/SKILL.md +299 -0
- package/templates/default/locales/en/.mustflow/skills/frontend-localization-review/SKILL.md +128 -36
- package/templates/default/locales/en/.mustflow/skills/notification-delivery-integrity-review/SKILL.md +226 -0
- package/templates/default/locales/en/.mustflow/skills/payment-integrity-review/SKILL.md +34 -14
- package/templates/default/locales/en/.mustflow/skills/routes.toml +54 -0
- package/templates/default/locales/en/.mustflow/skills/small-service-platform-architecture-review/SKILL.md +273 -0
- package/templates/default/locales/en/.mustflow/skills/third-party-api-integration-review/SKILL.md +188 -0
- package/templates/default/locales/en/.mustflow/skills/website-task-friction-review/SKILL.md +139 -0
- package/templates/default/manifest.toml +60 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
id = "default"
|
|
2
2
|
name = "default"
|
|
3
|
-
version = "2.
|
|
3
|
+
version = "2.108.0"
|
|
4
4
|
description = "Minimal workflow for LLM agents to read, edit, and verify their work in a repository."
|
|
5
5
|
common_root = "common"
|
|
6
6
|
locales_root = "locales"
|
|
@@ -31,7 +31,11 @@ creates = [
|
|
|
31
31
|
".mustflow/skills/business-rule-leakage-review/SKILL.md",
|
|
32
32
|
".mustflow/skills/payment-integrity-review/SKILL.md",
|
|
33
33
|
".mustflow/skills/credit-ledger-integrity-review/SKILL.md",
|
|
34
|
+
".mustflow/skills/notification-delivery-integrity-review/SKILL.md",
|
|
35
|
+
".mustflow/skills/admin-control-plane-safety-review/SKILL.md",
|
|
36
|
+
".mustflow/skills/small-service-platform-architecture-review/SKILL.md",
|
|
34
37
|
".mustflow/skills/api-misuse-resistance-review/SKILL.md",
|
|
38
|
+
".mustflow/skills/third-party-api-integration-review/SKILL.md",
|
|
35
39
|
".mustflow/skills/api-access-control-review/SKILL.md",
|
|
36
40
|
".mustflow/skills/file-upload-security-review/SKILL.md",
|
|
37
41
|
".mustflow/skills/error-message-integrity-review/SKILL.md",
|
|
@@ -57,7 +61,9 @@ creates = [
|
|
|
57
61
|
".mustflow/skills/frontend-state-ownership-review/SKILL.md",
|
|
58
62
|
".mustflow/skills/frontend-stress-layout-review/SKILL.md",
|
|
59
63
|
".mustflow/skills/frontend-accessibility-tree-review/SKILL.md",
|
|
64
|
+
".mustflow/skills/frontend-component-library-review/SKILL.md",
|
|
60
65
|
".mustflow/skills/frontend-localization-review/SKILL.md",
|
|
66
|
+
".mustflow/skills/website-task-friction-review/SKILL.md",
|
|
61
67
|
".mustflow/skills/cache-integrity-review/SKILL.md",
|
|
62
68
|
".mustflow/skills/quadratic-scan-review/SKILL.md",
|
|
63
69
|
".mustflow/skills/type-state-modeling-review/SKILL.md",
|
|
@@ -117,6 +123,7 @@ creates = [
|
|
|
117
123
|
".mustflow/skills/wails-code-change/SKILL.md",
|
|
118
124
|
".mustflow/skills/typescript-code-change/SKILL.md",
|
|
119
125
|
".mustflow/skills/unocss-code-change/SKILL.md",
|
|
126
|
+
".mustflow/skills/cli-option-contract-review/SKILL.md",
|
|
120
127
|
".mustflow/skills/cli-output-contract-review/SKILL.md",
|
|
121
128
|
".mustflow/skills/command-contract-authoring/SKILL.md",
|
|
122
129
|
".mustflow/skills/config-env-change/SKILL.md",
|
|
@@ -151,11 +158,13 @@ creates = [
|
|
|
151
158
|
".mustflow/skills/test-suite-performance-review/SKILL.md",
|
|
152
159
|
".mustflow/skills/vertical-slice-tdd/SKILL.md",
|
|
153
160
|
".mustflow/skills/llm-service-ux-review/SKILL.md",
|
|
161
|
+
".mustflow/skills/ai-product-readiness-review/SKILL.md",
|
|
154
162
|
".mustflow/skills/prompt-contract-quality-review/SKILL.md",
|
|
155
163
|
".mustflow/skills/llm-hallucination-control-review/SKILL.md",
|
|
156
164
|
".mustflow/skills/llm-token-cost-control-review/SKILL.md",
|
|
157
165
|
".mustflow/skills/llm-response-latency-review/SKILL.md",
|
|
158
166
|
".mustflow/skills/agent-execution-control-review/SKILL.md",
|
|
167
|
+
".mustflow/skills/browser-automation-reliability-review/SKILL.md",
|
|
159
168
|
".mustflow/skills/agent-eval-integrity-review/SKILL.md",
|
|
160
169
|
".mustflow/skills/ui-quality-gate/SKILL.md",
|
|
161
170
|
".mustflow/skills/external-prompt-injection-defense/SKILL.md",
|
|
@@ -248,7 +257,11 @@ minimal = [
|
|
|
248
257
|
"business-rule-leakage-review",
|
|
249
258
|
"payment-integrity-review",
|
|
250
259
|
"credit-ledger-integrity-review",
|
|
260
|
+
"notification-delivery-integrity-review",
|
|
261
|
+
"admin-control-plane-safety-review",
|
|
262
|
+
"small-service-platform-architecture-review",
|
|
251
263
|
"api-misuse-resistance-review",
|
|
264
|
+
"third-party-api-integration-review",
|
|
252
265
|
"api-access-control-review",
|
|
253
266
|
"file-upload-security-review",
|
|
254
267
|
"error-message-integrity-review",
|
|
@@ -274,7 +287,9 @@ minimal = [
|
|
|
274
287
|
"frontend-state-ownership-review",
|
|
275
288
|
"frontend-stress-layout-review",
|
|
276
289
|
"frontend-accessibility-tree-review",
|
|
290
|
+
"frontend-component-library-review",
|
|
277
291
|
"frontend-localization-review",
|
|
292
|
+
"website-task-friction-review",
|
|
278
293
|
"cache-integrity-review",
|
|
279
294
|
"quadratic-scan-review",
|
|
280
295
|
"type-state-modeling-review",
|
|
@@ -354,11 +369,13 @@ minimal = [
|
|
|
354
369
|
"diff-risk-review",
|
|
355
370
|
"docs-update",
|
|
356
371
|
"external-prompt-injection-defense",
|
|
372
|
+
"ai-product-readiness-review",
|
|
357
373
|
"prompt-contract-quality-review",
|
|
358
374
|
"llm-hallucination-control-review",
|
|
359
375
|
"llm-token-cost-control-review",
|
|
360
376
|
"llm-response-latency-review",
|
|
361
377
|
"agent-execution-control-review",
|
|
378
|
+
"browser-automation-reliability-review",
|
|
362
379
|
"agent-eval-integrity-review",
|
|
363
380
|
"failure-triage",
|
|
364
381
|
"file-path-cross-platform-change",
|
|
@@ -403,7 +420,11 @@ patterns = [
|
|
|
403
420
|
"business-rule-leakage-review",
|
|
404
421
|
"payment-integrity-review",
|
|
405
422
|
"credit-ledger-integrity-review",
|
|
423
|
+
"notification-delivery-integrity-review",
|
|
424
|
+
"admin-control-plane-safety-review",
|
|
425
|
+
"small-service-platform-architecture-review",
|
|
406
426
|
"api-misuse-resistance-review",
|
|
427
|
+
"third-party-api-integration-review",
|
|
407
428
|
"api-access-control-review",
|
|
408
429
|
"file-upload-security-review",
|
|
409
430
|
"error-message-integrity-review",
|
|
@@ -429,7 +450,9 @@ patterns = [
|
|
|
429
450
|
"frontend-state-ownership-review",
|
|
430
451
|
"frontend-stress-layout-review",
|
|
431
452
|
"frontend-accessibility-tree-review",
|
|
453
|
+
"frontend-component-library-review",
|
|
432
454
|
"frontend-localization-review",
|
|
455
|
+
"website-task-friction-review",
|
|
433
456
|
"cache-integrity-review",
|
|
434
457
|
"quadratic-scan-review",
|
|
435
458
|
"type-state-modeling-review",
|
|
@@ -512,11 +535,13 @@ patterns = [
|
|
|
512
535
|
"diff-risk-review",
|
|
513
536
|
"docs-update",
|
|
514
537
|
"external-prompt-injection-defense",
|
|
538
|
+
"ai-product-readiness-review",
|
|
515
539
|
"prompt-contract-quality-review",
|
|
516
540
|
"llm-hallucination-control-review",
|
|
517
541
|
"llm-token-cost-control-review",
|
|
518
542
|
"llm-response-latency-review",
|
|
519
543
|
"agent-execution-control-review",
|
|
544
|
+
"browser-automation-reliability-review",
|
|
520
545
|
"agent-eval-integrity-review",
|
|
521
546
|
"facade-pattern",
|
|
522
547
|
"failure-triage",
|
|
@@ -569,7 +594,11 @@ oss = [
|
|
|
569
594
|
"business-rule-leakage-review",
|
|
570
595
|
"payment-integrity-review",
|
|
571
596
|
"credit-ledger-integrity-review",
|
|
597
|
+
"notification-delivery-integrity-review",
|
|
598
|
+
"admin-control-plane-safety-review",
|
|
599
|
+
"small-service-platform-architecture-review",
|
|
572
600
|
"api-misuse-resistance-review",
|
|
601
|
+
"third-party-api-integration-review",
|
|
573
602
|
"api-access-control-review",
|
|
574
603
|
"file-upload-security-review",
|
|
575
604
|
"error-message-integrity-review",
|
|
@@ -595,7 +624,9 @@ oss = [
|
|
|
595
624
|
"frontend-state-ownership-review",
|
|
596
625
|
"frontend-stress-layout-review",
|
|
597
626
|
"frontend-accessibility-tree-review",
|
|
627
|
+
"frontend-component-library-review",
|
|
598
628
|
"frontend-localization-review",
|
|
629
|
+
"website-task-friction-review",
|
|
599
630
|
"cache-integrity-review",
|
|
600
631
|
"quadratic-scan-review",
|
|
601
632
|
"type-state-modeling-review",
|
|
@@ -651,6 +682,7 @@ oss = [
|
|
|
651
682
|
"wails-code-change",
|
|
652
683
|
"typescript-code-change",
|
|
653
684
|
"unocss-code-change",
|
|
685
|
+
"cli-option-contract-review",
|
|
654
686
|
"cli-output-contract-review",
|
|
655
687
|
"command-contract-authoring",
|
|
656
688
|
"command-intent-mapping-gate",
|
|
@@ -681,11 +713,13 @@ oss = [
|
|
|
681
713
|
"docs-prose-review",
|
|
682
714
|
"docs-update",
|
|
683
715
|
"external-prompt-injection-defense",
|
|
716
|
+
"ai-product-readiness-review",
|
|
684
717
|
"prompt-contract-quality-review",
|
|
685
718
|
"llm-hallucination-control-review",
|
|
686
719
|
"llm-token-cost-control-review",
|
|
687
720
|
"llm-response-latency-review",
|
|
688
721
|
"agent-execution-control-review",
|
|
722
|
+
"browser-automation-reliability-review",
|
|
689
723
|
"agent-eval-integrity-review",
|
|
690
724
|
"external-skill-intake",
|
|
691
725
|
"github-contribution-quality-gate",
|
|
@@ -751,7 +785,11 @@ team = [
|
|
|
751
785
|
"business-rule-leakage-review",
|
|
752
786
|
"payment-integrity-review",
|
|
753
787
|
"credit-ledger-integrity-review",
|
|
788
|
+
"notification-delivery-integrity-review",
|
|
789
|
+
"admin-control-plane-safety-review",
|
|
790
|
+
"small-service-platform-architecture-review",
|
|
754
791
|
"api-misuse-resistance-review",
|
|
792
|
+
"third-party-api-integration-review",
|
|
755
793
|
"api-access-control-review",
|
|
756
794
|
"file-upload-security-review",
|
|
757
795
|
"error-message-integrity-review",
|
|
@@ -777,7 +815,9 @@ team = [
|
|
|
777
815
|
"frontend-state-ownership-review",
|
|
778
816
|
"frontend-stress-layout-review",
|
|
779
817
|
"frontend-accessibility-tree-review",
|
|
818
|
+
"frontend-component-library-review",
|
|
780
819
|
"frontend-localization-review",
|
|
820
|
+
"website-task-friction-review",
|
|
781
821
|
"cache-integrity-review",
|
|
782
822
|
"quadratic-scan-review",
|
|
783
823
|
"type-state-modeling-review",
|
|
@@ -861,11 +901,13 @@ team = [
|
|
|
861
901
|
"diff-risk-review",
|
|
862
902
|
"docs-update",
|
|
863
903
|
"external-prompt-injection-defense",
|
|
904
|
+
"ai-product-readiness-review",
|
|
864
905
|
"prompt-contract-quality-review",
|
|
865
906
|
"llm-hallucination-control-review",
|
|
866
907
|
"llm-token-cost-control-review",
|
|
867
908
|
"llm-response-latency-review",
|
|
868
909
|
"agent-execution-control-review",
|
|
910
|
+
"browser-automation-reliability-review",
|
|
869
911
|
"agent-eval-integrity-review",
|
|
870
912
|
"github-contribution-quality-gate",
|
|
871
913
|
"facade-pattern",
|
|
@@ -919,7 +961,11 @@ product = [
|
|
|
919
961
|
"business-rule-leakage-review",
|
|
920
962
|
"payment-integrity-review",
|
|
921
963
|
"credit-ledger-integrity-review",
|
|
964
|
+
"notification-delivery-integrity-review",
|
|
965
|
+
"admin-control-plane-safety-review",
|
|
966
|
+
"small-service-platform-architecture-review",
|
|
922
967
|
"api-misuse-resistance-review",
|
|
968
|
+
"third-party-api-integration-review",
|
|
923
969
|
"api-access-control-review",
|
|
924
970
|
"file-upload-security-review",
|
|
925
971
|
"error-message-integrity-review",
|
|
@@ -945,7 +991,9 @@ product = [
|
|
|
945
991
|
"frontend-state-ownership-review",
|
|
946
992
|
"frontend-stress-layout-review",
|
|
947
993
|
"frontend-accessibility-tree-review",
|
|
994
|
+
"frontend-component-library-review",
|
|
948
995
|
"frontend-localization-review",
|
|
996
|
+
"website-task-friction-review",
|
|
949
997
|
"cache-integrity-review",
|
|
950
998
|
"quadratic-scan-review",
|
|
951
999
|
"type-state-modeling-review",
|
|
@@ -1028,11 +1076,13 @@ product = [
|
|
|
1028
1076
|
"diff-risk-review",
|
|
1029
1077
|
"docs-update",
|
|
1030
1078
|
"external-prompt-injection-defense",
|
|
1079
|
+
"ai-product-readiness-review",
|
|
1031
1080
|
"prompt-contract-quality-review",
|
|
1032
1081
|
"llm-hallucination-control-review",
|
|
1033
1082
|
"llm-token-cost-control-review",
|
|
1034
1083
|
"llm-response-latency-review",
|
|
1035
1084
|
"agent-execution-control-review",
|
|
1085
|
+
"browser-automation-reliability-review",
|
|
1036
1086
|
"agent-eval-integrity-review",
|
|
1037
1087
|
"facade-pattern",
|
|
1038
1088
|
"github-contribution-quality-gate",
|
|
@@ -1093,7 +1143,11 @@ library = [
|
|
|
1093
1143
|
"business-rule-leakage-review",
|
|
1094
1144
|
"payment-integrity-review",
|
|
1095
1145
|
"credit-ledger-integrity-review",
|
|
1146
|
+
"notification-delivery-integrity-review",
|
|
1147
|
+
"admin-control-plane-safety-review",
|
|
1148
|
+
"small-service-platform-architecture-review",
|
|
1096
1149
|
"api-misuse-resistance-review",
|
|
1150
|
+
"third-party-api-integration-review",
|
|
1097
1151
|
"api-access-control-review",
|
|
1098
1152
|
"file-upload-security-review",
|
|
1099
1153
|
"error-message-integrity-review",
|
|
@@ -1119,7 +1173,9 @@ library = [
|
|
|
1119
1173
|
"frontend-state-ownership-review",
|
|
1120
1174
|
"frontend-stress-layout-review",
|
|
1121
1175
|
"frontend-accessibility-tree-review",
|
|
1176
|
+
"frontend-component-library-review",
|
|
1122
1177
|
"frontend-localization-review",
|
|
1178
|
+
"website-task-friction-review",
|
|
1123
1179
|
"cache-integrity-review",
|
|
1124
1180
|
"quadratic-scan-review",
|
|
1125
1181
|
"type-state-modeling-review",
|
|
@@ -1175,6 +1231,7 @@ library = [
|
|
|
1175
1231
|
"wails-code-change",
|
|
1176
1232
|
"typescript-code-change",
|
|
1177
1233
|
"unocss-code-change",
|
|
1234
|
+
"cli-option-contract-review",
|
|
1178
1235
|
"cli-output-contract-review",
|
|
1179
1236
|
"command-contract-authoring",
|
|
1180
1237
|
"command-intent-mapping-gate",
|
|
@@ -1205,11 +1262,13 @@ library = [
|
|
|
1205
1262
|
"docs-prose-review",
|
|
1206
1263
|
"docs-update",
|
|
1207
1264
|
"external-prompt-injection-defense",
|
|
1265
|
+
"ai-product-readiness-review",
|
|
1208
1266
|
"prompt-contract-quality-review",
|
|
1209
1267
|
"llm-hallucination-control-review",
|
|
1210
1268
|
"llm-token-cost-control-review",
|
|
1211
1269
|
"llm-response-latency-review",
|
|
1212
1270
|
"agent-execution-control-review",
|
|
1271
|
+
"browser-automation-reliability-review",
|
|
1213
1272
|
"agent-eval-integrity-review",
|
|
1214
1273
|
"facade-pattern",
|
|
1215
1274
|
"github-contribution-quality-gate",
|