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.
- package/README.ko.md +279 -325
- package/README.md +109 -113
- package/assets/commands/meta/commands.json +34 -34
- package/assets/commands/weave-agents.md +12 -52
- package/assets/commands/weave-approve.md +12 -51
- package/assets/commands/weave-archive.md +21 -0
- package/assets/commands/weave-build.md +20 -89
- package/assets/commands/weave-craft.md +22 -43
- package/assets/commands/weave-help.md +37 -106
- package/assets/commands/weave-init.md +26 -108
- package/assets/commands/weave-interview.md +13 -111
- package/assets/commands/weave-map.md +13 -99
- package/assets/commands/weave-prepare.md +23 -69
- package/assets/commands/weave-refine-plan.md +26 -59
- package/assets/commands/weave-repair.md +22 -70
- package/assets/commands/weave-status.md +22 -155
- package/assets/commands/weave-troubleshoot.md +11 -47
- package/assets/commands/weave-verify.md +23 -44
- package/assets/commands/weave-worktree.md +27 -69
- package/dist/cli/doctor.js +5 -21
- package/dist/cli/install.d.ts +0 -8
- package/dist/cli/install.js +0 -39
- package/dist/context/config.d.ts +0 -22
- package/dist/context/config.js +0 -28
- package/dist/context/feature.d.ts +0 -39
- package/dist/context/feature.js +0 -77
- package/dist/context/files.d.ts +0 -13
- package/dist/context/files.js +1 -24
- package/dist/context/index.d.ts +0 -7
- package/dist/context/index.js +0 -12
- package/dist/context/project.d.ts +0 -21
- package/dist/context/project.js +0 -30
- package/dist/context/types.d.ts +0 -48
- package/dist/context/types.js +0 -12
- package/dist/context/utils.d.ts +0 -18
- package/dist/context/utils.js +0 -27
- package/dist/core/engine/promptBuilder.d.ts +0 -17
- package/dist/core/engine/promptBuilder.js +0 -28
- package/dist/core/index.d.ts +0 -6
- package/dist/core/index.js +0 -9
- package/dist/core/loader/MaskLoader.d.ts +0 -23
- package/dist/core/loader/MaskLoader.js +0 -29
- package/dist/core/schema/types.d.ts +0 -47
- package/dist/core/schema/types.js +0 -6
- package/dist/core/schema/validator.d.ts +0 -14
- package/dist/core/schema/validator.js +0 -18
- package/dist/i18n/index.d.ts +0 -18
- package/dist/i18n/index.js +4 -23
- package/dist/index.d.ts +0 -8
- package/dist/index.js +0 -8
- package/dist/lib.d.ts +0 -5
- package/dist/lib.js +0 -12
- package/dist/memory/chunking.d.ts +0 -22
- package/dist/memory/chunking.js +2 -37
- package/dist/memory/core.d.ts +0 -29
- package/dist/memory/core.js +1 -52
- package/dist/memory/index.d.ts +0 -5
- package/dist/memory/index.js +0 -10
- package/dist/memory/indexer.d.ts +0 -21
- package/dist/memory/indexer.js +0 -44
- package/dist/memory/providers/examples.d.ts +0 -5
- package/dist/memory/providers/examples.js +4 -64
- package/dist/memory/providers/factory.d.ts +0 -44
- package/dist/memory/providers/factory.js +0 -46
- package/dist/memory/providers/index.d.ts +0 -26
- package/dist/memory/providers/index.js +0 -28
- package/dist/memory/providers/ollama.d.ts +0 -6
- package/dist/memory/providers/ollama.js +1 -8
- package/dist/memory/providers/openai.d.ts +0 -6
- package/dist/memory/providers/openai.js +1 -8
- package/dist/memory/providers/openrouter.d.ts +0 -6
- package/dist/memory/providers/openrouter.js +0 -8
- package/dist/memory/providers/text-only.d.ts +0 -13
- package/dist/memory/providers/text-only.js +0 -17
- package/dist/memory/providers/types.d.ts +0 -39
- package/dist/memory/providers/types.js +0 -7
- package/dist/memory/providers/voyage.d.ts +0 -22
- package/dist/memory/providers/voyage.js +1 -24
- package/dist/memory/search/hybrid.d.ts +0 -12
- package/dist/memory/search/hybrid.js +1 -22
- package/dist/memory/store/sqlite.d.ts +0 -72
- package/dist/memory/store/sqlite.js +4 -127
- package/dist/plugin/config/index.d.ts +0 -112
- package/dist/plugin/config/index.js +0 -115
- package/dist/plugin/index.d.ts +0 -13
- package/dist/plugin/index.js +1 -124
- package/dist/plugin/tools/command-registry.d.ts +0 -6
- package/dist/plugin/tools/command-registry.js +0 -14
- package/dist/plugin/tools/context.d.ts +0 -12
- package/dist/plugin/tools/context.js +0 -58
- package/dist/plugin/tools/maskSave.d.ts +0 -3
- package/dist/plugin/tools/maskSave.js +0 -3
- package/dist/plugin/tools/memoryGet.d.ts +0 -3
- package/dist/plugin/tools/memoryGet.js +0 -3
- package/dist/plugin/tools/memoryIndexer.d.ts +0 -3
- package/dist/plugin/tools/memoryIndexer.js +0 -10
- package/dist/plugin/tools/memorySearch.d.ts +0 -31
- package/dist/plugin/tools/memorySearch.js +0 -79
- package/dist/plugin/tools/memoryWrite.d.ts +0 -8
- package/dist/plugin/tools/memoryWrite.js +0 -32
- package/dist/plugin/tools/retrospect.d.ts +0 -3
- package/dist/plugin/tools/retrospect.js +0 -3
- package/dist/plugin/tools/slashcommand.d.ts +0 -11
- package/dist/plugin/tools/slashcommand.js +0 -38
- package/dist/plugin/tools/squad.d.ts +0 -12
- package/dist/plugin/tools/squad.js +11 -83
- package/dist/plugin/tools/weave.d.ts +0 -6
- package/dist/plugin/tools/weave.js +0 -78
- package/dist/plugin/types.d.ts +0 -20
- package/dist/plugin/types.js +0 -7
- package/dist/retrospect/index.d.ts +0 -7
- package/dist/retrospect/index.js +0 -9
- package/dist/retrospect/mask-save.d.ts +0 -12
- package/dist/retrospect/mask-save.js +1 -80
- package/dist/retrospect/retrospect.d.ts +0 -18
- package/dist/retrospect/retrospect.js +0 -63
- package/dist/retrospect/strategies/base.d.ts +0 -15
- package/dist/retrospect/strategies/base.js +0 -7
- package/dist/retrospect/strategies/deep.d.ts +0 -12
- package/dist/retrospect/strategies/deep.js +0 -24
- package/dist/retrospect/strategies/index.d.ts +0 -12
- package/dist/retrospect/strategies/index.js +0 -12
- package/dist/retrospect/strategies/quick.d.ts +0 -12
- package/dist/retrospect/strategies/quick.js +0 -19
- package/dist/retrospect/strategies/standard.d.ts +0 -12
- package/dist/retrospect/strategies/standard.js +0 -15
- package/dist/retrospect/types.d.ts +0 -7
- package/dist/retrospect/types.js +0 -7
- package/dist/shared/config.d.ts +0 -105
- package/dist/shared/config.js +0 -33
- package/dist/shared/errors.d.ts +0 -18
- package/dist/shared/errors.js +0 -19
- package/dist/shared/generate-agents.d.ts +0 -69
- package/dist/shared/generate-agents.js +2 -86
- package/dist/shared/image.d.ts +0 -67
- package/dist/shared/image.js +6 -104
- package/dist/shared/index.d.ts +0 -5
- package/dist/shared/index.js +0 -7
- package/dist/shared/model-registry.d.ts +0 -72
- package/dist/shared/model-registry.js +5 -95
- package/dist/shared/types.d.ts +0 -15
- package/dist/shared/types.js +0 -3
- package/dist/shared-context/dag.d.ts +0 -105
- package/dist/shared-context/dag.js +3 -114
- package/dist/shared-context/index.d.ts +0 -5
- package/dist/shared-context/index.js +0 -15
- package/dist/shared-context/logger.d.ts +0 -37
- package/dist/shared-context/logger.js +0 -41
- package/dist/shared-context/parallel-executor.d.ts +0 -54
- package/dist/shared-context/parallel-executor.js +4 -56
- package/dist/shared-context/session.d.ts +0 -56
- package/dist/shared-context/session.js +0 -47
- package/dist/shared-context/squad.d.ts +0 -68
- package/dist/shared-context/squad.js +0 -63
- package/dist/shared-context/storage.d.ts +0 -132
- package/dist/shared-context/storage.js +0 -116
- package/dist/shared-context/task.d.ts +0 -120
- package/dist/shared-context/task.js +0 -152
- package/dist/shared-context/test/dag.test.js +9 -14
- package/dist/shared-context/test/logger.test.d.ts +0 -8
- package/dist/shared-context/test/logger.test.js +0 -52
- package/dist/shared-context/test/session.test.d.ts +0 -7
- package/dist/shared-context/test/session.test.js +0 -63
- package/dist/shared-context/test/squad.test.d.ts +0 -10
- package/dist/shared-context/test/squad.test.js +2 -68
- package/dist/shared-context/test/storage.test.d.ts +0 -8
- package/dist/shared-context/test/storage.test.js +0 -68
- package/dist/shared-context/test/task.test.d.ts +0 -7
- package/dist/shared-context/test/task.test.js +0 -54
- package/dist/shared-context/test/watchdog.test.d.ts +0 -7
- package/dist/shared-context/test/watchdog.test.js +3 -58
- package/dist/shared-context/types.d.ts +0 -215
- package/dist/shared-context/types.js +0 -125
- package/dist/shared-context/watchdog.d.ts +0 -127
- package/dist/shared-context/watchdog.js +0 -148
- package/dist/shared-context/worktree.d.ts +0 -68
- package/dist/shared-context/worktree.js +2 -34
- package/dist/verify/budget.d.ts +0 -29
- package/dist/verify/budget.js +0 -34
- package/dist/verify/critical-files.d.ts +0 -17
- package/dist/verify/critical-files.js +0 -37
- package/dist/verify/escalation.d.ts +0 -20
- package/dist/verify/escalation.js +0 -22
- package/dist/verify/index.d.ts +0 -5
- package/dist/verify/index.js +0 -11
- package/dist/verify/prompts.d.ts +0 -20
- package/dist/verify/prompts.js +0 -20
- package/dist/verify/types.d.ts +0 -26
- package/dist/verify/types.js +1 -12
- package/dist/verify/verifier.d.ts +0 -29
- package/dist/verify/verifier.js +0 -54
- package/dist/version.d.ts +1 -16
- package/dist/version.js +1 -16
- package/dist/weave/bridge.d.ts +0 -35
- package/dist/weave/bridge.js +0 -51
- package/dist/weave/environment/detector.d.ts +0 -6
- package/dist/weave/environment/detector.js +4 -45
- package/dist/weave/environment/index.d.ts +0 -19
- package/dist/weave/environment/index.js +1 -39
- package/dist/weave/environment/issues.d.ts +0 -35
- package/dist/weave/environment/issues.js +0 -59
- package/dist/weave/git.d.ts +0 -8
- package/dist/weave/git.js +0 -8
- package/dist/weave/index.d.ts +0 -13
- package/dist/weave/index.js +2 -28
- package/dist/weave/knowledge/global.d.ts +0 -39
- package/dist/weave/knowledge/global.js +2 -78
- package/dist/weave/loop.js +0 -3
- package/dist/weave/orchestrator.d.ts +0 -69
- package/dist/weave/orchestrator.js +1 -101
- package/dist/weave/phase-manager.d.ts +0 -64
- package/dist/weave/phase-manager.js +0 -89
- package/dist/weave/security/secret-scan.d.ts +0 -14
- package/dist/weave/security/secret-scan.js +0 -19
- package/dist/weave/stages/build.js +0 -15
- package/dist/weave/stages/execute.d.ts +0 -42
- package/dist/weave/stages/execute.js +4 -86
- package/dist/weave/stages/handoff.d.ts +0 -7
- package/dist/weave/stages/handoff.js +0 -43
- package/dist/weave/stages/index.d.ts +0 -3
- package/dist/weave/stages/index.js +0 -3
- package/dist/weave/stages/intake.d.ts +0 -8
- package/dist/weave/stages/intake.js +5 -65
- package/dist/weave/stages/map.d.ts +0 -1
- package/dist/weave/stages/openspec.d.ts +0 -1
- package/dist/weave/stages/plan.d.ts +0 -11
- package/dist/weave/stages/plan.js +1 -53
- package/dist/weave/stages/refine.d.ts +0 -7
- package/dist/weave/stages/refine.js +0 -7
- package/dist/weave/stages/research.d.ts +0 -6
- package/dist/weave/stages/research.js +0 -6
- package/dist/weave/stages/spec.d.ts +0 -12
- package/dist/weave/stages/spec.js +0 -17
- package/dist/weave/types.d.ts +0 -20
- package/dist/weave/types.js +0 -5
- package/dist/weave/verification/commands.d.ts +0 -12
- package/dist/weave/verification/commands.js +0 -19
- package/dist/weave/verification/index.d.ts +0 -6
- package/dist/weave/verification/index.js +1 -19
- package/dist/weave/verification/playwright.d.ts +0 -47
- package/dist/weave/verification/playwright.js +1 -90
- package/dist/weave/worktree.d.ts +0 -16
- package/dist/weave/worktree.js +0 -23
- package/dist/weave/yaml-repair.d.ts +0 -39
- package/dist/weave/yaml-repair.js +13 -116
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
#
|
|
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**
|
|
7
|
+
> **The npm for AI personas** ??Level up your OpenCode assistant with expert personalities
|
|
8
8
|
|
|
9
9
|
[](https://github.com/ulgerang/maskweaver/releases)
|
|
10
10
|
[](LICENSE)
|
|
11
11
|
[](https://www.npmjs.com/package/maskweaver)
|
|
12
12
|
|
|
13
|
-
[English](README.md) | [
|
|
13
|
+
[English](README.md) | [?쒓뎅??(README.ko.md)
|
|
14
14
|
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
##
|
|
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
|
-
-
|
|
28
|
-
-
|
|
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
|
|
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
|
|
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
|
-
###
|
|
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
|
-
-
|
|
197
|
-
-
|
|
198
|
-
-
|
|
199
|
-
-
|
|
200
|
-
-
|
|
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
|
-
###
|
|
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 |
|
|
209
|
-
| `@dummy-human` | Balanced |
|
|
210
|
-
| `@dummy-premium` | Powerful |
|
|
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
|
-
###
|
|
212
|
+
### ?㏊ Weave Workflow
|
|
213
213
|
|
|
214
|
-
**Phase-Driven Development**
|
|
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
|
|
223
|
-
| `/weave
|
|
224
|
-
| `/weave
|
|
225
|
-
| `/weave
|
|
226
|
-
| `/weave
|
|
227
|
-
| `/
|
|
228
|
-
| `/weave
|
|
229
|
-
| `/weave
|
|
230
|
-
| `/weave
|
|
231
|
-
| `/weave
|
|
232
|
-
| `/weave
|
|
233
|
-
| `/weave
|
|
234
|
-
| `/weave
|
|
235
|
-
|
|
236
|
-
> Tip: In OpenCode chat
|
|
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
|
|
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
|
|
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
|
|
267
|
-
| 2
|
|
268
|
-
| 3
|
|
269
|
-
| 4
|
|
270
|
-
| 5
|
|
271
|
-
| 6
|
|
272
|
-
| 7
|
|
273
|
-
| 8
|
|
274
|
-
| 0
|
|
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 |
|
|
328
|
-
| Testing/TDD |
|
|
329
|
-
| React/Frontend |
|
|
330
|
-
| Performance/Systems |
|
|
331
|
-
| ML/AI |
|
|
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
|
|
339
|
-
|
|
340
|
-
|
|
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
|
-
###
|
|
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
|
-
-
|
|
363
|
-
-
|
|
364
|
-
-
|
|
365
|
-
-
|
|
366
|
-
-
|
|
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
|
-
###
|
|
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
|
-
###
|
|
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
|
-
##
|
|
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
|
-
##
|
|
432
|
+
## ?㏊ Weave Usage Guide
|
|
438
433
|
|
|
439
434
|
### Step 0: Initialize (Once)
|
|
440
435
|
|
|
441
436
|
```bash
|
|
442
|
-
/weave
|
|
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
|
|
445
|
+
/weave-prepare docs/
|
|
451
446
|
```
|
|
452
447
|
|
|
453
448
|
Then approve the plan:
|
|
454
449
|
|
|
455
450
|
```bash
|
|
456
|
-
/weave
|
|
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
|
-
##
|
|
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
|
|
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
|
|
488
|
+
/weave-craft
|
|
494
489
|
```
|
|
495
490
|
|
|
496
|
-
`/weave
|
|
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
|
-
##
|
|
518
|
+
## ??Phase P1 Verification Complete!
|
|
524
519
|
|
|
525
|
-
###
|
|
520
|
+
### ?쨼 AI Test Results
|
|
526
521
|
| Test | Result |
|
|
527
522
|
|------|--------|
|
|
528
|
-
| Build |
|
|
529
|
-
| Unit Tests |
|
|
530
|
-
| Lint |
|
|
523
|
+
| Build | ??Success |
|
|
524
|
+
| Unit Tests | ??15/15 |
|
|
525
|
+
| Lint | ??Passed |
|
|
531
526
|
|
|
532
|
-
###
|
|
527
|
+
### ?렚 Masks Used
|
|
533
528
|
- Kent Beck (testing)
|
|
534
529
|
- Dan Abramov (React components)
|
|
535
530
|
|
|
536
|
-
###
|
|
531
|
+
### ?뵕 Access
|
|
537
532
|
http://localhost:5173
|
|
538
533
|
|
|
539
|
-
###
|
|
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
|
|
545
|
+
/weave-status
|
|
551
546
|
```
|
|
552
547
|
|
|
553
548
|
Output:
|
|
554
549
|
```markdown
|
|
555
|
-
##
|
|
550
|
+
## ?뱤 Weave Progress
|
|
556
551
|
|
|
557
552
|
**Project**: Emotion Diary App
|
|
558
553
|
**Progress**: 40%
|
|
559
554
|
|
|
560
|
-
[
|
|
555
|
+
[?댿뻽?댿뻽?댿뻽?댿뻽?묅뼇?묅뼇?묅뼇?묅뼇?묅뼇?묅뼇] 2/5
|
|
561
556
|
|
|
562
557
|
### Phases
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
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
|
-
##
|
|
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
|
-
##
|
|
618
|
+
## ?뙇 Multilingual
|
|
624
619
|
|
|
625
620
|
Infrastructure ready for:
|
|
626
|
-
-
|
|
627
|
-
-
|
|
628
|
-
-
|
|
629
|
-
-
|
|
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
|
-
|
|
635
|
-
|
|
636
|
-
|
|
629
|
+
?쒋?? linus-torvalds.en.yaml
|
|
630
|
+
?쒋?? linus-torvalds.ko.yaml
|
|
631
|
+
?붴?? linus-torvalds.zh.yaml
|
|
637
632
|
```
|
|
638
633
|
|
|
639
634
|
---
|
|
640
635
|
|
|
641
|
-
##
|
|
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
|
-
-
|
|
649
|
-
-
|
|
650
|
-
-
|
|
651
|
-
-
|
|
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
|
-
##
|
|
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
|
|
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": "
|
|
23
|
-
"descriptionEn": "Analyze codebase structure via GDC
|
|
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
|
|
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": "
|
|
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
|
|
51
|
-
"descriptionEn": "Create research
|
|
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
|
|
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
|
|
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": "
|
|
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
|
|
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": "
|
|
100
|
-
"descriptionEn": "Prepare execution context for a phase
|
|
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
|
|
104
|
-
{ "name": "projectType", "type": "string", "required": false, "description": "Project type hint
|
|
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": "
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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": "
|
|
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
|
|
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
|
|
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": "
|
|
245
|
+
"description": "Show weave workflow help",
|
|
246
246
|
"descriptionEn": "Show weave workflow help",
|
|
247
247
|
"category": "meta",
|
|
248
248
|
"args": [],
|