maestro-flow 0.4.16 → 0.4.17

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 (31) hide show
  1. package/.agents/skills/maestro-init/SKILL.md +1 -1
  2. package/.agents/skills/maestro-ralph-beta/SKILL.md +893 -0
  3. package/.agy/skills/maestro-init/SKILL.md +1 -1
  4. package/.agy/skills/maestro-ralph-beta/SKILL.md +889 -0
  5. package/.claude/commands/maestro-init.md +1 -1
  6. package/.claude/commands/maestro-ralph-beta.md +891 -0
  7. package/.codex/skills/maestro-ralph/SKILL.md +93 -73
  8. package/.codex/skills/maestro-ralph-beta/SKILL.md +891 -0
  9. package/.codex/skills/maestro-ralph-execute/SKILL.md +243 -0
  10. package/dist/src/commands/install-backend.d.ts.map +1 -1
  11. package/dist/src/commands/install-backend.js +23 -4
  12. package/dist/src/commands/install-backend.js.map +1 -1
  13. package/dist/src/commands/ralph.d.ts.map +1 -1
  14. package/dist/src/commands/ralph.js +3 -1
  15. package/dist/src/commands/ralph.js.map +1 -1
  16. package/dist/src/ralph/cmd-next.d.ts.map +1 -1
  17. package/dist/src/ralph/cmd-next.js +44 -1
  18. package/dist/src/ralph/cmd-next.js.map +1 -1
  19. package/dist/src/ralph/cmd-skills.d.ts +2 -0
  20. package/dist/src/ralph/cmd-skills.d.ts.map +1 -1
  21. package/dist/src/ralph/cmd-skills.js +11 -4
  22. package/dist/src/ralph/cmd-skills.js.map +1 -1
  23. package/dist/src/ralph/skill-scanner.d.ts +7 -2
  24. package/dist/src/ralph/skill-scanner.d.ts.map +1 -1
  25. package/dist/src/ralph/skill-scanner.js +39 -24
  26. package/dist/src/ralph/skill-scanner.js.map +1 -1
  27. package/dist/src/ralph/status-schema.d.ts +2 -0
  28. package/dist/src/ralph/status-schema.d.ts.map +1 -1
  29. package/package.json +1 -1
  30. package/templates/config.json +21 -33
  31. package/workflows/init.md +11 -11
@@ -73,7 +73,7 @@ Other commands:
73
73
  - [ ] Deep questioning completed (threads followed, not rushed) — or extracted from document/brainstorm
74
74
  - [ ] `.workflow/project.md` created with Core Value, Requirements (Validated/Active/Out of Scope), Key Decisions
75
75
  - [ ] `.workflow/state.json` created with artifacts[] array, initialized to idle state
76
- - [ ] `.workflow/config.json` created with user-selected granularity, workflow agents, gate preferences
76
+ - [ ] `.workflow/config.json` created with workflow / execution / git / gates / codebase / guard / collab / specInjection / dashboard segments
77
77
  - [ ] `.workflow/specs/` initialized with convention files
78
78
  - [ ] Research completed (if enabled) — 4 parallel agents spawned
79
79
  - [ ] User knows next step is `/maestro-roadmap` (light) or `/maestro-roadmap --mode full` (spec package)