mustflow 2.32.0 → 2.37.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.
Files changed (42) hide show
  1. package/dist/cli/commands/api/actions.js +55 -0
  2. package/dist/cli/commands/api/report-runner.js +62 -0
  3. package/dist/cli/commands/api/serve.js +149 -0
  4. package/dist/cli/commands/api/workspace-recommendations.js +13 -0
  5. package/dist/cli/commands/api.js +15 -275
  6. package/dist/cli/lib/local-index/search-read-model.js +44 -7
  7. package/dist/cli/lib/validation/frontmatter.js +75 -0
  8. package/dist/cli/lib/validation/index.js +4 -86
  9. package/dist/cli/lib/validation/safe-read.js +13 -0
  10. package/dist/core/active-run-locks.js +110 -10
  11. package/dist/core/run-performance-history.js +14 -1
  12. package/dist/core/validation-ratchet.js +1 -1
  13. package/package.json +1 -1
  14. package/templates/default/i18n.toml +55 -19
  15. package/templates/default/locales/en/.mustflow/docs/agent-workflow.md +15 -7
  16. package/templates/default/locales/en/.mustflow/skills/INDEX.md +20 -8
  17. package/templates/default/locales/en/.mustflow/skills/adapter-boundary/SKILL.md +9 -2
  18. package/templates/default/locales/en/.mustflow/skills/ai-generated-code-hardening/SKILL.md +249 -0
  19. package/templates/default/locales/en/.mustflow/skills/api-contract-change/SKILL.md +16 -11
  20. package/templates/default/locales/en/.mustflow/skills/auth-permission-change/SKILL.md +11 -4
  21. package/templates/default/locales/en/.mustflow/skills/backend-reliability-change/SKILL.md +289 -0
  22. package/templates/default/locales/en/.mustflow/skills/css-code-change/SKILL.md +24 -14
  23. package/templates/default/locales/en/.mustflow/skills/dependency-upgrade-review/SKILL.md +18 -7
  24. package/templates/default/locales/en/.mustflow/skills/frontend-render-stability/SKILL.md +144 -0
  25. package/templates/default/locales/en/.mustflow/skills/go-code-change/SKILL.md +70 -18
  26. package/templates/default/locales/en/.mustflow/skills/html-code-change/SKILL.md +20 -13
  27. package/templates/default/locales/en/.mustflow/skills/http-delivery-streaming/SKILL.md +205 -0
  28. package/templates/default/locales/en/.mustflow/skills/performance-budget-check/SKILL.md +9 -7
  29. package/templates/default/locales/en/.mustflow/skills/proactive-risk-surfacing/SKILL.md +198 -0
  30. package/templates/default/locales/en/.mustflow/skills/python-code-change/SKILL.md +27 -11
  31. package/templates/default/locales/en/.mustflow/skills/routes.toml +37 -1
  32. package/templates/default/locales/en/.mustflow/skills/rust-code-change/SKILL.md +41 -17
  33. package/templates/default/locales/en/.mustflow/skills/service-boundary-architecture/SKILL.md +167 -0
  34. package/templates/default/locales/en/.mustflow/skills/tailwind-code-change/SKILL.md +37 -23
  35. package/templates/default/locales/en/.mustflow/skills/tauri-code-change/SKILL.md +27 -10
  36. package/templates/default/locales/en/.mustflow/skills/typescript-code-change/SKILL.md +22 -4
  37. package/templates/default/locales/en/.mustflow/skills/unocss-code-change/SKILL.md +34 -15
  38. package/templates/default/locales/en/.mustflow/skills/version-freshness-check/SKILL.md +29 -5
  39. package/templates/default/locales/en/AGENTS.md +3 -2
  40. package/templates/default/locales/ko/.mustflow/docs/agent-workflow.md +13 -8
  41. package/templates/default/locales/ko/AGENTS.md +2 -2
  42. package/templates/default/manifest.toml +37 -1
@@ -1,6 +1,6 @@
1
1
  id = "default"
2
2
  name = "default"
