maskweaver 0.9.3 → 0.9.5

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 (246) hide show
  1. package/README.ko.md +279 -325
  2. package/README.md +109 -113
  3. package/assets/commands/meta/commands.json +34 -34
  4. package/assets/commands/weave-agents.md +12 -52
  5. package/assets/commands/weave-approve.md +12 -51
  6. package/assets/commands/weave-archive.md +21 -0
  7. package/assets/commands/weave-build.md +20 -89
  8. package/assets/commands/weave-craft.md +22 -43
  9. package/assets/commands/weave-help.md +37 -106
  10. package/assets/commands/weave-init.md +26 -108
  11. package/assets/commands/weave-interview.md +13 -111
  12. package/assets/commands/weave-map.md +13 -99
  13. package/assets/commands/weave-prepare.md +23 -69
  14. package/assets/commands/weave-refine-plan.md +26 -59
  15. package/assets/commands/weave-repair.md +22 -70
  16. package/assets/commands/weave-status.md +22 -155
  17. package/assets/commands/weave-troubleshoot.md +11 -47
  18. package/assets/commands/weave-verify.md +23 -44
  19. package/assets/commands/weave-worktree.md +27 -69
  20. package/dist/cli/doctor.js +5 -21
  21. package/dist/cli/install.d.ts +0 -8
  22. package/dist/cli/install.js +0 -39
  23. package/dist/context/config.d.ts +0 -22
  24. package/dist/context/config.js +0 -28
  25. package/dist/context/feature.d.ts +0 -39
  26. package/dist/context/feature.js +0 -77
  27. package/dist/context/files.d.ts +0 -13
  28. package/dist/context/files.js +1 -24
  29. package/dist/context/index.d.ts +0 -7
  30. package/dist/context/index.js +0 -12
  31. package/dist/context/project.d.ts +0 -21
  32. package/dist/context/project.js +0 -30
  33. package/dist/context/types.d.ts +0 -48
  34. package/dist/context/types.js +0 -12
  35. package/dist/context/utils.d.ts +0 -18
  36. package/dist/context/utils.js +0 -27
  37. package/dist/core/engine/promptBuilder.d.ts +0 -17
  38. package/dist/core/engine/promptBuilder.js +0 -28
  39. package/dist/core/index.d.ts +0 -6
  40. package/dist/core/index.js +0 -9
  41. package/dist/core/loader/MaskLoader.d.ts +0 -23
  42. package/dist/core/loader/MaskLoader.js +0 -29
  43. package/dist/core/schema/types.d.ts +0 -47
  44. package/dist/core/schema/types.js +0 -6
  45. package/dist/core/schema/validator.d.ts +0 -14
  46. package/dist/core/schema/validator.js +0 -18
  47. package/dist/i18n/index.d.ts +0 -18
  48. package/dist/i18n/index.js +4 -23
  49. package/dist/index.d.ts +0 -8
  50. package/dist/index.js +0 -8
  51. package/dist/lib.d.ts +0 -5
  52. package/dist/lib.js +0 -12
  53. package/dist/memory/chunking.d.ts +0 -22
  54. package/dist/memory/chunking.js +2 -37
  55. package/dist/memory/core.d.ts +0 -29
  56. package/dist/memory/core.js +1 -52
  57. package/dist/memory/index.d.ts +0 -5
  58. package/dist/memory/index.js +0 -10
  59. package/dist/memory/indexer.d.ts +0 -21
  60. package/dist/memory/indexer.js +0 -44
  61. package/dist/memory/providers/examples.d.ts +0 -5
  62. package/dist/memory/providers/examples.js +4 -64
  63. package/dist/memory/providers/factory.d.ts +0 -44
  64. package/dist/memory/providers/factory.js +0 -46
  65. package/dist/memory/providers/index.d.ts +0 -26
  66. package/dist/memory/providers/index.js +0 -28
  67. package/dist/memory/providers/ollama.d.ts +0 -6
  68. package/dist/memory/providers/ollama.js +1 -8
  69. package/dist/memory/providers/openai.d.ts +0 -6
  70. package/dist/memory/providers/openai.js +1 -8
  71. package/dist/memory/providers/openrouter.d.ts +0 -6
  72. package/dist/memory/providers/openrouter.js +0 -8
  73. package/dist/memory/providers/text-only.d.ts +0 -13
  74. package/dist/memory/providers/text-only.js +0 -17
  75. package/dist/memory/providers/types.d.ts +0 -39
  76. package/dist/memory/providers/types.js +0 -7
  77. package/dist/memory/providers/voyage.d.ts +0 -22
  78. package/dist/memory/providers/voyage.js +1 -24
  79. package/dist/memory/search/hybrid.d.ts +0 -12
  80. package/dist/memory/search/hybrid.js +1 -22
  81. package/dist/memory/store/sqlite.d.ts +0 -72
  82. package/dist/memory/store/sqlite.js +4 -127
  83. package/dist/plugin/config/index.d.ts +0 -112
  84. package/dist/plugin/config/index.js +0 -115
  85. package/dist/plugin/index.d.ts +0 -13
  86. package/dist/plugin/index.js +1 -124
  87. package/dist/plugin/tools/command-registry.d.ts +0 -6
  88. package/dist/plugin/tools/command-registry.js +0 -14
  89. package/dist/plugin/tools/context.d.ts +0 -12
  90. package/dist/plugin/tools/context.js +0 -58
  91. package/dist/plugin/tools/maskSave.d.ts +0 -3
  92. package/dist/plugin/tools/maskSave.js +0 -3
  93. package/dist/plugin/tools/memoryGet.d.ts +0 -3
  94. package/dist/plugin/tools/memoryGet.js +0 -3
  95. package/dist/plugin/tools/memoryIndexer.d.ts +0 -3
  96. package/dist/plugin/tools/memoryIndexer.js +0 -10
  97. package/dist/plugin/tools/memorySearch.d.ts +0 -31
  98. package/dist/plugin/tools/memorySearch.js +0 -79
  99. package/dist/plugin/tools/memoryWrite.d.ts +0 -8
  100. package/dist/plugin/tools/memoryWrite.js +0 -32
  101. package/dist/plugin/tools/retrospect.d.ts +0 -3
  102. package/dist/plugin/tools/retrospect.js +0 -3
  103. package/dist/plugin/tools/slashcommand.d.ts +0 -11
  104. package/dist/plugin/tools/slashcommand.js +0 -38
  105. package/dist/plugin/tools/squad.d.ts +0 -12
  106. package/dist/plugin/tools/squad.js +11 -83
  107. package/dist/plugin/tools/weave.d.ts +0 -6
  108. package/dist/plugin/tools/weave.js +0 -78
  109. package/dist/plugin/types.d.ts +0 -20
  110. package/dist/plugin/types.js +0 -7
  111. package/dist/retrospect/index.d.ts +0 -7
  112. package/dist/retrospect/index.js +0 -9
  113. package/dist/retrospect/mask-save.d.ts +0 -12
  114. package/dist/retrospect/mask-save.js +1 -80
  115. package/dist/retrospect/retrospect.d.ts +0 -18
  116. package/dist/retrospect/retrospect.js +0 -63
  117. package/dist/retrospect/strategies/base.d.ts +0 -15
  118. package/dist/retrospect/strategies/base.js +0 -7
  119. package/dist/retrospect/strategies/deep.d.ts +0 -12
  120. package/dist/retrospect/strategies/deep.js +0 -24
  121. package/dist/retrospect/strategies/index.d.ts +0 -12
  122. package/dist/retrospect/strategies/index.js +0 -12
  123. package/dist/retrospect/strategies/quick.d.ts +0 -12
  124. package/dist/retrospect/strategies/quick.js +0 -19
  125. package/dist/retrospect/strategies/standard.d.ts +0 -12
  126. package/dist/retrospect/strategies/standard.js +0 -15
  127. package/dist/retrospect/types.d.ts +0 -7
  128. package/dist/retrospect/types.js +0 -7
  129. package/dist/shared/config.d.ts +0 -105
  130. package/dist/shared/config.js +0 -33
  131. package/dist/shared/errors.d.ts +0 -18
  132. package/dist/shared/errors.js +0 -19
  133. package/dist/shared/generate-agents.d.ts +0 -69
  134. package/dist/shared/generate-agents.js +2 -86
  135. package/dist/shared/image.d.ts +0 -67
  136. package/dist/shared/image.js +6 -104
  137. package/dist/shared/index.d.ts +0 -5
  138. package/dist/shared/index.js +0 -7
  139. package/dist/shared/model-registry.d.ts +0 -72
  140. package/dist/shared/model-registry.js +5 -95
  141. package/dist/shared/types.d.ts +0 -15
  142. package/dist/shared/types.js +0 -3
  143. package/dist/shared-context/dag.d.ts +0 -105
  144. package/dist/shared-context/dag.js +3 -114
  145. package/dist/shared-context/index.d.ts +0 -5
  146. package/dist/shared-context/index.js +0 -15
  147. package/dist/shared-context/logger.d.ts +0 -37
  148. package/dist/shared-context/logger.js +0 -41
  149. package/dist/shared-context/parallel-executor.d.ts +0 -54
  150. package/dist/shared-context/parallel-executor.js +4 -56
  151. package/dist/shared-context/session.d.ts +0 -56
  152. package/dist/shared-context/session.js +0 -47
  153. package/dist/shared-context/squad.d.ts +0 -68
  154. package/dist/shared-context/squad.js +0 -63
  155. package/dist/shared-context/storage.d.ts +0 -132
  156. package/dist/shared-context/storage.js +0 -116
  157. package/dist/shared-context/task.d.ts +0 -120
  158. package/dist/shared-context/task.js +0 -152
  159. package/dist/shared-context/test/dag.test.js +9 -14
  160. package/dist/shared-context/test/logger.test.d.ts +0 -8
  161. package/dist/shared-context/test/logger.test.js +0 -52
  162. package/dist/shared-context/test/session.test.d.ts +0 -7
  163. package/dist/shared-context/test/session.test.js +0 -63
  164. package/dist/shared-context/test/squad.test.d.ts +0 -10
  165. package/dist/shared-context/test/squad.test.js +2 -68
  166. package/dist/shared-context/test/storage.test.d.ts +0 -8
  167. package/dist/shared-context/test/storage.test.js +0 -68
  168. package/dist/shared-context/test/task.test.d.ts +0 -7
  169. package/dist/shared-context/test/task.test.js +0 -54
  170. package/dist/shared-context/test/watchdog.test.d.ts +0 -7
  171. package/dist/shared-context/test/watchdog.test.js +3 -58
  172. package/dist/shared-context/types.d.ts +0 -215
  173. package/dist/shared-context/types.js +0 -125
  174. package/dist/shared-context/watchdog.d.ts +0 -127
  175. package/dist/shared-context/watchdog.js +0 -148
  176. package/dist/shared-context/worktree.d.ts +0 -68
  177. package/dist/shared-context/worktree.js +2 -34
  178. package/dist/verify/budget.d.ts +0 -29
  179. package/dist/verify/budget.js +0 -34
  180. package/dist/verify/critical-files.d.ts +0 -17
  181. package/dist/verify/critical-files.js +0 -37
  182. package/dist/verify/escalation.d.ts +0 -20
  183. package/dist/verify/escalation.js +0 -22
  184. package/dist/verify/index.d.ts +0 -5
  185. package/dist/verify/index.js +0 -11
  186. package/dist/verify/prompts.d.ts +0 -20
  187. package/dist/verify/prompts.js +0 -20
  188. package/dist/verify/types.d.ts +0 -26
  189. package/dist/verify/types.js +1 -12
  190. package/dist/verify/verifier.d.ts +0 -29
  191. package/dist/verify/verifier.js +0 -54
  192. package/dist/version.d.ts +1 -16
  193. package/dist/version.js +1 -16
  194. package/dist/weave/bridge.d.ts +0 -35
  195. package/dist/weave/bridge.js +0 -51
  196. package/dist/weave/environment/detector.d.ts +0 -6
  197. package/dist/weave/environment/detector.js +4 -45
  198. package/dist/weave/environment/index.d.ts +0 -19
  199. package/dist/weave/environment/index.js +1 -39
  200. package/dist/weave/environment/issues.d.ts +0 -35
  201. package/dist/weave/environment/issues.js +0 -59
  202. package/dist/weave/git.d.ts +0 -8
  203. package/dist/weave/git.js +0 -8
  204. package/dist/weave/index.d.ts +0 -13
  205. package/dist/weave/index.js +2 -28
  206. package/dist/weave/knowledge/global.d.ts +0 -39
  207. package/dist/weave/knowledge/global.js +2 -78
  208. package/dist/weave/loop.js +0 -3
  209. package/dist/weave/orchestrator.d.ts +0 -69
  210. package/dist/weave/orchestrator.js +1 -101
  211. package/dist/weave/phase-manager.d.ts +0 -64
  212. package/dist/weave/phase-manager.js +0 -89
  213. package/dist/weave/security/secret-scan.d.ts +0 -14
  214. package/dist/weave/security/secret-scan.js +0 -19
  215. package/dist/weave/stages/build.js +0 -15
  216. package/dist/weave/stages/execute.d.ts +0 -42
  217. package/dist/weave/stages/execute.js +4 -86
  218. package/dist/weave/stages/handoff.d.ts +0 -7
  219. package/dist/weave/stages/handoff.js +0 -43
  220. package/dist/weave/stages/index.d.ts +0 -3
  221. package/dist/weave/stages/index.js +0 -3
  222. package/dist/weave/stages/intake.d.ts +0 -8
  223. package/dist/weave/stages/intake.js +5 -65
  224. package/dist/weave/stages/map.d.ts +0 -1
  225. package/dist/weave/stages/openspec.d.ts +0 -1
  226. package/dist/weave/stages/plan.d.ts +0 -11
  227. package/dist/weave/stages/plan.js +1 -53
  228. package/dist/weave/stages/refine.d.ts +0 -7
  229. package/dist/weave/stages/refine.js +0 -7
  230. package/dist/weave/stages/research.d.ts +0 -6
  231. package/dist/weave/stages/research.js +0 -6
  232. package/dist/weave/stages/spec.d.ts +0 -12
  233. package/dist/weave/stages/spec.js +0 -17
  234. package/dist/weave/types.d.ts +0 -20
  235. package/dist/weave/types.js +0 -5
  236. package/dist/weave/verification/commands.d.ts +0 -12
  237. package/dist/weave/verification/commands.js +0 -19
  238. package/dist/weave/verification/index.d.ts +0 -6
  239. package/dist/weave/verification/index.js +1 -19
  240. package/dist/weave/verification/playwright.d.ts +0 -47
  241. package/dist/weave/verification/playwright.js +1 -90
  242. package/dist/weave/worktree.d.ts +0 -16
  243. package/dist/weave/worktree.js +0 -23
  244. package/dist/weave/yaml-repair.d.ts +0 -39
  245. package/dist/weave/yaml-repair.js +13 -116
  246. package/package.json +1 -1
