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
|
@@ -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 =
|
|
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:
|
|
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
|
|
120
|
-
|
|
121
|
-
|
|
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
|
-
`|
|
|
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.
|