maestro-flow 0.5.0 → 0.5.1
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/.agents/skills/codify-to-knowhow/phases/03-generate-specs.md +2 -1
- package/.agents/skills/manage-knowhow-capture/SKILL.md +4 -2
- package/.agy/skills/codify-to-knowhow/phases/03-generate-specs.md +2 -1
- package/.agy/skills/manage-knowhow-capture/SKILL.md +4 -2
- package/.claude/commands/manage-knowhow-capture.md +4 -2
- package/.claude/skills/codify-to-knowhow/phases/03-generate-specs.md +2 -1
- package/.codex/skills/codify-to-knowhow/SKILL.md +1 -1
- package/.codex/skills/maestro-analyze/SKILL.md +1 -1
- package/.codex/skills/maestro-collab/SKILL.md +1 -1
- package/.codex/skills/manage-knowhow-capture/SKILL.md +32 -20
- package/dist/src/commands/install.d.ts.map +1 -1
- package/dist/src/commands/install.js +40 -10
- package/dist/src/commands/install.js.map +1 -1
- package/dist/src/i18n/locales/en.d.ts.map +1 -1
- package/dist/src/i18n/locales/en.js +4 -0
- package/dist/src/i18n/locales/en.js.map +1 -1
- package/dist/src/i18n/locales/zh.d.ts.map +1 -1
- package/dist/src/i18n/locales/zh.js +4 -0
- package/dist/src/i18n/locales/zh.js.map +1 -1
- package/dist/src/i18n/types.d.ts +4 -0
- package/dist/src/i18n/types.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallConfirm.d.ts +1 -0
- package/dist/src/tui/install-ui/InstallConfirm.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallConfirm.js +3 -1
- package/dist/src/tui/install-ui/InstallConfirm.js.map +1 -1
- package/dist/src/tui/install-ui/InstallExecution.d.ts +2 -0
- package/dist/src/tui/install-ui/InstallExecution.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallExecution.js +20 -0
- package/dist/src/tui/install-ui/InstallExecution.js.map +1 -1
- package/dist/src/tui/install-ui/InstallFlow.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallFlow.js +13 -5
- package/dist/src/tui/install-ui/InstallFlow.js.map +1 -1
- package/dist/src/tui/install-ui/InstallHub.d.ts +2 -0
- package/dist/src/tui/install-ui/InstallHub.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallHub.js +10 -0
- package/dist/src/tui/install-ui/InstallHub.js.map +1 -1
- package/dist/src/tui/install-ui/InstallResult.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallResult.js +5 -1
- package/dist/src/tui/install-ui/InstallResult.js.map +1 -1
- package/dist/src/utils/update-notices.js +6 -0
- package/dist/src/utils/update-notices.js.map +1 -1
- package/package.json +1 -1
- package/workflows/agy-instructions.md +1 -1
- package/workflows/finish-work.md +1 -1
- package/workflows/impeccable/design.md +1 -0
- package/workflows/impeccable.md +1 -0
- package/workflows/knowhow.md +14 -8
- package/workflows/specs-add.md +1 -1
- package/workflows/specs-setup.md +2 -2
package/workflows/knowhow.md
CHANGED
|
@@ -93,7 +93,7 @@ Capture reusable knowledge into `.workflow/knowhow/`.
|
|
|
93
93
|
|
|
94
94
|
### Step 2: Generate Content by Type
|
|
95
95
|
|
|
96
|
-
#### session (KNW-{YYYYMMDD}-{
|
|
96
|
+
#### session (KNW-{YYYYMMDD}-{slug}.md)
|
|
97
97
|
|
|
98
98
|
Extract from current conversation. Sections:
|
|
99
99
|
|
|
@@ -115,13 +115,14 @@ Extract from current conversation. Sections:
|
|
|
115
115
|
Plan detection priority: IMPL_PLAN.md > TodoWrite > user-stated > inferred.
|
|
116
116
|
Rules: VERBATIM plan, ABSOLUTE paths, decisions include reasoning.
|
|
117
117
|
|
|
118
|
-
#### template (TPL-{YYYYMMDD}-{
|
|
118
|
+
#### template (TPL-{YYYYMMDD}-{slug}.md)
|
|
119
119
|
|
|
120
120
|
Reusable code or configuration pattern. Sections:
|
|
121
121
|
|
|
122
122
|
```markdown
|
|
123
123
|
---
|
|
124
124
|
title: {descriptive name}
|
|
125
|
+
description: {one-line summary for search results}
|
|
125
126
|
type: template
|
|
126
127
|
lang: {typescript|python|bash|yaml|...}
|
|
127
128
|
tags: [{comma-separated}]
|
|
@@ -157,13 +158,14 @@ Additional context.
|
|
|
157
158
|
- `Code` — The actual template, ready to copy
|
|
158
159
|
- `Dependencies` — What's needed before using
|
|
159
160
|
|
|
160
|
-
#### recipe (RCP-{YYYYMMDD}-{
|
|
161
|
+
#### recipe (RCP-{YYYYMMDD}-{slug}.md)
|
|
161
162
|
|
|
162
163
|
Step-by-step operational guide. Sections:
|
|
163
164
|
|
|
164
165
|
```markdown
|
|
165
166
|
---
|
|
166
167
|
title: {goal summary}
|
|
168
|
+
description: {one-line summary for search results}
|
|
167
169
|
type: recipe
|
|
168
170
|
tags: [{comma-separated}]
|
|
169
171
|
created: {ISO timestamp}
|
|
@@ -201,13 +203,14 @@ What success looks like.
|
|
|
201
203
|
- `Expected Outcome` — Measurable result
|
|
202
204
|
- `Common Pitfalls` — Known gotchas from experience
|
|
203
205
|
|
|
204
|
-
#### reference (REF-{YYYYMMDD}-{
|
|
206
|
+
#### reference (REF-{YYYYMMDD}-{slug}.md)
|
|
205
207
|
|
|
206
208
|
External documentation digest. Sections:
|
|
207
209
|
|
|
208
210
|
```markdown
|
|
209
211
|
---
|
|
210
212
|
title: {reference title}
|
|
213
|
+
description: {one-line summary for search results}
|
|
211
214
|
type: reference
|
|
212
215
|
source: {original URL}
|
|
213
216
|
tags: [{comma-separated}]
|
|
@@ -243,13 +246,14 @@ Additional context.
|
|
|
243
246
|
- `Quick Examples` — Most-used snippets first
|
|
244
247
|
- `last_verified` — When the source was last checked
|
|
245
248
|
|
|
246
|
-
#### decision (DCS-{YYYYMMDD}-{
|
|
249
|
+
#### decision (DCS-{YYYYMMDD}-{slug}.md)
|
|
247
250
|
|
|
248
251
|
Architecture Decision Record. Sections:
|
|
249
252
|
|
|
250
253
|
```markdown
|
|
251
254
|
---
|
|
252
255
|
title: {decision summary}
|
|
256
|
+
description: {one-line summary for search results}
|
|
253
257
|
type: decision
|
|
254
258
|
status: {proposed|accepted|superseded}
|
|
255
259
|
tags: [{comma-separated}]
|
|
@@ -292,13 +296,14 @@ Why this choice over alternatives.
|
|
|
292
296
|
- `Rationale` — The "why" matters more than the "what"
|
|
293
297
|
- `Consequences` — Both positive and negative; be honest about trade-offs
|
|
294
298
|
|
|
295
|
-
#### tip (TIP-{YYYYMMDD}-{
|
|
299
|
+
#### tip (TIP-{YYYYMMDD}-{slug}.md)
|
|
296
300
|
|
|
297
301
|
Quick note. Minimal structure:
|
|
298
302
|
|
|
299
303
|
```markdown
|
|
300
304
|
---
|
|
301
305
|
title: {tip summary}
|
|
306
|
+
description: {one-line summary for search results}
|
|
302
307
|
type: tip
|
|
303
308
|
tags: [{comma-separated}]
|
|
304
309
|
created: {ISO timestamp}
|
|
@@ -328,13 +333,14 @@ Tag quality rules:
|
|
|
328
333
|
|
|
329
334
|
### Step 4: Write File
|
|
330
335
|
|
|
331
|
-
Write to `.workflow/knowhow/{PREFIX}-{YYYYMMDD}-{
|
|
336
|
+
Write to `.workflow/knowhow/{PREFIX}-{YYYYMMDD}-{slug}.md`.
|
|
332
337
|
|
|
333
338
|
Frontmatter keys by type:
|
|
334
339
|
|
|
335
340
|
| Field | session | template | recipe | reference | decision | tip |
|
|
336
341
|
|-------|:-------:|:--------:|:------:|:---------:|:--------:|:---:|
|
|
337
342
|
| title | Y | Y | Y | Y | Y | Y |
|
|
343
|
+
| description | Y | Y | Y | Y | Y | Y |
|
|
338
344
|
| type | Y | Y | Y | Y | Y | Y |
|
|
339
345
|
| tags | Y | Y | Y | Y | Y | Y |
|
|
340
346
|
| created | Y | Y | Y | Y | Y | Y |
|
|
@@ -367,7 +373,7 @@ maestro wiki list --type knowhow --role plan # decisions only
|
|
|
367
373
|
|
|
368
374
|
```
|
|
369
375
|
store_knowhow { operation: "search", query: "deploy" }
|
|
370
|
-
store_knowhow { operation: "add", type: "template", title: "...", body: "..." }
|
|
376
|
+
store_knowhow { operation: "add", type: "template", title: "...", description: "...", body: "..." }
|
|
371
377
|
```
|
|
372
378
|
|
|
373
379
|
### Type Label Reference
|
package/workflows/specs-add.md
CHANGED
|
@@ -97,7 +97,7 @@ Keyword quality rules:
|
|
|
97
97
|
```
|
|
98
98
|
Entry format (closed-tag), date = YYYY-MM-DD, title = first meaningful phrase:
|
|
99
99
|
|
|
100
|
-
<spec-entry category="{category}" keywords="{kw1},{kw2},{kw3}" date="{YYYY-MM-DD}">
|
|
100
|
+
<spec-entry category="{category}" keywords="{kw1},{kw2},{kw3}" date="{YYYY-MM-DD}" title="{title}" description="{one-line summary}">
|
|
101
101
|
### {title}
|
|
102
102
|
{content}
|
|
103
103
|
</spec-entry>
|
package/workflows/specs-setup.md
CHANGED
|
@@ -228,9 +228,9 @@ Schema: matches `recipe` type defined in `~/.maestro/workflows/knowhow.md` Part
|
|
|
228
228
|
|
|
229
229
|
**Skip rule:** If signals are missing, skip the recipe — do NOT generate placeholders.
|
|
230
230
|
|
|
231
|
-
**Idempotency rule:** Before writing, glob `.workflow/knowhow/RCP-*-{slug}.md`. If a file matching the slug exists, do NOT overwrite — write `.workflow/knowhow/RCP-{YYYYMMDD
|
|
231
|
+
**Idempotency rule:** Before writing, glob `.workflow/knowhow/RCP-*-{slug}.md`. If a file matching the slug exists, do NOT overwrite — write `.workflow/knowhow/RCP-{YYYYMMDD}-{slug}.proposed.md` instead and mention it in Step 7 summary so the user can diff and merge manually.
|
|
232
232
|
|
|
233
|
-
**Filename:** `.workflow/knowhow/RCP-{YYYYMMDD
|
|
233
|
+
**Filename:** `.workflow/knowhow/RCP-{YYYYMMDD}-{slug}.md` (date + semantic slug for readability).
|
|
234
234
|
|
|
235
235
|
**Tags rule:** Match content language (English codebase → English tags). Always include `workflow`, the slug, and the detected framework (e.g. `vitest`, `pytest`). Add `auto-generated` so users can identify spec-setup output for later pruning.
|
|
236
236
|
|