mustflow 2.114.11 → 2.115.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.
@@ -660,6 +660,12 @@ route_type = "primary"
660
660
  priority = 85
661
661
  applies_to_reasons = ["code_change", "behavior_change", "public_api_change", "test_change", "docs_change", "performance_change", "security_change", "privacy_change", "package_metadata_change", "release_risk"]
662
662
 
663
+ [routes."nestjs-code-change"]
664
+ category = "general_code"
665
+ route_type = "primary"
666
+ priority = 85
667
+ applies_to_reasons = ["code_change", "behavior_change", "public_api_change", "test_change", "docs_change", "performance_change", "security_change", "privacy_change", "data_change", "package_metadata_change", "release_risk"]
668
+
663
669
  [routes."elysia-code-change"]
664
670
  category = "general_code"
665
671
  route_type = "primary"
@@ -2,7 +2,7 @@
2
2
  mustflow_doc: agents.root
3
3
  locale: en
4
4
  canonical: true
5
- revision: 21
5
+ revision: 22
6
6
  lifecycle: user-editable
7
7
  authority: binding
8
8
  ---
@@ -123,6 +123,15 @@ mustflow-managed details are under `.mustflow/`.
123
123
  - If the nested repository has no local preferences file, apply the nearest parent mustflow
124
124
  preferences as inherited defaults while still following the nested repository's `AGENTS.md` and
125
125
  command contract.
126
+ - When this mustflow root is used as a workspace for nested repositories, treat this root's
127
+ `.mustflow/skills/` router, routes, index, and installed `SKILL.md` files as a shared
128
+ workspace skill registry. Check the shared registry for task procedures in addition to the
129
+ nested repository's local routing files.
130
+ - Shared workspace skills provide procedure guidance only. They do not override the nested
131
+ repository's `AGENTS.md`, command contract, edit scope, safety rules, or source of truth.
132
+ - If a nested repository lacks a local skill index or uses a different local agent convention,
133
+ do not treat that absence as meaning no applicable workspace-level skill exists; consult the
134
+ shared workspace registry while keeping child-repository authority local.
126
135
  - In repository farms, prefer each child repository's own command contract for repository-owned
127
136
  commands. If the parent root intentionally orchestrates children, split parent-owned commands
128
137
  into repo-named fragments under `.mustflow/config/commands/`; use
@@ -2,7 +2,7 @@
2
2
  mustflow_doc: agents.root
3
3
  locale: es
4
4
  canonical: false
5
- revision: 10
5
+ revision: 11
6
6
  lifecycle: user-editable
7
7
  authority: binding
8
8
  ---
@@ -59,6 +59,9 @@ Los detalles gestionados por mustflow se encuentran en `.mustflow/`.
59
59
  - Las reglas de seguridad sobre secretos, privacidad, comandos destructivos y rutas permitidas de edición son acumulativas. Aplica la regla más estricta.
60
60
  - Al entrar en un repositorio anidado, vuelve a leer su `AGENTS.md` y `.mustflow/config/*.toml` antes de editar.
61
61
  - Si el repositorio anidado no tiene un archivo local de preferences, aplica las preferences del mustflow padre más cercano como valores heredados mientras sigues obedeciendo el `AGENTS.md` y el command contract del repositorio anidado.
62
+ - Cuando este mustflow root se use como workspace para repositorios anidados, trata el router, las routes, el index y los archivos `SKILL.md` instalados bajo `.mustflow/skills/` de este root como un shared workspace skill registry. Revisa ese registro compartido para elegir procedimientos de tarea junto con los archivos locales de routing del repositorio anidado.
63
+ - Las shared workspace skills solo orientan el procedimiento. No reemplazan el `AGENTS.md`, el command contract, el alcance de edición, las reglas de seguridad ni la fuente de verdad del repositorio anidado.
64
+ - Si un repositorio anidado no tiene un skill index local o usa una convención local de agentes diferente, no concluyas que no existe ninguna skill de workspace aplicable; consulta el shared workspace registry manteniendo local la autoridad del repositorio hijo.
62
65
  - No edites fuera del repositorio hijo seleccionado salvo solicitud explícita.
63
66
 
64
67
  ## Compatibilidad con Instrucciones del Host
@@ -2,7 +2,7 @@
2
2
  mustflow_doc: agents.root
3
3
  locale: fr
4
4
  canonical: false
5
- revision: 10
5
+ revision: 11
6
6
  lifecycle: user-editable
7
7
  authority: binding
8
8
  ---
@@ -60,6 +60,9 @@ Les détails gérés par mustflow se trouvent dans `.mustflow/`.
60
60
  - Les règles de sécurité sur les secrets, la vie privée, les commandes destructrices et les chemins d’édition autorisés sont cumulatives. Appliquer la règle la plus stricte.
61
61
  - Lors de la navigation vers un dépôt imbriqué, relire le `AGENTS.md` de ce dépôt et `.mustflow/config/*.toml` avant d’éditer.
