maestro-flow-one 0.2.26 → 0.2.28
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/maestro-flow/commands/lifecycle/analyze.md +78 -34
- package/maestro-flow/commands/lifecycle/blueprint.md +57 -24
- package/maestro-flow/commands/lifecycle/brainstorm.md +69 -34
- package/maestro-flow/commands/lifecycle/execute.md +45 -15
- package/maestro-flow/commands/lifecycle/grill.md +63 -38
- package/maestro-flow/commands/lifecycle/init.md +59 -17
- package/maestro-flow/commands/lifecycle/plan.md +19 -13
- package/maestro-flow/commands/lifecycle/roadmap.md +59 -29
- package/maestro-flow/commands/lifecycle/verify.md +46 -11
- package/maestro-flow/commands/manage/codebase-rebuild.md +4 -6
- package/maestro-flow/commands/milestone/audit.md +48 -5
- package/maestro-flow/commands/milestone/complete.md +48 -6
- package/maestro-flow/commands/milestone/release.md +42 -11
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maestro-flow-one",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.28",
|
|
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"
|