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