@uoyo/mvtt 2.0.0-beta.6 → 2.0.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.
Files changed (72) hide show
  1. package/dist/cli.d.ts.map +1 -1
  2. package/dist/cli.js +14 -6
  3. package/dist/cli.js.map +1 -1
  4. package/dist/commands/doctor.d.ts.map +1 -1
  5. package/dist/commands/doctor.js +28 -16
  6. package/dist/commands/doctor.js.map +1 -1
  7. package/dist/commands/install.d.ts.map +1 -1
  8. package/dist/commands/install.js +64 -59
  9. package/dist/commands/install.js.map +1 -1
  10. package/dist/commands/uninstall.d.ts.map +1 -1
  11. package/dist/commands/uninstall.js +58 -25
  12. package/dist/commands/uninstall.js.map +1 -1
  13. package/dist/commands/update.d.ts.map +1 -1
  14. package/dist/commands/update.js +31 -20
  15. package/dist/commands/update.js.map +1 -1
  16. package/dist/index.js +0 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/scripts/epic-update.cjs +236 -193
  19. package/dist/scripts/plan-update.cjs +236 -193
  20. package/dist/scripts/session-update.cjs +236 -193
  21. package/dist/types/platform.d.ts +1 -1
  22. package/dist/types/platform.d.ts.map +1 -1
  23. package/dist/types/platform.js +12 -0
  24. package/dist/types/platform.js.map +1 -1
  25. package/dist/util/bilingual.d.ts +10 -0
  26. package/dist/util/bilingual.d.ts.map +1 -0
  27. package/dist/util/bilingual.js +14 -0
  28. package/dist/util/bilingual.js.map +1 -0
  29. package/dist/util/cancel.d.ts +2 -0
  30. package/dist/util/cancel.d.ts.map +1 -0
  31. package/dist/util/cancel.js +6 -0
  32. package/dist/util/cancel.js.map +1 -0
  33. package/dist/util/color.d.ts +9 -6
  34. package/dist/util/color.d.ts.map +1 -1
  35. package/dist/util/color.js +10 -10
  36. package/dist/util/color.js.map +1 -1
  37. package/dist/util/spinner.d.ts +8 -0
  38. package/dist/util/spinner.d.ts.map +1 -0
  39. package/dist/util/spinner.js +17 -0
  40. package/dist/util/spinner.js.map +1 -0
  41. package/package.json +4 -3
  42. package/registry.yaml +72 -72
  43. package/sources/sections/activation-load-config.md +2 -2
  44. package/sources/sections/language-constraint.md +26 -0
  45. package/sources/sections/output-format-constraint.md +14 -14
  46. package/sources/sections/project-context-profile.md +29 -29
  47. package/sources/skills/mvt-analyze/manifest.yaml +1 -1
  48. package/sources/skills/mvt-analyze-code/manifest.yaml +1 -1
  49. package/sources/skills/mvt-bug-detect/manifest.yaml +3 -0
  50. package/sources/skills/mvt-check-context/manifest.yaml +3 -0
  51. package/sources/skills/mvt-cleanup/manifest.yaml +1 -1
  52. package/sources/skills/mvt-config/manifest.yaml +3 -0
  53. package/sources/skills/mvt-create-skill/business.md +1 -1
  54. package/sources/skills/mvt-create-skill/manifest.yaml +1 -1
  55. package/sources/skills/mvt-decompose/manifest.yaml +1 -1
  56. package/sources/skills/mvt-design/manifest.yaml +1 -1
  57. package/sources/skills/mvt-fix/manifest.yaml +1 -1
  58. package/sources/skills/mvt-help/manifest.yaml +3 -0
  59. package/sources/skills/mvt-implement/manifest.yaml +1 -1
  60. package/sources/skills/mvt-init/manifest.yaml +1 -1
  61. package/sources/skills/mvt-manage-context/manifest.yaml +1 -1
  62. package/sources/skills/mvt-plan-dev/manifest.yaml +1 -1
  63. package/sources/skills/mvt-quick-dev/manifest.yaml +1 -1
  64. package/sources/skills/mvt-refactor/manifest.yaml +1 -1
  65. package/sources/skills/mvt-resume/manifest.yaml +3 -0
  66. package/sources/skills/mvt-review/manifest.yaml +1 -1
  67. package/sources/skills/mvt-status/manifest.yaml +3 -0
  68. package/sources/skills/mvt-sync-context/manifest.yaml +1 -1
  69. package/sources/skills/mvt-template/manifest.yaml +3 -0
  70. package/sources/skills/mvt-test/manifest.yaml +1 -1
  71. package/sources/skills/mvt-update-plan/manifest.yaml +1 -1
  72. package/sources/sections/output-language-constraint.md +0 -11
