maskweaver 0.9.2 โ 0.9.4
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/build.md +17 -0
- 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/plugin/index.js +21 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- 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
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Run or manage the Maskweaver autonomous build loop
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
Use the `weave` tool with `command="build"`.
|
|
6
|
+
|
|
7
|
+
Forward the user arguments from `$ARGUMENTS` to the build command:
|
|
8
|
+
|
|
9
|
+
- No arguments: run the default build loop.
|
|
10
|
+
- `status <buildId>`: call `weave` with `command="build"`, `action="status"`, and `buildId`.
|
|
11
|
+
- `stop <buildId>`: call `weave` with `command="build"`, `action="stop"`, and `buildId`.
|
|
12
|
+
- `list`: call `weave` with `command="build"` and `action="list"`.
|
|
13
|
+
- `resume <buildId>`: call `weave` with `command="build"`, `action="resume"`, and `buildId`.
|
|
14
|
+
- `sync <buildId>`: call `weave` with `command="build"`, `action="sync"`, and `buildId`.
|
|
15
|
+
- Otherwise, treat `$ARGUMENTS` as phase IDs or build options for `action="run"`.
|
|
16
|
+
|
|
17
|
+
Do not run shell build commands directly unless the `weave` tool asks for verification.
|