62
62
  - Si le dépôt imbriqué n’a pas de fichier preferences local, appliquer les preferences du mustflow parent le plus proche comme valeurs héritées tout en continuant de suivre le `AGENTS.md` et le command contract du dépôt imbriqué.
63
+ - Lorsque ce mustflow root sert de workspace pour des dépôts imbriqués, traiter le router, les routes, l’index et les fichiers `SKILL.md` installés sous `.mustflow/skills/` dans ce root comme un shared workspace skill registry. Consulter ce registre partagé pour les procédures de tâche en plus des fichiers de routing locaux du dépôt imbriqué.
64
+ - Les shared workspace skills ne fournissent qu’un guidage de procédure. Elles ne remplacent pas le `AGENTS.md`, le command contract, le périmètre d’édition, les règles de sécurité ni la source de vérité du dépôt imbriqué.
65
+ - Si un dépôt imbriqué n’a pas d’index de skills local ou utilise une convention d’agent locale différente, ne pas conclure qu’aucune skill de workspace ne s’applique ; consulter le shared workspace registry tout en gardant l’autorité du dépôt enfant locale.
63
66
  - Ne pas éditer en dehors du dépôt enfant sélectionné, sauf demande explicite.
64
67
 
65
68
  ## Compatibilité avec les instructions du host
@@ -2,7 +2,7 @@
2
2
  mustflow_doc: agents.root
3
3
  locale: hi
4
4
  canonical: false
5
- revision: 10
5
+ revision: 11
6
6
  lifecycle: user-editable
7
7
  authority: binding
8
8
  ---
