mustflow 2.25.0 → 2.25.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.
@@ -1,6 +1,6 @@
1
1
  id = "default"
2
2
  name = "default"
3
- version = "2.25.0"
3
+ version = "2.25.2"
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"
@@ -22,6 +22,7 @@ creates = [
22
22
  ".mustflow/skills/clarifying-question-gate/SKILL.md",
23
23
  ".mustflow/skills/astro-code-change/SKILL.md",
24
24
  ".mustflow/skills/css-code-change/SKILL.md",
25
+ ".mustflow/skills/cpp-code-change/SKILL.md",
25
26
  ".mustflow/skills/dart-code-change/SKILL.md",
26
27
  ".mustflow/skills/elysia-code-change/SKILL.md",
27
28
  ".mustflow/skills/flutter-code-change/SKILL.md",
@@ -62,6 +63,7 @@ creates = [
62
63
  ".mustflow/skills/ui-quality-gate/SKILL.md",
63
64
  ".mustflow/skills/external-prompt-injection-defense/SKILL.md",
64
65
  ".mustflow/skills/external-skill-intake/SKILL.md",
66
+ ".mustflow/skills/github-contribution-quality-gate/SKILL.md",
65
67
  ".mustflow/skills/file-path-cross-platform-change/SKILL.md",
66
68
  ".mustflow/skills/idea-triage/SKILL.md",
67
69
  ".mustflow/skills/facade-pattern/SKILL.md",
@@ -128,6 +130,7 @@ minimal = [
128
130
  "clarifying-question-gate",
129
131
  "astro-code-change",
130
132
  "css-code-change",
133
+ "cpp-code-change",
131
134
  "dart-code-change",
132
135
  "elysia-code-change",
133
136
  "flutter-code-change",
@@ -180,6 +183,7 @@ patterns = [
180
183
  "clarifying-question-gate",
181
184
  "astro-code-change",
182
185
  "css-code-change",
186
+ "cpp-code-change",
183
187
  "dart-code-change",
184
188
  "elysia-code-change",
185
189
  "flutter-code-change",
@@ -243,6 +247,7 @@ oss = [
243
247
  "clarifying-question-gate",
244
248
  "astro-code-change",
245
249
  "css-code-change",
250
+ "cpp-code-change",
246
251
  "dart-code-change",
247
252
  "elysia-code-change",
248
253
  "flutter-code-change",
@@ -276,6 +281,7 @@ oss = [
276
281
  "docs-update",
277
282
  "external-prompt-injection-defense",
278
283
  "external-skill-intake",
284
+ "github-contribution-quality-gate",
279
285
  "facade-pattern",
280
286
  "failure-triage",
281
287
  "file-path-cross-platform-change",
@@ -318,6 +324,7 @@ team = [
318
324
  "clarifying-question-gate",
319
325
  "astro-code-change",
320
326
  "css-code-change",
327
+ "cpp-code-change",
321
328
  "dart-code-change",
322
329
  "elysia-code-change",
323
330
  "flutter-code-change",
@@ -348,6 +355,7 @@ team = [
348
355
  "diff-risk-review",
349
356
  "docs-update",
350
357
  "external-prompt-injection-defense",
358
+ "github-contribution-quality-gate",
351
359
  "facade-pattern",
352
360
  "failure-triage",
353
361
  "file-path-cross-platform-change",
@@ -381,6 +389,7 @@ product = [
381
389
  "clarifying-question-gate",
382
390
  "astro-code-change",
383
391
  "css-code-change",
392
+ "cpp-code-change",
384
393
  "dart-code-change",
385
394
  "elysia-code-change",
386
395
  "flutter-code-change",
@@ -411,6 +420,7 @@ product = [
411
420
  "docs-update",
412
421
  "external-prompt-injection-defense",
413
422
  "facade-pattern",
423
+ "github-contribution-quality-gate",
414
424
  "failure-triage",
415
425
  "file-path-cross-platform-change",
416
426
  "idea-triage",
@@ -449,6 +459,7 @@ library = [
449
459
  "clarifying-question-gate",
450
460
  "astro-code-change",
451
461
  "css-code-change",
462
+ "cpp-code-change",
452
463
  "dart-code-change",
453
464
  "elysia-code-change",
454
465
  "flutter-code-change",
@@ -482,6 +493,7 @@ library = [
482
493
  "docs-update",
483
494
  "external-prompt-injection-defense",
484
495
  "facade-pattern",
496
+ "github-contribution-quality-gate",
485
497
  "failure-triage",
486
498
  "file-path-cross-platform-change",
487
499
  "idea-triage",
@@ -523,6 +535,7 @@ managed_targets = [".gitignore"]
523
535
  generated_targets = [
524
536
  "REPO_MAP.md",
525
537
  ".mustflow/config/manifest.lock.toml",
538
+ ".mustflow/cache/**",
526
539
  ".mustflow/state/**",
527
540
  ".mustflow/worklogs/**",
528
541
  ".mustflow/plans/**",
@@ -593,6 +606,7 @@ default = "abort"
593
606
  [conflict_policy.generated]
594
607
  "REPO_MAP.md" = "prompt"
595
608
  ".mustflow/config/manifest.lock.toml" = "regenerate"
609
+ ".mustflow/cache/**" = "keep"
596
610
  ".mustflow/state/**" = "keep"
597
611
  ".mustflow/worklogs/**" = "keep"
598
612
  ".mustflow/plans/**" = "keep"