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.
- package/README.md +2 -0
- 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