mustflow 2.103.15 → 2.103.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mustflow",
3
- "version": "2.103.15",
3
+ "version": "2.103.16",
4
4
  "description": "Agent workflow documents and CLI for mustflow repository roots.",
5
5
  "type": "module",
6
6
  "license": "MIT-0",
@@ -781,7 +781,7 @@ translations = {}
781
781
  [documents."skill.next-action-menu"]
782
782
  source = "locales/en/.mustflow/skills/next-action-menu/SKILL.md"
783
783
  source_locale = "en"
784
- revision = 4
784
+ revision = 5
785
785
  translations = {}
786
786
 
787
787
  [documents."skill.evidence-stall-breaker"]
@@ -2,7 +2,7 @@
2
2
  mustflow_doc: skill.next-action-menu
3
3
  locale: en
4
4
  canonical: true
5
- revision: 4
5
+ revision: 5
6
6
  lifecycle: mustflow-owned
7
7
  authority: procedure
8
8
  name: next-action-menu
@@ -116,13 +116,15 @@ scope, approval, verification, command contracts, release gates, or safety rules
116
116
  5. Render the menu as a Markdown table after the completion evidence and skill-selection note when
117
117
  the host format allows it.
118
118
  - Use four columns: number, next task title, description, and recommendation score.
119
- - In Korean final reports, use `추천도` for the recommendation-score column label.
120
- - Use non-breaking padding in short header cells so narrow renderers do not wrap Korean headers
121
- vertically. Prefer this template:
122
- `| 번호   | 다음 작업 | 설명 | 추천도   |`
119
+ - In Korean final reports, use wider short-column labels so narrow renderers do not wrap
120
+ two- or three-character headers vertically. Prefer `선택 번호` over `번호`, and
121
+ `추천 등급` over `추천도`.
122
+ - Use non-breaking spaces inside the short header labels so those labels stay together.
123
+ Prefer this template:
124
+ `| 선택 번호 | 다음 작업 | 설명 | 추천 등급 |`
123
125
  `|---:|---|---|:---:|`
124
126
  For English, prefer:
125
- `| No.   | Next task | Description | Score   |`
127
+ `| Select No. | Next task | Description | Recommendation grade |`
126
128
  `|---:|---|---|:---:|`
127
129
  - Keep descriptions short enough to scan but specific enough to execute.
128
130
  - Localize column labels to the report language when appropriate.
@@ -1,6 +1,6 @@
1
1
  id = "default"
2
2
  name = "default"
3
- version = "2.103.15"
3
+ version = "2.103.16"
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"