maestro-flow 0.3.0 → 0.3.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.
@@ -21,12 +21,12 @@ Complements `quality-retrospective` (which is phase-scoped) by harvesting from *
21
21
  </purpose>
22
22
 
23
23
  <required_reading>
24
- @workflows/harvest.md
24
+ @~/.maestro/workflows/harvest.md
25
25
  </required_reading>
26
26
 
27
27
  <deferred_reading>
28
- - @workflows/issue.md (issues.jsonl schema for issue routing — read when creating issues in Stage 6c)
29
- - @workflows/specs-add.md (spec entry format — read when routing to spec in Stage 6b)
28
+ - @~/.maestro/workflows/issue.md (issues.jsonl schema for issue routing — read when creating issues in Stage 6c)
29
+ - @~/.maestro/workflows/specs-add.md (spec entry format — read when routing to spec in Stage 6b)
30
30
  </deferred_reading>
31
31
 
32
32
  <context>
@@ -70,7 +70,7 @@ Arguments: $ARGUMENTS
70
70
  </context>
71
71
 
72
72
  <execution>
73
- Follow 'workflows/harvest.md' Stages 1–8 in order. Key invariants:
73
+ Follow '~/.maestro/workflows/harvest.md' Stages 1–8 in order. Key invariants:
74
74
 
75
75
  1. **Read-only until Stage 6** — Stages 1–5 must not write anything. All extraction and classification happens in-memory.
76
76
  2. **Dedup before write** — Stage 7 (dedup_check) runs BEFORE each write in Stage 6. Check harvest-log.jsonl, wiki search, issues.jsonl, and learnings.md for existing matches.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maestro-flow",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Workflow orchestration CLI with MCP endpoint support and extensible architecture",
5
5
  "type": "module",
6
6
  "imports": {