@@ -41,7 +41,7 @@ sections:
41
41
  source: sections/activation-load-config.md
42
42
 
43
43
  - type: shared
44
- source: sections/output-language-constraint.md
44
+ source: sections/language-constraint.md
45
45
 
46
46
  - type: shared
47
47
  source: sections/output-format-constraint.md
@@ -56,7 +56,7 @@ sections:
56
56
  source: sections/activation-load-config.md
57
57
 
58
58
  - type: shared
59
- source: sections/output-language-constraint.md
59
+ source: sections/language-constraint.md
60
60
 
61
61
  - type: shared
62
62
  source: sections/output-format-constraint.md
@@ -47,7 +47,7 @@ sections:
47
47
  source: sections/activation-load-config.md
48
48
 
49
49
  - type: shared
50
- source: sections/output-language-constraint.md
50
+ source: sections/language-constraint.md
51
51
 
52
52
  - type: shared
53
53
  source: sections/output-format-constraint.md
@@ -46,7 +46,7 @@ sections:
46
46
  source: sections/activation-load-config.md
47
47
 
48
48
  - type: shared
49
- source: sections/output-language-constraint.md
49
+ source: sections/language-constraint.md
50
50
 
51
51
  - type: shared
52
52
  source: sections/output-format-constraint.md
@@ -45,7 +45,7 @@ sections:
45
45
  source: sections/activation-load-config.md
46
46
 
47
47
  - type: shared
48
- source: sections/output-language-constraint.md
48
+ source: sections/language-constraint.md
49
49
 
50
50
  - type: shared
51
51
  source: sections/output-format-constraint.md
@@ -63,7 +63,7 @@ sections:
63
63
  source: sections/activation-load-config.md
64
64
 
65
65
  - type: shared
66
- source: sections/output-language-constraint.md
66
+ source: sections/language-constraint.md
67
67
 
68
68
  - type: shared
69
69
  source: sections/output-format-constraint.md
@@ -47,6 +47,9 @@ sections:
47
47
  - type: shared
48
48
  source: sections/activation-load-config.md
49
49
 
50
+ - type: shared
51
+ source: sections/language-constraint.md
52
+
50
53
  - type: shared
51
54
  source: sections/activation-preflight.md
52
55
  params:
@@ -60,7 +60,7 @@ sections:
60
60
  source: sections/activation-load-config.md
61
61
 
62
62
  - type: shared
63
- source: sections/output-language-constraint.md
63
+ source: sections/language-constraint.md
64
64
 
65
65
  - type: shared
66
66
  source: sections/output-format-constraint.md
@@ -40,6 +40,9 @@ sections:
40
40
  - type: shared
41
41
  source: sections/activation-load-config.md
42
42
 
43
+ - type: shared
44
+ source: sections/language-constraint.md
45
+
43
46
  - type: shared
44
47
  source: sections/activation-preflight.md
45
48
  params:
@@ -58,7 +58,7 @@ sections:
58
58
  source: sections/activation-load-config.md
59
59
 
60
60
  - type: shared
61
- source: sections/output-language-constraint.md
61
+ source: sections/language-constraint.md
62
62
 
63
63
  - type: shared
64
64
  source: sections/output-format-constraint.md
@@ -41,6 +41,9 @@ sections:
41
41
  - type: shared
42
42
  source: sections/activation-load-config.md
43
43
 
44
+ - type: shared
45
+ source: sections/language-constraint.md
46
+
44
47
  - type: file
45
48
  source: ./business.md
46
49
 
@@ -55,7 +55,7 @@ sections:
55
55
  source: sections/activation-load-config.md
56
56
 
57
57
  - type: shared
58
- source: sections/output-language-constraint.md
58
+ source: sections/language-constraint.md
59
59
 
60
60
  - type: shared
61
61
  source: sections/output-format-constraint.md
@@ -44,7 +44,7 @@ sections:
44
44
  source: sections/activation-load-config.md
45
45
 
46
46
  - type: shared
47
- source: sections/output-language-constraint.md
47
+ source: sections/language-constraint.md
48
48
 
49
49
  - type: shared
50
50
  source: sections/output-format-constraint.md
@@ -1,11 +0,0 @@
1
- ## Output Language Constraint (Mandatory)
2
-
3
- All persisted document output (files written to disk) MUST be written in the language specified by `preferences.document_output_language` from config.yaml.
4
-
5
- **Scope**: artifact files, generated reports, plans, and any markdown written to disk.
6
-
7
- **Rules**:
8
- - Section headings defined in templates may remain in their original language, but all generated **content** MUST use the configured language
9
- - If `document_output_language` is not set, fall back to `interaction_language`
10
- - Do NOT infer output language from template headings, user prompt language, or source code comments
11
- - This constraint is NON-NEGOTIABLE and overrides any other language signals