maestro-flow-one 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,8 @@ All 49 Maestro workflow commands as a single skill with dual-variant support (Co
8
8
  npm install -g maestro-flow-one
9
9
  ```
10
10
 
11
+ > **Important:** The CLI must be globally installed (`maestro-flow` command available in PATH) to ensure delegate sessions can correctly invoke `/maestro-flow --cmd ...` during wave/step execution. Without global install, external steps and cross-command calls will fail.
12
+
11
13
  ### Install skill
12
14
 
13
15
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maestro-flow-one",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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"