3
- version = "2.32.0"
3
+ version = "2.37.1"
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"
@@ -13,11 +13,15 @@ creates = [
13
13
  ".mustflow/skills/routes.toml",
14
14
  ".mustflow/skills/adapter-boundary/SKILL.md",
15
15
  ".mustflow/skills/api-contract-change/SKILL.md",
16
+ ".mustflow/skills/backend-reliability-change/SKILL.md",
17
+ ".mustflow/skills/http-delivery-streaming/SKILL.md",
16
18
  ".mustflow/skills/artifact-integrity-check/SKILL.md",
17
19
  ".mustflow/skills/architecture-deepening-review/SKILL.md",
20
+ ".mustflow/skills/service-boundary-architecture/SKILL.md",
18
21
  ".mustflow/skills/auth-permission-change/SKILL.md",
19
22
  ".mustflow/skills/behavior-preserving-refactor/SKILL.md",
20
23
  ".mustflow/skills/code-review/SKILL.md",
24
+ ".mustflow/skills/ai-generated-code-hardening/SKILL.md",
21
25
  ".mustflow/skills/codebase-orientation/SKILL.md",
22
26
  ".mustflow/skills/heuristic-candidate-selection/SKILL.md",
23
27
  ".mustflow/skills/clarifying-question-gate/SKILL.md",
@@ -76,6 +80,7 @@ creates = [
76
80
  ".mustflow/skills/external-skill-intake/SKILL.md",
77
81
  ".mustflow/skills/github-contribution-quality-gate/SKILL.md",
78
82
  ".mustflow/skills/file-path-cross-platform-change/SKILL.md",
83
+ ".mustflow/skills/frontend-render-stability/SKILL.md",
79
84
  ".mustflow/skills/idea-triage/SKILL.md",
80
85
  ".mustflow/skills/facade-pattern/SKILL.md",
81
86
  ".mustflow/skills/instruction-conflict-scope-check/SKILL.md",
@@ -89,6 +94,7 @@ creates = [
89
94
  ".mustflow/skills/process-execution-safety/SKILL.md",
90
95
  ".mustflow/skills/public-json-contract-change/SKILL.md",
91
96
  ".mustflow/skills/provenance-license-gate/SKILL.md",
97
+ ".mustflow/skills/proactive-risk-surfacing/SKILL.md",
92
98
  ".mustflow/skills/repo-improvement-loop/SKILL.md",
93
99
  ".mustflow/skills/restricted-handoff-resume/SKILL.md",
94
100
  ".mustflow/skills/structure-discovery-gate/SKILL.md",
@@ -141,9 +147,12 @@ available = ["minimal", "patterns", "oss", "team", "product", "library"]
141
147
  minimal = [
142
148
  "adapter-boundary",
143
149
  "api-contract-change",
150
+ "backend-reliability-change",
151
+ "http-delivery-streaming",
144
152
  "auth-permission-change",
145
153
  "behavior-preserving-refactor",
146
154
  "code-review",
155
+ "ai-generated-code-hardening",
147
156
  "codebase-orientation",
148
157
  "heuristic-candidate-selection",
149
158
  "clarifying-question-gate",
@@ -191,6 +200,7 @@ minimal = [
191
200
  "instruction-conflict-scope-check",
192
201
  "pattern-scout",
193
202
  "provenance-license-gate",
203
+ "proactive-risk-surfacing",
194
204
  "requirement-regression-guard",
195
205
  "restricted-handoff-resume",
196
206
  "repro-first-debug",
@@ -207,10 +217,14 @@ minimal = [
207
217
  patterns = [
208
218
  "adapter-boundary",
209
219
  "architecture-deepening-review",
220
+ "service-boundary-architecture",
210
221
  "api-contract-change",
222
+ "backend-reliability-change",
223
+ "http-delivery-streaming",
211
224
  "auth-permission-change",
212
225
  "behavior-preserving-refactor",
213
226
  "code-review",
227
+ "ai-generated-code-hardening",
214
228
  "codebase-orientation",
215
229
  "heuristic-candidate-selection",
216
230
  "clarifying-question-gate",
@@ -264,6 +278,7 @@ patterns = [
264
278
  "pattern-scout",
265
279
  "pure-core-imperative-shell",
266
280
  "provenance-license-gate",
281
+ "proactive-risk-surfacing",
267
282
  "repo-improvement-loop",
268
283
  "restricted-handoff-resume",
269
284
  "result-option",
@@ -284,11 +299,15 @@ patterns = [
284
299
  oss = [
285
300
  "adapter-boundary",
286
301
  "api-contract-change",
302
+ "backend-reliability-change",
303
+ "http-delivery-streaming",
287
304
  "artifact-integrity-check",
288
305
  "architecture-deepening-review",
306
+ "service-boundary-architecture",
289
307
  "auth-permission-change",
290
308
  "behavior-preserving-refactor",
291
309
  "code-review",
310
+ "ai-generated-code-hardening",
292
311
  "codebase-orientation",
293
312
  "heuristic-candidate-selection",
294
313
  "clarifying-question-gate",
@@ -352,6 +371,7 @@ oss = [
352
371
  "provenance-license-gate",
353
372
  "public-json-contract-change",
354
373
  "pure-core-imperative-shell",
374
+ "proactive-risk-surfacing",
355
375
  "readme-authoring",
356
376
  "release-notes-authoring",
357
377
  "release-publish-change",
@@ -378,10 +398,14 @@ oss = [
378
398
  team = [
379
399
  "adapter-boundary",
380
400
  "architecture-deepening-review",
401
+ "service-boundary-architecture",
381
402
  "api-contract-change",
403
+ "backend-reliability-change",
404
+ "http-delivery-streaming",
382
405
  "auth-permission-change",
383
406
  "behavior-preserving-refactor",
384
407
  "code-review",
408
+ "ai-generated-code-hardening",
385
409
  "codebase-orientation",
386
410
  "heuristic-candidate-selection",
387
411
  "clarifying-question-gate",
@@ -439,6 +463,7 @@ team = [
439
463
  "process-execution-safety",
440
464
  "pure-core-imperative-shell",
441
465
  "provenance-license-gate",
466
+ "proactive-risk-surfacing",
442
467
  "result-option",
443
468
  "requirement-regression-guard",
444
469
  "restricted-handoff-resume",
@@ -458,9 +483,13 @@ team = [
458
483
  product = [
459
484
  "adapter-boundary",
460
485
  "api-contract-change",
486
+ "backend-reliability-change",
487
+ "http-delivery-streaming",
488
+ "service-boundary-architecture",
461
489
  "auth-permission-change",
462
490
  "behavior-preserving-refactor",
463
491
  "code-review",
492
+ "ai-generated-code-hardening",
464
493
  "codebase-orientation",
465
494
  "heuristic-candidate-selection",
466
495
  "clarifying-question-gate",
@@ -509,6 +538,7 @@ product = [
509
538
  "github-contribution-quality-gate",
510
539
  "failure-triage",
511
540
  "file-path-cross-platform-change",
541
+ "frontend-render-stability",
512
542
  "idea-triage",
513
543
  "instruction-conflict-scope-check",
514
544
  "llm-service-ux-review",
@@ -517,6 +547,7 @@ product = [
517
547
  "performance-budget-check",
518
548
  "pure-core-imperative-shell",
519
549
  "provenance-license-gate",
550
+ "proactive-risk-surfacing",
520
551
  "result-option",
521
552
  "requirement-regression-guard",
522
553
  "restricted-handoff-resume",
@@ -540,11 +571,15 @@ product = [
540
571
  library = [
541
572
  "adapter-boundary",
542
573
  "api-contract-change",
574
+ "backend-reliability-change",
575
+ "http-delivery-streaming",
543
576
  "artifact-integrity-check",
544
577
  "architecture-deepening-review",
578
+ "service-boundary-architecture",
545
579
  "auth-permission-change",
546
580
  "behavior-preserving-refactor",
547
581
  "code-review",
582
+ "ai-generated-code-hardening",
548
583
  "codebase-orientation",
549
584
  "heuristic-candidate-selection",
550
585
  "clarifying-question-gate",
@@ -607,6 +642,7 @@ library = [
607
642
  "provenance-license-gate",
608
643
  "public-json-contract-change",
609
644
  "pure-core-imperative-shell",
645
+ "proactive-risk-surfacing",
610
646
  "readme-authoring",
611
647
  "release-notes-authoring",
612
648
  "release-publish-change",