package/README.md CHANGED
@@ -1,22 +1,22 @@
1
- # 🎭 Maskweaver: Expert Persona Framework for OpenCode
1
+ # ?렚 Maskweaver: Expert Persona Framework for OpenCode
2
2
 
3
3
  <div align="center">
4
4
 
5
5
  <img src="docs/images/hero.png" width="800" alt="Maskweaver Hero Image">
6
6
 
7
- > **The npm for AI personas** Level up your OpenCode assistant with expert personalities
7
+ > **The npm for AI personas** ??Level up your OpenCode assistant with expert personalities
8
8
 
9
9
  [![GitHub Release](https://img.shields.io/github/v/release/ulgerang/maskweaver?color=369eff&labelColor=black&logo=github&style=flat-square)](https://github.com/ulgerang/maskweaver/releases)
10
10
  [![License](https://img.shields.io/badge/license-MIT-white?labelColor=black&style=flat-square)](LICENSE)
11
11
  [![npm](https://img.shields.io/npm/v/maskweaver?color=ff6b35&labelColor=black&style=flat-square)](https://www.npmjs.com/package/maskweaver)
12
12
 
13
- [English](README.md) | [한국어](README.ko.md)
13
+ [English](README.md) | [?쒓뎅??(README.ko.md)
14
14
 
15
15
  </div>
16
16
 
17
17
  ---
18
18
 
19
- ## 🔌 OpenCode Plugin
19
+ ## ?뵆 OpenCode Plugin
20
20
 
21
21
  **Maskweaver is a handy plugin for [OpenCode](https://github.com/sst/opencode).**
22
22
 
@@ -24,8 +24,8 @@ While it can be used as a standalone library, it works great with OpenCode to ad
24
24
  - **Expert Personas (Masks)**: Standardized YAML profiles for legendary developers.
25
25
  - **Smart Delegation**: Multi-agent workflows optimized for OpenCode.
26
26
  - **Project Memory**: Hybrid semantic search for your entire codebase.
27
- - **🆕 Weave Workflow**: Phase-driven development with AI self-verification.
28
- - **🔗 GDC Integration**: Graph-Driven Codebase support for enhanced research and design-time verification gates.
27
+ - **?넅 Weave Workflow**: Phase-driven development with AI self-verification.
28
+ - **?뵕 GDC Integration**: Graph-Driven Codebase support for enhanced research and design-time verification gates.
29
29
 
30
30
  ---
31
31
 
@@ -58,7 +58,7 @@ Install and configure maskweaver by following the instructions here:
58
58
  https://raw.githubusercontent.com/ulgerang/maskweaver/master/docs/installation.md
59
59
  ```
60
60
 
61
- Or read the [Installation Guide](docs/installation.md) directly—but **we strongly recommend letting an agent handle it. Humans make mistakes.**
61
+ Or read the [Installation Guide](docs/installation.md) directly?봟ut **we strongly recommend letting an agent handle it. Humans make mistakes.**
62
62
 
63
63
  ### For LLM Agents
64
64
 
@@ -145,7 +145,7 @@ npm list maskweaver
145
145
 
146
146
  # In OpenCode chat
147
147
  # Use the maskweaver_status tool or type:
148
- /weave help
148
+ /weave-help
149
149
  ```
150
150
 
151
151
  ```typescript
@@ -174,7 +174,7 @@ console.log(VERSION); // "0.7.29"
174
174
 
175
175
  ## Features
176
176
 
177
- ### 🎭 Expert Personas (Masks)
177
+ ### ?렚 Expert Personas (Masks)
178
178
 
179
179
  Apply legendary developer personalities to your AI assistant:
180
180
 
@@ -193,25 +193,25 @@ profile:
193
193
  ```
194
194
 
195
195
  **Current Masks:**
196
- - 🐧 **Linus Torvalds** - Systems, C, Linux, performance
197
- - 🏗️ **Martin Fowler** - Architecture, refactoring, patterns
198
- - 🧪 **Kent Beck** - TDD, XP, testing
199
- - 🧠 **Andrew Ng** - ML/AI systems
200
- - ⚛️ **Dan Abramov** - React, frontend architecture
196
+ - ?맕 **Linus Torvalds** - Systems, C, Linux, performance
197
+ - ?룛截?**Martin Fowler** - Architecture, refactoring, patterns
198
+ - ?㎦ **Kent Beck** - TDD, XP, testing
199
+ - ?쭬 **Andrew Ng** - ML/AI systems
200
+ - ?쏉툘 **Dan Abramov** - React, frontend architecture
201
201
 
202
- ### 🤖 Dummy-Human System
202
+ ### ?쨼 Dummy-Human System
203
203
 
204
204
  Smart subagents for cost-efficient multi-agent workflows:
205
205
 
206
206
  | Agent | Model Tier | Cost | Best For |
207
207
  |-------|-----------|------|----------|
208
- | `@dummy-flash` | Fast | 💰 | File search, summaries, simple tasks |
209
- | `@dummy-human` | Balanced | 💰💰 | Code writing, reviews, general work |
210
- | `@dummy-premium` | Powerful | 💰💰💰 | Architecture, complex debugging |
208
+ | `@dummy-flash` | Fast | ?뮥 | File search, summaries, simple tasks |
209
+ | `@dummy-human` | Balanced | ?뮥?뮥 | Code writing, reviews, general work |
210
+ | `@dummy-premium` | Powerful | ?뮥?뮥?뮥 | Architecture, complex debugging |
211
211
 
212
- ### 🧵 Weave Workflow
212
+ ### ?㏊ Weave Workflow
213
213
 
214
- **Phase-Driven Development** "AI verifies, Human validates"
214
+ **Phase-Driven Development** ??"AI verifies, Human validates"
215
215
 
216
216
  Weave is Maskweaver's flagship workflow. It breaks work into testable phases, auto-selects expert masks, and provides structured verification before handoff.
217
217
 
@@ -219,42 +219,37 @@ Weave is Maskweaver's flagship workflow. It breaks work into testable phases, au
219
219
 
220
220
  | Command | Description |
221
221
  |---------|-------------|
222
- | `/weave init` | Initialize Weave (once per repo) |
223
- | `/weave prepare [docs]` | Generate research + spec + plan in one step (auto-split if oversized) |
224
- | `/weave refine-plan` | Apply structured plan notes (`tasks/plan-notes.md`) to active plan |
225
- | `/weave approve` | Explicit human approval gate before implementation |
226
- | `/weave craft [P#]` | Prepare phase execution context and guidance |
227
- | `/weave build` | Autonomous build loop (`action=run/status/stop/list/resume/sync`) |
228
- | `/weave verify` | Run build/test verification (auto-detect) |
229
- | `/weave worktree ...` | Manage git worktrees for parallel work |
230
- | `/weave status` | View project progress and stats |
231
- | `/weave agents` | Sync agent files or init config (`sync=true` / `init=true`) |
232
- | `/weave troubleshoot` | Search global knowledge (`record=true` to save a solution) |
233
- | `/weave archive` | Archive the verified active change |
234
- | `/weave help` | Show documentation |
235
-
236
- > Tip: In OpenCode chat you can use `/weave ...` commands, and they map to the underlying `weave command=...` tool calls.
222
+ | `/weave-init` | Initialize Weave (once per repo) |
223
+ | `/weave-prepare [docs]` | Generate research + spec + plan in one step (auto-split if oversized) |
224
+ | `/weave-refine-plan` | Apply structured plan notes (`tasks/plan-notes.md`) to active plan |
225
+ | `/weave-approve` | Explicit human approval gate before implementation |
226
+ | `/weave-craft [P#]` | Prepare phase execution context and guidance |
227
+ | `/build` | Autonomous build loop (`action=run/status/stop/list/resume/sync`) |
228
+ | `/weave-verify` | Run build/test verification (auto-detect) |
229
+ | `/weave-worktree ...` | Manage git worktrees for parallel work |
230
+ | `/weave-status` | View project progress and stats |
231
+ | `/weave-agents` | Sync agent files or init config (`sync=true` / `init=true`) |
232
+ | `/weave-troubleshoot` | Search global knowledge (`record=true` to save a solution) |
233
+ | `/weave-archive` | Archive the verified active change |
234
+ | `/weave-help` | Show documentation |
235
+
236
+ > Tip: In OpenCode chat, use the visible slash commands above. They map to the underlying `weave command=...` tool calls.
237
237
 
238
238
  #### Workflow
239
239
 
240
240
  ```
241
- 0. INIT (once): /weave init
242
-
243
- 1. PLAN: /weave prepare docs/
241
+ 0. INIT (once): /weave-init
242
+ ??1. PLAN: /weave-prepare docs/
244
243
  - Generates research + spec + phase plan (auto-splits if oversized)
245
-
246
- 2. REFINE (optional): /weave refine-plan
244
+ ??2. REFINE (optional): /weave-refine-plan
247
245
  - apply annotation notes from tasks/plan-notes.md
248
-
249
- 3. APPROVAL GATE: /weave approve
246
+ ??3. APPROVAL GATE: /weave-approve
250
247
  - required before craft execution
251
-
252
- 4. CRAFT: /weave craft
248
+ ??4. CRAFT: /weave-craft
253
249
  - Generates an execution plan and next actions
254
250
  - Implement/verify changes, then finalize with approve
255
- - Use `/weave verify` anytime for build/test checks
256
-
257
- 5. HANDOFF: You validate UX/intent and move to next phase
251
+ - Use `/weave-verify` anytime for build/test checks
252
+ ??5. HANDOFF: You validate UX/intent and move to next phase
258
253
  ```
259
254
 
260
255
  #### Multi-Layer AI Verification
@@ -263,15 +258,15 @@ Before handing off to you, AI runs these verification layers:
263
258
 
264
259
  | Layer | Type | Tool |
265
260
  |-------|------|------|
266
- | 1️⃣ TypeCheck | Build | `tsc --noEmit` |
267
- | 2️⃣ Lint | Build | `eslint` |
268
- | 3️⃣ Build | Build | `npm run build` |
269
- | 4️⃣ Unit Tests | Test | `jest` / `vitest` |
270
- | 5️⃣ E2E Tests | Test | **Playwright** |
271
- | 6️⃣ Screenshot | Visual | Playwright / browser capture |
272
- | 7️⃣ API Check | API | `fetch` health checks |
273
- | 8️⃣ A11y | Accessibility | `axe-core` |
274
- | 0️⃣ GDC Check | Design | `gdc check --machine` |
261
+ | 1截뤴깵 TypeCheck | Build | `tsc --noEmit` |
262
+ | 2截뤴깵 Lint | Build | `eslint` |
263
+ | 3截뤴깵 Build | Build | `npm run build` |
264
+ | 4截뤴깵 Unit Tests | Test | `jest` / `vitest` |
265
+ | 5截뤴깵 E2E Tests | Test | **Playwright** |
266
+ | 6截뤴깵 Screenshot | Visual | Playwright / browser capture |
267
+ | 7截뤴깵 API Check | API | `fetch` health checks |
268
+ | 8截뤴깵 A11y | Accessibility | `axe-core` |
269
+ | 0截뤴깵 GDC Check | Design | `gdc check --machine` |
275
270
 
276
271
  #### GDC Integration (Graph-Driven Codebase)
277
272
 
@@ -324,23 +319,23 @@ The AI automatically picks the best expert for each task:
324
319
 
325
320
  | Task Type | Auto-Selected Mask |
326
321
  |-----------|-------------------|
327
- | Architecture/Design | 🏗️ Martin Fowler |
328
- | Testing/TDD | 🧪 Kent Beck |
329
- | React/Frontend | ⚛️ Dan Abramov |
330
- | Performance/Systems | 🐧 Linus Torvalds |
331
- | ML/AI | 🧠 Andrew Ng |
322
+ | Architecture/Design | ?룛截?Martin Fowler |
323
+ | Testing/TDD | ?㎦ Kent Beck |
324
+ | React/Frontend | ?쏉툘 Dan Abramov |
325
+ | Performance/Systems | ?맕 Linus Torvalds |
326
+ | ML/AI | ?쭬 Andrew Ng |
332
327
 
333
328
  #### Global Knowledge Base (Cross-Project RAG)
334
329
 
335
330
  Troubleshooting solutions are stored globally and shared across all projects:
336
331
 
337
332
  ```
338
- Error occurs Search ~/.maskweaver/knowledge.sqlite
339
- ├── Found Apply solution Retry
340
- └── Not found Fix manually Record solution for future
333
+ Error occurs ??Search ~/.maskweaver/knowledge.sqlite
334
+ ?쒋??€ Found ??Apply solution ??Retry
335
+ ?붴??€ Not found ??Fix manually ??Record solution for future
341
336
  ```
342
337
 
343
- ### 🧠 Memory System
338
+ ### ?쭬 Memory System
344
339
 
345
340
  Remember past conversations, decisions, and mask effectiveness:
346
341
 
@@ -359,13 +354,13 @@ const results = await memory.hybridSearch(
359
354
  ```
360
355
 
361
356
  **Embedding Providers:**
362
- - 🦙 **Ollama** - Local, private (bge-m3, nomic-embed)
363
- - 🤖 **OpenAI** - text-embedding-3-large
364
- - 🚀 **VoyageAI** - Code-specialized embeddings!
365
- - 🔀 **OpenRouter** - Access to multiple providers
366
- - 📝 **Text-only** - No embeddings, pure FTS5
357
+ - ?쬂 **Ollama** - Local, private (bge-m3, nomic-embed)
358
+ - ?쨼 **OpenAI** - text-embedding-3-large
359
+ - ?? **VoyageAI** - Code-specialized embeddings!
360
+ - ?? **OpenRouter** - Access to multiple providers
361
+ - ?뱷 **Text-only** - No embeddings, pure FTS5
367
362
 
368
- ### 🗂️ Context System
363
+ ### ?뾺截?Context System
369
364
 
370
365
  Track long-running features with file associations:
371
366
 
@@ -383,7 +378,7 @@ Track long-running features with file associations:
383
378
  @context done
384
379
  ```
385
380
 
386
- ### 🔄 Retrospect System
381
+ ### ?봽 Retrospect System
387
382
 
388
383
  Evaluate mask effectiveness after each session:
389
384
 
@@ -404,7 +399,7 @@ Evaluate mask effectiveness after each session:
404
399
 
405
400
  ---
406
401
 
407
- ## 📦 Package Structure
402
+ ## ?벀 Package Structure
408
403
 
409
404
  Maskweaver is a single npm package with modular exports:
410
405
 
@@ -434,12 +429,12 @@ import { WeaveOrchestrator, GlobalKnowledge } from 'maskweaver/weave';
434
429
 
435
430
  ---
436
431
 
437
- ## 🧵 Weave Usage Guide
432
+ ## ?㏊ Weave Usage Guide
438
433
 
439
434
  ### Step 0: Initialize (Once)
440
435
 
441
436
  ```bash
442
- /weave init
437
+ /weave-init
443
438
  ```
444
439
 
445
440
  ### Step 1: Create a Plan
@@ -447,13 +442,13 @@ import { WeaveOrchestrator, GlobalKnowledge } from 'maskweaver/weave';
447
442
  Generate research + spec + plan in one command:
448
443
 
449
444
  ```bash
450
- /weave prepare docs/
445
+ /weave-prepare docs/
451
446
  ```
452
447
 
453
448
  Then approve the plan:
454
449
 
455
450
  ```bash
456
- /weave approve
451
+ /weave-approve
457
452
  ```
458
453
 
459
454
  The AI will:
@@ -464,7 +459,7 @@ The AI will:
464
459
 
465
460
  Example output:
466
461
  ```markdown
467
- ## 📋 Execution Plan
462
+ ## ?뱥 Execution Plan
468
463
 
469
464
  ### Vision
470
465
  Build a modern emotion diary app with AI-powered insights
@@ -482,7 +477,7 @@ Is this plan okay? Let me know if changes are needed.
482
477
  ### Step 2: Approve the Plan (Required)
483
478
 
484
479
  ```bash
485
- /weave approve
480
+ /weave-approve
486
481
  ```
487
482
 
488
483
  ### Step 3: Craft a Phase (Auto-select if omitted)
@@ -490,10 +485,10 @@ Is this plan okay? Let me know if changes are needed.
490
485
  Start with the first phase:
491
486
 
492
487
  ```bash
493
- /weave craft
488
+ /weave-craft
494
489
  ```
495
490
 
496
- `/weave craft` returns execution context for the phase. Implement changes, then rerun `/weave craft` if you want to refresh the plan view.
491
+ `/weave-craft` returns execution context for the phase. Implement changes, then rerun `/weave-craft` if you want to refresh the plan view.
497
492
 
498
493
  ### Step 4: Continue Implementation
499
494
 
@@ -520,23 +515,23 @@ weave command=approve
520
515
  When all verifications pass:
521
516
 
522
517
  ```markdown
523
- ## Phase P1 Verification Complete!
518
+ ## ??Phase P1 Verification Complete!
524
519
 
525
- ### 🤖 AI Test Results
520
+ ### ?쨼 AI Test Results
526
521
  | Test | Result |
527
522
  |------|--------|
528
- | Build | Success |
529
- | Unit Tests | 15/15 |
530
- | Lint | Passed |
523
+ | Build | ??Success |
524
+ | Unit Tests | ??15/15 |
525
+ | Lint | ??Passed |
531
526
 
532
- ### 🎭 Masks Used
527
+ ### ?렚 Masks Used
533
528
  - Kent Beck (testing)
534
529
  - Dan Abramov (React components)
535
530
 
536
- ### 🔗 Access
531
+ ### ?뵕 Access
537
532
  http://localhost:5173
538
533
 
539
- ### 👤 Human Validation (Only you can judge)
534
+ ### ?뫀 Human Validation (Only you can judge)
540
535
  - [ ] Does it feel right?
541
536
  - [ ] Is the UX good?
542
537
  - [ ] Is this what you wanted?
@@ -547,24 +542,24 @@ http://localhost:5173
547
542
  ### Step 6: Check Status Anytime
548
543
 
549
544
  ```bash
550
- /weave status
545
+ /weave-status
551
546
  ```
552
547
 
553
548
  Output:
554
549
  ```markdown
555
- ## 📊 Weave Progress
550
+ ## ?뱤 Weave Progress
556
551
 
557
552
  **Project**: Emotion Diary App
558
553
  **Progress**: 40%
559
554
 
560
- [████████░░░░░░░░░░░░] 2/5
555
+ [?댿뻽?댿뻽?댿뻽?댿뻽?묅뼇?묅뼇?묅뼇?묅뼇?묅뼇?묅뼇] 2/5
561
556
 
562
557
  ### Phases
563
- ✅ **P1**: Emotion Selection UI (2.5h) [kent-beck, dan-abramov]
564
- 🔄 **P2**: Data Persistence
565
- ⏳ **P3**: History View
566
- ⏳ **P4**: Statistics
567
- ⏳ **P5**: Theme Settings
558
+ ??**P1**: Emotion Selection UI (2.5h) [kent-beck, dan-abramov]
559
+ ?봽 **P2**: Data Persistence
560
+ ??**P3**: History View
561
+ ??**P4**: Statistics
562
+ ??**P5**: Theme Settings
568
563
 
569
564
  ### Global Knowledge Stats
570
565
  - Total troubleshooting records: 47
@@ -574,7 +569,7 @@ Output:
574
569
 
575
570
  ---
576
571
 
577
- ## 🎭 Creating Masks
572
+ ## ?렚 Creating Masks
578
573
 
579
574
  Masks are simple YAML files:
580
575
 
@@ -620,35 +615,35 @@ usage:
620
615
 
621
616
  ---
622
617
 
623
- ## 🌍 Multilingual
618
+ ## ?뙇 Multilingual
624
619
 
625
620
  Infrastructure ready for:
626
- - 🇺🇸 English
627
- - 🇰🇷 Korean
628
- - 🇨🇳 Chinese *(coming soon)*
629
- - 🇯🇵 Japanese *(coming soon)*
621
+ - ?눣?눡 English
622
+ - ?눖?눟 Korean
623
+ - ?눊?눛 Chinese *(coming soon)*
624
+ - ?눓?눝 Japanese *(coming soon)*
630
625
 
631
626
  Masks can have multiple language versions:
632
627
  ```
633
628
  masks/
634
- ├── linus-torvalds.en.yaml
635
- ├── linus-torvalds.ko.yaml
636
- └── linus-torvalds.zh.yaml
629
+ ?쒋??€ linus-torvalds.en.yaml
630
+ ?쒋??€ linus-torvalds.ko.yaml
631
+ ?붴??€ linus-torvalds.zh.yaml
637
632
  ```
638
633
 
639
634
  ---
640
635
 
641
- ## 🤝 Contributing
636
+ ## ?쩃 Contributing
642
637
 
643
638
  We need your help!
644
639
 
645
640
  ### Add a Mask
646
641
 
647
642
  Create a YAML file in `masks/` and submit a PR:
648
- - Real expertise (domain knowledge)
649
- - Distinct personality (thinking style)
650
- - Clear use cases (when to use)
651
- - Examples (expected behavior)
643
+ - ??Real expertise (domain knowledge)
644
+ - ??Distinct personality (thinking style)
645
+ - ??Clear use cases (when to use)
646
+ - ??Examples (expected behavior)
652
647
 
653
648
  ### Report Bugs
654
649
 
@@ -661,12 +656,13 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
661
656
 
662
657
  ---
663
658
 
664
- ## 📄 License
659
+ ## ?뱞 License
665
660
 
666
661
  MIT - See [LICENSE](LICENSE)
667
662
 
668
663
  ---
669
664
 
670
665
  <p align="center">
671
- <sub>Crafted with 🎭 by <a href="https://github.com/ulgerang">ULJI SOFT</a></sub>
666
+ <sub>Crafted with ?렚 by <a href="https://github.com/ulgerang">ULJI SOFT</a></sub>
672
667
  </p>
668
+
@@ -19,11 +19,11 @@
19
19
  "name": "map",
20
20
  "aliases": [],
21
21
  "deprecatedAliases": [],
22
- "description": "코드베이스 구조 분석 + GDC 그래프 연동",
23
- "descriptionEn": "Analyze codebase structure via GDC + Graphify (knowledge graph)",
22
+ "description": "Analyze codebase structure via GDC and optional Graphify",
23
+ "descriptionEn": "Analyze codebase structure via GDC and optional Graphify",
24
24
  "category": "analysis",
25
25
  "args": [
26
- { "name": "deep", "type": "boolean", "default": false, "description": "Run deep analysis with graphify-windows skill" }
26
+ { "name": "deep", "type": "boolean", "default": false, "description": "Run deeper Graphify analysis when available" }
27
27
  ],
28
28
  "mdFile": "weave-map.md",
29
29
  "handler": "handleMap",
@@ -33,8 +33,8 @@
33
33
  "name": "interview",
34
34
  "aliases": [],
35
35
  "deprecatedAliases": [],
36
- "description": "코드베이스 기반 멀티스텝 요구사항 인터뷰",
37
- "descriptionEn": "Multi-step question asking until clarity, with structural change detection",
36
+ "description": "Ask clarifying questions until requirements and structural changes are clear",
37
+ "descriptionEn": "Ask clarifying questions until requirements and structural changes are clear",
38
38
  "category": "analysis",
39
39
  "args": [
40
40
  { "name": "docsPath", "type": "string", "required": false, "description": "Path to requirements documents" }
@@ -47,12 +47,12 @@
47
47
  "name": "prepare",
48
48
  "aliases": [],
49
49
  "deprecatedAliases": [],
50
- "description": "research + spec + plan 번에 생성 (큰 계획은 자동 분할)",
51
- "descriptionEn": "Create research + spec + plan with defaults (auto-splits oversized plans)",
50
+ "description": "Create research, spec, and phase plan artifacts from requirements",
51
+ "descriptionEn": "Create research, spec, and phase plan artifacts from requirements",
52
52
  "category": "planning",
53
53
  "args": [
54
54
  { "name": "docsPath", "type": "string", "required": false, "description": "Path to requirements documents" },
55
- { "name": "planName", "type": "string", "required": false, "description": "Plan name (kebab-case)" },
55
+ { "name": "planName", "type": "string", "required": false, "description": "Plan name in kebab-case" },
56
56
  { "name": "splitPlans", "type": "boolean", "default": true, "description": "Auto-split oversized plans into multiple shard plan files" },
57
57
  { "name": "splitMaxPhases", "type": "number", "default": 3, "min": 2, "max": 8, "description": "Max phases per shard when splitPlans is enabled" },
58
58
  { "name": "splitMaxHours", "type": "number", "default": 10, "min": 4, "max": 40, "description": "Max estimated hours per shard when splitPlans is enabled" }
@@ -65,11 +65,11 @@
65
65
  "name": "refine-plan",
66
66
  "aliases": [],
67
67
  "deprecatedAliases": [],
68
- "description": "Apply structured plan-note directives to active plan",
69
- "descriptionEn": "Apply structured plan-note directives to active plan",
68
+ "description": "Apply structured plan-note directives to the active plan",
69
+ "descriptionEn": "Apply structured plan-note directives to the active plan",
70
70
  "category": "planning",
71
71
  "args": [
72
- { "name": "notesPath", "type": "string", "required": false, "description": "Path to structured plan notes (default: tasks/plan-notes.md)" },
72
+ { "name": "notesPath", "type": "string", "required": false, "description": "Path to structured plan notes" },
73
73
  { "name": "applyNotes", "type": "boolean", "default": true, "description": "Auto-apply plan notes during approve" }
74
74
  ],
75
75
  "mdFile": "weave-refine-plan.md",
@@ -80,11 +80,11 @@
80
80
  "name": "approve",
81
81
  "aliases": [],
82
82
  "deprecatedAliases": [],
83
- "description": "Plan 승인 게이트 통과 (구현 필수)",
83
+ "description": "Approve the plan, or finalize a crafted phase when phaseId is provided",
84
84
  "descriptionEn": "Approve the plan, or finalize a crafted phase when phaseId is provided",
85
85
  "category": "planning",
86
86
  "args": [
87
- { "name": "phaseId", "type": "string", "required": false, "description": "Phase ID to finalize (optional)" },
87
+ { "name": "phaseId", "type": "string", "required": false, "description": "Phase ID to finalize" },
88
88
  { "name": "planReview", "type": "string", "required": false, "description": "Plan review summary text" },
89
89
  { "name": "applyNotes", "type": "boolean", "default": true, "description": "Auto-apply plan notes during approve" }
90
90
  ],
@@ -96,12 +96,12 @@
96
96
  "name": "craft",
97
97
  "aliases": [],
98
98
  "deprecatedAliases": [],
99
- "description": "단일 Phase 수동 실행 준비 (실행 컨텍스트 생성)",
100
- "descriptionEn": "Prepare execution context for a phase (phase auto-select if omitted)",
99
+ "description": "Prepare execution context for a phase",
100
+ "descriptionEn": "Prepare execution context for a phase",
101
101
  "category": "execution",
102
102
  "args": [
103
- { "name": "phaseId", "type": "string", "required": false, "description": "Phase ID (auto-select if omitted)" },
104
- { "name": "projectType", "type": "string", "required": false, "description": "Project type hint (react, nextjs, go, etc.)" }
103
+ { "name": "phaseId", "type": "string", "required": false, "description": "Phase ID, auto-selected if omitted" },
104
+ { "name": "projectType", "type": "string", "required": false, "description": "Project type hint" }
105
105
  ],
106
106
  "mdFile": "weave-craft.md",
107
107
  "handler": "handleCraft",
@@ -111,14 +111,14 @@
111
111
  "name": "build",
112
112
  "aliases": [],
113
113
  "deprecatedAliases": [],
114
- "description": "자율 빌드 루프 실행 관리",
115
- "descriptionEn": "Autonomous build loop — run, resume, or inspect builds",
114
+ "description": "Run, resume, stop, list, or inspect autonomous build loops",
115
+ "descriptionEn": "Run, resume, stop, list, or inspect autonomous build loops",
116
116
  "category": "execution",
117
117
  "args": [
118
118
  { "name": "action", "type": "enum", "values": ["run", "status", "stop", "list", "resume", "sync"], "default": "run", "description": "Build sub-action" },
119
119
  { "name": "phaseIds", "type": "string", "required": false, "description": "Comma-separated phase IDs for run action" },
120
120
  { "name": "buildId", "type": "string", "required": false, "description": "Build ID for status/stop/resume/sync actions" },
121
- { "name": "maxRetries", "type": "number", "default": 3, "min": 1, "max": 10, "description": "Maximum retries per task (for run action)" },
121
+ { "name": "maxRetries", "type": "number", "default": 3, "min": 1, "max": 10, "description": "Maximum retries per task" },
122
122
  { "name": "maxIterations", "type": "number", "default": 1, "min": 1, "max": 20, "description": "Maximum loop iterations before blocking" },
123
123
  { "name": "maxNoProgress", "type": "number", "default": 1, "min": 0, "max": 10, "description": "Maximum repeated no-progress failures before blocking" }
124
124
  ],
@@ -136,8 +136,8 @@
136
136
  "name": "status",
137
137
  "aliases": [],
138
138
  "deprecatedAliases": [],
139
- "description": "전체 플랜 목록 + 진행 상황 확인",
140
- "descriptionEn": "View overall progress",
139
+ "description": "View plans, active phase, and progress",
140
+ "descriptionEn": "View plans, active phase, and progress",
141
141
  "category": "management",
142
142
  "args": [],
143
143
  "mdFile": "weave-status.md",
@@ -148,8 +148,8 @@
148
148
  "name": "worktree",
149
149
  "aliases": [],
150
150
  "deprecatedAliases": [],
151
- "description": "git worktree 기반 병렬 작업 관리",
152
- "descriptionEn": "Manage git worktrees for parallel work",
151
+ "description": "Manage git worktrees for parallel phase or feature work",
152
+ "descriptionEn": "Manage git worktrees for parallel phase or feature work",
153
153
  "category": "management",
154
154
  "args": [
155
155
  { "name": "worktreeAction", "type": "enum", "values": ["create", "list", "open", "remove", "merge"], "required": false, "description": "Worktree action" },
@@ -165,8 +165,8 @@
165
165
  "name": "verify",
166
166
  "aliases": [],
167
167
  "deprecatedAliases": [],
168
- "description": "빌드/테스트 검증 실행 (프로젝트 유형 자동 감지)",
169
- "descriptionEn": "Run build/test verification for current worktree",
168
+ "description": "Run build and test verification for the current worktree",
169
+ "descriptionEn": "Run build and test verification for the current worktree",
170
170
  "category": "management",
171
171
  "args": [
172
172
  { "name": "verifyMode", "type": "enum", "values": ["quick", "full"], "default": "full", "description": "Verification mode" },
@@ -180,7 +180,7 @@
180
180
  "name": "archive",
181
181
  "aliases": [],
182
182
  "deprecatedAliases": [],
183
- "description": "검증된 변경사항 아카이브",
183
+ "description": "Archive the verified active change artifact",
184
184
  "descriptionEn": "Archive the verified active change artifact",
185
185
  "category": "management",
186
186
  "args": [],
@@ -192,13 +192,13 @@
192
192
  "name": "troubleshoot",
193
193
  "aliases": [],
194
194
  "deprecatedAliases": [],
195
- "description": "글로벌 지식 검색 솔루션 기록",
195
+ "description": "Search global knowledge for solutions or record a new one",
196
196
  "descriptionEn": "Search global knowledge for solutions or record a new one",
197
197
  "category": "knowledge",
198
198
  "args": [
199
199
  { "name": "error", "type": "string", "required": false, "description": "Error message to search solutions for" },
200
200
  { "name": "record", "type": "boolean", "default": false, "description": "Record a new solution instead of searching" },
201
- { "name": "solution", "type": "string", "required": false, "description": "Solution to record (when record=true)" },
201
+ { "name": "solution", "type": "string", "required": false, "description": "Solution to record when record=true" },
202
202
  { "name": "context", "type": "string", "required": false, "description": "Context for the troubleshooting entry" }
203
203
  ],
204
204
  "mdFile": "weave-troubleshoot.md",
@@ -212,7 +212,7 @@
212
212
  "name": "repair",
213
213
  "aliases": [],
214
214
  "deprecatedAliases": [],
215
- "description": "plan YAML 파일 자동 검사 수리",
215
+ "description": "Scan and auto-repair corrupted plan YAML files",
216
216
  "descriptionEn": "Scan and auto-repair corrupted plan YAML files",
217
217
  "category": "knowledge",
218
218
  "args": [],
@@ -224,11 +224,11 @@
224
224
  "name": "agents",
225
225
  "aliases": [],
226
226
  "deprecatedAliases": [],
227
- "description": "에이전트 파일 동기화 설정 초기화",
228
- "descriptionEn": "Sync dummy-human agent files and initialize configuration",
227
+ "description": "Sync generated agent files and initialize runtime configuration",
228
+ "descriptionEn": "Sync generated agent files and initialize runtime configuration",
229
229
  "category": "configuration",
230
230
  "args": [
231
- { "name": "sync", "type": "boolean", "default": false, "description": "Force regenerate agent .md files from config pool" },
231
+ { "name": "sync", "type": "boolean", "default": false, "description": "Force regenerate agent markdown files from config pool" },
232
232
  { "name": "init", "type": "boolean", "default": false, "description": "Create default maskweaver.config.json with pool template" }
233
233
  ],
234
234
  "mdFile": "weave-agents.md",
@@ -242,7 +242,7 @@
242
242
  "name": "help",
243
243
  "aliases": [],
244
244
  "deprecatedAliases": [],
245
- "description": "Weave 워크플로우 도움말",
245
+ "description": "Show weave workflow help",
246
246
  "descriptionEn": "Show weave workflow help",
247
247
  "category": "meta",
248
248
  "args": [],