@@ -59,6 +59,9 @@ mustflow द्वारा प्रबंधित विवरण `.mustflow/
59
59
  - secrets, गोपनीयता, destructive commands, और अनुमत संपादन मार्गों के सुरक्षा नियम संचयी होते हैं। अधिक सख्त नियम अपनाएं।
60
60
  - nested रिपॉजिटरी में जाने पर संपादन से पहले उसका `AGENTS.md` और `.mustflow/config/*.toml` फिर से पढ़ें।
61
61
  - यदि nested repository में local preferences file नहीं है, तो nested repository के `AGENTS.md` और command contract का पालन करते हुए निकटतम parent mustflow preferences को inherited defaults के रूप में लागू करें।
62
+ - जब यह mustflow root nested repositories के लिए workspace के रूप में उपयोग हो, तो इस root के `.mustflow/skills/` router, routes, index, और installed `SKILL.md` files को shared workspace skill registry मानें। nested repository की local routing files के साथ इस shared registry को भी task procedures चुनने के लिए देखें।
63
+ - Shared workspace skills केवल procedure guidance देती हैं। वे nested repository के `AGENTS.md`, command contract, edit scope, safety rules, या source of truth को override नहीं करतीं।
64
+ - यदि किसी nested repository में local skill index नहीं है या वह अलग local agent convention उपयोग करती है, तो यह न मानें कि कोई workspace-level skill लागू नहीं है; child-repository authority को local रखते हुए shared workspace registry देखें।
62
65
  - स्पष्ट अनुरोध के बिना चुनी हुई child रिपॉजिटरी के बाहर संपादन न करें।
63
66
 
64
67
  ## होस्ट-विशिष्ट निर्देश अनुकूलता
@@ -2,7 +2,7 @@
2
2
  mustflow_doc: agents.root
3
3
  locale: ko
4
4
  canonical: false
5
- revision: 28
5
+ revision: 29
6
6
  lifecycle: user-editable
7
7
  authority: binding
8
8
  ---
@@ -74,6 +74,9 @@ mustflow가 관리하는 세부 문서와 설정은 `.mustflow/` 폴더 아래
74
74
  - 보안, 비밀 정보, 개인정보, 파괴적 명령, 수정 가능 경로 등 안전 규칙은 누적 적용하며 더 엄격한 규칙을 따릅니다.
75
75
  - 상위 작업 공간에서 하위 저장소로 진입한 경우, 하위 저장소의 `AGENTS.md`와 `.mustflow/config/*.toml`을 다시 읽은 뒤 작업합니다.
76
76
  - 하위 저장소에 로컬 preferences 파일이 없다면, 하위 저장소의 `AGENTS.md`와 command contract를 계속 따르면서 가장 가까운 상위 mustflow preferences를 상속 기본값으로 적용합니다.
77
+ - 이 mustflow 루트를 하위 저장소 작업 공간으로 사용하는 경우, 이 루트의 `.mustflow/skills/` router, routes, index, 설치된 `SKILL.md` 파일을 공유 workspace skill registry로 취급합니다. 하위 저장소의 로컬 라우팅 파일과 함께 이 공유 registry도 확인해 현재 작업에 맞는 절차를 선택합니다.
78
+ - 공유 workspace skill은 절차 안내일 뿐입니다. 하위 저장소의 `AGENTS.md`, command contract, 수정 범위, 안전 규칙, source of truth를 덮어쓰지 않습니다.
79
+ - 하위 저장소에 로컬 skill index가 없거나 다른 로컬 agent convention을 사용하더라도, 적용 가능한 workspace-level skill이 없다고 단정하지 않습니다. 하위 저장소의 권한은 로컬에 둔 채 공유 workspace registry를 함께 확인합니다.
77
80
  - repository farm에서는 각 하위 저장소가 소유한 명령은 해당 저장소의 command contract를 우선합니다. 상위 루트가 하위 저장소를 의도적으로 orchestration해야 한다면 상위 소유 명령을 `.mustflow/config/commands/` 아래 repo 이름별 fragment로 나누고, `mf workspace command-fragments`로 읽기 전용 안내를 확인합니다.
78
81
  - 명시적 요청 없이 선택한 하위 저장소 밖의 파일은 수정하지 않습니다.
79
82
 
@@ -2,7 +2,7 @@
2
2
  mustflow_doc: agents.root
3
3
  locale: zh
4
4
  canonical: false
5
- revision: 10
5
+ revision: 11
6
6
  lifecycle: user-editable
7
7
  authority: binding
8
8
  ---
@@ -60,6 +60,9 @@ authority: binding
60
60
  - 针对 secrets、隐私、破坏性命令和允许编辑路径的安全规则为累加,执行更严格的规则。
61
61
  - 进入嵌套仓库时,编辑前应重新阅读该仓库的 `AGENTS.md` 和 `.mustflow/config/*.toml`。
62
62
  - 如果嵌套仓库没有本地 preferences 文件,在继续遵循该仓库 `AGENTS.md` 和 command contract 的同时,使用最近父级 mustflow preferences 作为继承默认值。
63
+ - 当此 mustflow root 被用作嵌套仓库的 workspace 时,应将此 root 下 `.mustflow/skills/` 的 router、routes、index 以及已安装的 `SKILL.md` 文件视为 shared workspace skill registry。除嵌套仓库的本地 routing 文件外,也要检查该共享 registry 来选择任务流程。
64
+ - Shared workspace skills 只提供流程指导,不会覆盖嵌套仓库的 `AGENTS.md`、command contract、编辑范围、安全规则或事实来源。
65
+ - 如果嵌套仓库没有本地 skill index,或使用不同的本地 agent convention,不要因此认定没有适用的 workspace-level skill;在保持子仓库权限本地化的前提下检查 shared workspace registry。
63
66
  - 未经明确请求,不得编辑所选子仓库之外的内容。
64
67
 
65
68
  ## 宿主专用指令兼容性
@@ -1,6 +1,6 @@
1
1
  id = "default"
2
2
  name = "default"
3
- version = "2.114.11"
3
+ version = "2.115.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"
@@ -110,6 +110,7 @@ creates = [
110
110
  ".mustflow/skills/javascript-code-change/SKILL.md",
111
111
  ".mustflow/skills/java-code-change/SKILL.md",
112
112
  ".mustflow/skills/node-code-change/SKILL.md",
113
+ ".mustflow/skills/nestjs-code-change/SKILL.md",
113
114
  ".mustflow/skills/react-code-change/SKILL.md",
114
115
  ".mustflow/skills/vue-code-change/SKILL.md",
115
116
  ".mustflow/skills/vite-code-change/SKILL.md",
@@ -346,6 +347,7 @@ minimal = [
346
347
  "javascript-code-change",
347
348
  "java-code-change",
348
349
  "node-code-change",
350
+ "nestjs-code-change",
349
351
  "react-code-change",
350
352
  "vue-code-change",
351
353
  "vite-code-change",
@@ -516,6 +518,7 @@ patterns = [
516
518
  "javascript-code-change",
517
519
  "java-code-change",
518
520
  "node-code-change",
521
+ "nestjs-code-change",
519
522
  "react-code-change",
520
523
  "vue-code-change",
521
524
  "vite-code-change",
@@ -697,6 +700,7 @@ oss = [
697
700
  "javascript-code-change",
698
701
  "java-code-change",
699
702
  "node-code-change",
703
+ "nestjs-code-change",
700
704
  "react-code-change",
701
705
  "vue-code-change",
702
706
  "vite-code-change",
@@ -897,6 +901,7 @@ team = [
897
901
  "javascript-code-change",
898
902
  "java-code-change",
899
903
  "node-code-change",
904
+ "nestjs-code-change",
900
905
  "react-code-change",
901
906
  "vue-code-change",
902
907
  "vite-code-change",
@@ -1081,6 +1086,7 @@ product = [
1081
1086
  "javascript-code-change",
1082
1087
  "java-code-change",
1083
1088
  "node-code-change",
1089
+ "nestjs-code-change",
1084
1090
  "react-code-change",
1085
1091
  "vue-code-change",
1086
1092
  "vite-code-change",
@@ -1271,6 +1277,7 @@ library = [
1271
1277
  "javascript-code-change",
1272
1278
  "java-code-change",
1273
1279
  "node-code-change",
1280
+ "nestjs-code-change",
1274
1281
  "react-code-change",
1275
1282
  "vue-code-change",
1276
1283
  "vite-code-change",