maestro-flow-one 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -168,6 +168,10 @@ maestro-flow-one/
168
168
 
169
169
  - [Maestro CLI](https://github.com/catlog22/maestro2)
170
170
 
171
+ ## Links
172
+
173
+ - [Linux DO:学AI,上L站!](https://linux.do/)
174
+
171
175
  ## License
172
176
 
173
177
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maestro-flow-one",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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"