maestro-flow-one 0.2.11 → 0.2.12
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/maestro-flow/commands/lifecycle/collab.md +1 -1
- package/maestro-flow/commands/lifecycle/composer.md +1 -1
- package/maestro-flow/commands/lifecycle/impeccable.md +1 -1
- package/maestro-flow/commands/lifecycle/learn.md +1 -1
- package/maestro-flow/commands/lifecycle/overlay.md +1 -1
- package/maestro-flow/commands/lifecycle/quick.md +1 -1
- package/maestro-flow/commands/lifecycle/tools-execute.md +1 -1
- package/maestro-flow/commands/lifecycle/tools-register.md +1 -1
- package/maestro-flow/commands/manage/issue-discover.md +1 -1
- package/maestro-flow/commands/manage/issue.md +1 -1
- package/maestro-flow/commands/manage/knowhow-capture.md +3 -1
- package/maestro-flow/commands/manage/knowhow.md +1 -1
- package/maestro-flow/commands/manage/learn.md +1 -1
- package/maestro-flow/commands/manage/status.md +1 -0
- package/maestro-flow/commands/manage/wiki.md +1 -1
- package/maestro-flow/commands/quality/auto-test.md +1 -2
- package/maestro-flow/commands/quality/refactor.md +1 -1
- package/maestro-flow/commands/quality/test.md +5 -0
- package/maestro-flow/commands/spec/add.md +6 -3
- package/maestro-flow/commands/spec/setup.md +0 -3
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: maestro-collab
|
|
3
3
|
description: Use when a question needs cross-verification from multiple CLI tools or diverse analytical perspectives
|
|
4
|
-
argument-hint: "
|
|
4
|
+
argument-hint: "<requirement> [--tools gemini,qwen,claude] [--mode analysis|write] [--rule <template>] [-y]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: maestro-composer
|
|
3
3
|
description: Compose reusable workflow templates from natural language
|
|
4
|
-
argument-hint: "
|
|
4
|
+
argument-hint: "<workflow-description> [--resume] [--edit <template-path>]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: maestro-impeccable
|
|
3
3
|
description: Use when designing, auditing, polishing, or improving frontend UI — websites, dashboards, landing pages, components
|
|
4
|
-
argument-hint: "<command|
|
|
4
|
+
argument-hint: "<command|intent> [target] [flags] — 可选 chain: build|redesign|improve|enhance|launch|harden|foundation|live"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: manage-issue-discover
|
|
3
3
|
description: Discover issues via multi-perspective analysis
|
|
4
|
-
argument-hint: "[multi-perspective | by-prompt
|
|
4
|
+
argument-hint: "[multi-perspective | by-prompt <prompt>] [-y] [--scope <glob>] [--depth standard|deep]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: manage-issue
|
|
3
3
|
description: Create, query, update, close, and link issues
|
|
4
|
-
argument-hint: "<create|list|status|update|close|link> [
|
|
4
|
+
argument-hint: "<subcommand: create|list|status|update|close|link> [--title text] [--severity S] [--status S] [--resolution text]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: manage-knowhow-capture
|
|
3
3
|
description: Capture reusable knowledge as templates, recipes, or tips
|
|
4
|
-
argument-hint: "[type] [description] [--lang <lang>] [--source <url>] [--tag
|
|
4
|
+
argument-hint: "[<type>] [<description>] [--lang <lang>] [--source <url>] [--tag t1,t2]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -47,6 +47,8 @@ $ARGUMENTS — type token + description + optional flags.
|
|
|
47
47
|
<execution>
|
|
48
48
|
Follow '~/.maestro/workflows/knowhow.md' completely.
|
|
49
49
|
|
|
50
|
+
**Tags language rule**: Tags must match content language. Chinese content → Chinese tags (如 `认证,令牌,刷新`). English content → English tags. Mixed → bilingual.
|
|
51
|
+
|
|
50
52
|
**Type-specific content rules**:
|
|
51
53
|
|
|
52
54
|
| Type | Content extraction |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: manage-knowhow
|
|
3
3
|
description: Manage knowhow entries (workflow and system)
|
|
4
|
-
argument-hint: "
|
|
4
|
+
argument-hint: "<subcommand: list|search|view|edit|delete|prune> [query|id] [--store workflow|system|all] [--tag <tag>] [--type compact|tip]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: manage-learn
|
|
3
3
|
description: Capture and search learning insights and tips
|
|
4
|
-
argument-hint: "[<text
|
|
4
|
+
argument-hint: "[<text> | tip <text> | list | search | show <id>] [--category <cat>] [--tag t1,t2] [--phase N]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: manage-wiki
|
|
3
3
|
description: Manage wiki graph — health, cleanup, search, stats
|
|
4
|
-
argument-hint: "
|
|
4
|
+
argument-hint: "<subcommand: health|search|cleanup|stats> [query] [--fix] [--dry-run]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: quality-auto-test
|
|
3
3
|
description: Use when test coverage needs automated expansion or existing tests need iterative convergence
|
|
4
|
-
argument-hint: "<phase> [-y] [-c N] [--max-iter
|
|
4
|
+
argument-hint: "<phase> [-y] [-c N] [--max-iter N] [--layer L0|L1|L2|L3] [--dry-run] [--re-run]"
|
|
5
5
|
allowed-tools:
|
|
6
|
-
- spawn_agents_on_csv
|
|
7
6
|
- Read
|
|
8
7
|
- Write
|
|
9
8
|
- Edit
|
|
@@ -40,6 +40,11 @@ Follow '~/.maestro/workflows/test.md' completely.
|
|
|
40
40
|
|
|
41
41
|
**Command-specific extensions (not in workflow):**
|
|
42
42
|
|
|
43
|
+
**Knowledge context loading** (before test design):
|
|
44
|
+
- Wiki search: `maestro wiki search "<phase/feature keywords>" --json` → prior test strategies, recipes, decisions
|
|
45
|
+
- Role knowledge: `maestro wiki list --category test` → select relevant → `maestro wiki load <id>`
|
|
46
|
+
- Specs + tools: `maestro spec load --category test` → test conventions + discoverable knowhow tools
|
|
47
|
+
|
|
43
48
|
**Test tool discovery** (knowhow tools as scenario source):
|
|
44
49
|
- Load registered test tools: `maestro spec load --category test --keyword <feature>`
|
|
45
50
|
- If tools found, extract their steps as additional test scenarios marked `source: "tool"`
|
|
@@ -31,11 +31,14 @@ Scope-to-directory mapping, category-to-file mapping, and entry format defined i
|
|
|
31
31
|
|
|
32
32
|
**Examples:**
|
|
33
33
|
```bash
|
|
34
|
-
#
|
|
34
|
+
# English content → English keywords
|
|
35
35
|
/spec-add coding "Named exports" "Always use named exports" --keywords "exports,naming"
|
|
36
36
|
|
|
37
|
-
#
|
|
38
|
-
/spec-add coding "
|
|
37
|
+
# Chinese content → Chinese keywords (匹配中文 prompt)
|
|
38
|
+
/spec-add coding "命名导出规范" "始终使用命名导出" --keywords "导出,命名,模块"
|
|
39
|
+
|
|
40
|
+
# Mixed → bilingual keywords
|
|
41
|
+
/spec-add coding "OAuth PKCE Flow" "完整 PKCE 集成流程" --ref knowhow/RCP-oauth-pkce.md --keywords "oauth,pkce,认证,授权"
|
|
39
42
|
|
|
40
43
|
/spec-add arch "OAuth PKCE 集成" "完整流程设计" --ref knowhow/AST-oauth-flow.md
|
|
41
44
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maestro-flow-one",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "All Maestro workflow commands as a single Claude Code skill — intent routing, decision gates, minimal closed-loop chains",
|
|
5
5
|
"bin": {
|
|
6
6
|
"maestro-flow": "bin/maestro-flow.js"
|