maestro-flow-one 0.1.0 → 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 +6 -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
|
|
@@ -168,6 +170,10 @@ maestro-flow-one/
|
|
|
168
170
|
|
|
169
171
|
- [Maestro CLI](https://github.com/catlog22/maestro2)
|
|
170
172
|
|
|
173
|
+
## Links
|
|
174
|
+
|
|
175
|
+
- [Linux DO:学AI,上L站!](https://linux.do/)
|
|
176
|
+
|
|
171
177
|
## License
|
|
172
178
|
|
|
173
179
|
MIT
|
package/package.json
CHANGED