maestro-flow-one 0.2.31 → 0.2.32
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.
|
@@ -23,7 +23,7 @@ Auto-indexed by WikiIndexer (type=knowhow), searchable via `maestro search --typ
|
|
|
23
23
|
<context>
|
|
24
24
|
$ARGUMENTS — type token + description + optional flags.
|
|
25
25
|
|
|
26
|
-
**Flags**: `--lang <lang>`, `--source <url>`, `--tag tag1,tag2`, `--title <title>`, `--asset-type <type>`, `--code-paths <paths>`, `--category <cat>`
|
|
26
|
+
**Flags**: `--lang <lang>`, `--source <url>`, `--tag tag1,tag2`, `--title <title>`, `--description <desc>`, `--asset-type <type>`, `--code-paths <paths>`, `--category <cat>`
|
|
27
27
|
|
|
28
28
|
**Type routing** (first token match):
|
|
29
29
|
|
|
@@ -42,12 +42,14 @@ $ARGUMENTS — type token + description + optional flags.
|
|
|
42
42
|
| Short text + `--tag` | tip | TIP- | — |
|
|
43
43
|
| No args | — | — | AskUserQuestion (10 options) |
|
|
44
44
|
|
|
45
|
-
**Output**: `.workflow/knowhow/{PREFIX}-{YYYYMMDD}-{
|
|
45
|
+
**Output**: `.workflow/knowhow/{PREFIX}-{YYYYMMDD}-{slug}.md` with YAML frontmatter (title, description, type, category, created, tags, source, lang, status)
|
|
46
46
|
</context>
|
|
47
47
|
|
|
48
48
|
<execution>
|
|
49
49
|
Follow '~/.maestro/workflows/knowhow.md' completely.
|
|
50
50
|
|
|
51
|
+
**Description rule**: Every entry MUST have a `description` field in frontmatter — a one-line summary (under 120 chars) for search results. WikiIndexer uses priority chain: `description > content[:240]`. Use `--description` flag value if provided; otherwise auto-generate from content.
|
|
52
|
+
|
|
51
53
|
**Tags language rule**: Tags must match content language. Chinese content → Chinese tags (如 `认证,令牌,刷新`). English content → English tags. Mixed → bilingual.
|
|
52
54
|
|
|
53
55
|
**Type-specific content rules**:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maestro-flow-one",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.32",
|
|
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"
|