mustflow 1.16.0 → 1.17.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.
package/README.md CHANGED
@@ -55,7 +55,7 @@ flowchart TD
55
55
 
56
56
  `read_order` defines the required reading sequence, while `optional_read_order` and `[context]` control how task-specific context loads. The `[refresh]` policy sets when agents reread the same instructions.
57
57
 
58
- The skills index acts as an active routing step: agents compare the task with `.mustflow/skills/INDEX.md` and read matching `SKILL.md` files before editing that scope. Skills guide procedure only; command execution still comes from `.mustflow/config/commands.toml`.
58
+ The skills index acts as an active routing step: agents compare the task with `.mustflow/skills/INDEX.md` and read matching `SKILL.md` files before editing that scope. This step is required before file edits even when `mf doctor` or `mf check` passes, because health checks do not decide which task procedure applies. Skills guide procedure only; command execution still comes from `.mustflow/config/commands.toml`.
59
59
 
60
60
  ## Quick start
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mustflow",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "Agent workflow documents and CLI for mustflow repository roots.",
5
5
  "type": "module",
6
6
  "license": "MIT-0",
@@ -10,8 +10,8 @@ status_values = ["current", "stale", "needs_review", "missing"]
10
10
  [documents."agents.root"]
11
11
  source = "locales/en/AGENTS.md"
12
12
  source_locale = "en"
13
- revision = 11
14
- translations.ko = { path = "locales/ko/AGENTS.md", source_revision = 11, status = "current" }
13
+ revision = 12
14
+ translations.ko = { path = "locales/ko/AGENTS.md", source_revision = 12, status = "current" }
15
15
  translations.zh = { path = "locales/zh/AGENTS.md", source_revision = 11, status = "needs_review" }
16
16
  translations.es = { path = "locales/es/AGENTS.md", source_revision = 11, status = "needs_review" }
17
17
  translations.fr = { path = "locales/fr/AGENTS.md", source_revision = 11, status = "needs_review" }
@@ -2,7 +2,7 @@
2
2
  mustflow_doc: agents.root
3
3
  locale: en
4
4
  canonical: true
5
- revision: 11
5
+ revision: 12
6
6
  lifecycle: user-editable
7
7
  authority: binding
8
8
  ---
@@ -63,7 +63,14 @@ mustflow-managed details are under `.mustflow/`.
63
63
  - If `DESIGN.md` exists, read it only for UI, visual design, layout, design-token, or accessibility
64
64
  work. Do not create a `DESIGN.md` if one does not exist.
65
65
  - Read the matching skill document when one applies to the task.
66
- - Before editing, use `.mustflow/skills/INDEX.md` to decide whether one or more skills apply.
66
+ - Before creating or modifying any file, use `.mustflow/skills/INDEX.md` to decide whether one or more skills apply.
67
+ This skill-selection gate is mandatory even for small or seemingly obvious tasks.
68
+ - `mf doctor`, `mf check`, and other health checks do not satisfy the skill-selection gate. They
69
+ confirm repository health; they do not decide which task procedure applies.
70
+ - If a matching skill applies, read the matching `SKILL.md` before editing that scope. If no
71
+ installed skill matches, state that no matching installed skill was found in the next progress
72
+ update or final report. If a plausible skill is referenced by the index but is unavailable in
73
+ the installed profile, report that gap instead of silently continuing.
67
74
  - If a skill becomes relevant after new evidence, such as a command failure or a documentation
68
75
  change, read the matching `SKILL.md` before continuing that part of the work.
69
76
  - Skill documents guide procedure. They do not authorize commands outside
@@ -2,7 +2,7 @@
2
2
  mustflow_doc: agents.root
3
3
  locale: ko
4
4
  canonical: false
5
- revision: 17
5
+ revision: 18
6
6
  lifecycle: user-editable
7
7
  authority: binding
8
8
  ---
@@ -46,7 +46,9 @@ mustflow가 관리하는 세부 문서와 설정은 `.mustflow/` 폴더 아래
46
46
  - `.mustflow/context/` 파일은 프로젝트 방향과 도메인 약속을 설명하는 작업별 문맥입니다. 코드, 테스트, 명령 계약, 사용자 지시를 대신하는 최종 기준으로 보지 않습니다.
47
47
  - `DESIGN.md`가 있으면 UI, 시각 디자인, 레이아웃, 디자인 토큰, 접근성 작업에서만 읽습니다. 없는 `DESIGN.md`를 임의로 생성하지 않습니다.
48
48
  - 작업과 맞는 스킬이 있으면 해당 `SKILL.md`를 읽고 따릅니다.
49
- - 수정 `.mustflow/skills/INDEX.md`를 기준으로 현재 작업에 적용 가능한 스킬이 하나 이상 있는지 판단합니다.
49
+ - 파일을 만들거나 수정하기 전에 `.mustflow/skills/INDEX.md`를 기준으로 현재 작업에 적용 가능한 스킬이 하나 이상 있는지 판단합니다. 이 스킬 선택 단계는 작업이 작거나 명백해 보이는 경우에도 반드시 거쳐야 합니다.
50
+ - `mf doctor`, `mf check` 같은 상태 점검 명령은 스킬 선택 단계를 대신하지 않습니다. 이 명령들은 저장소 상태를 확인할 뿐, 현재 작업에 어떤 절차가 필요한지 결정하지 않습니다.
51
+ - 적용되는 스킬이 있으면 해당 범위를 편집하기 전에 맞는 `SKILL.md`를 읽습니다. 설치된 스킬 중 맞는 항목이 없으면 다음 진행 보고나 최종 보고에서 “일치하는 설치 스킬이 없음”을 밝힙니다. 색인에는 그럴듯한 스킬이 보이지만 현재 프로필에 설치되어 있지 않다면, 조용히 넘어가지 말고 그 누락을 보고합니다.
50
52
  - 명령 실패나 문서 변경 등 작업 중 새 근거가 생겨 스킬이 필요해지면, 해당 범위를 계속하기 전에 반드시 맞는 `SKILL.md`를 읽습니다.
51
53
  - 스킬 문서는 절차 안내용일 뿐 `.mustflow/config/commands.toml` 밖의 명령 실행을 허용하거나 사용자, 호스트, 저장소, 안전 규칙을 덮어쓰지 않습니다.
52
54
  - 생성 파일, 외부 의존성, 비밀 정보 파일은 명시적 요청 없이는 수정하지 않습니다.
@@ -1,6 +1,6 @@
1
1
  id = "default"
2
2
  name = "default"
3
- version = "1.16.0"
3
+ version = "1.17.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"