maestro-flow 0.5.45 → 0.5.47
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/agents/ralph-executor.md +51 -6
- package/.agents/skills/domain-add/SKILL.md +9 -0
- package/.agents/skills/learn-decompose/SKILL.md +12 -0
- package/.agents/skills/learn-follow/SKILL.md +41 -0
- package/.agents/skills/learn-investigate/SKILL.md +14 -0
- package/.agents/skills/learn-second-opinion/SKILL.md +14 -0
- package/.agents/skills/maestro-amend/SKILL.md +11 -0
- package/.agents/skills/maestro-companion/SKILL.md +11 -0
- package/.agents/skills/maestro-composer/SKILL.md +11 -0
- package/.agents/skills/maestro-guard/SKILL.md +25 -0
- package/.agents/skills/maestro-init/SKILL.md +28 -0
- package/.agents/skills/maestro-overlay/SKILL.md +11 -0
- package/.agents/skills/maestro-player/SKILL.md +11 -0
- package/.agents/skills/maestro-quick/SKILL.md +29 -0
- package/.agents/skills/maestro-ralph-v2/SKILL.md +124 -61
- package/.agents/skills/maestro-swarm-workflow/SKILL.md +25 -0
- package/.agents/skills/maestro-tools-execute/SKILL.md +29 -0
- package/.agents/skills/maestro-tools-register/SKILL.md +29 -0
- package/.agents/skills/maestro-ui-codify/SKILL.md +11 -0
- package/.agents/skills/maestro-universal-workflow/SKILL.md +59 -0
- package/.agents/skills/maestro-update/SKILL.md +38 -0
- package/.agents/skills/manage-codebase-rebuild/SKILL.md +29 -0
- package/.agents/skills/manage-drift-realign/SKILL.md +12 -0
- package/.agents/skills/manage-harvest/SKILL.md +30 -6
- package/.agents/skills/manage-issue/SKILL.md +23 -0
- package/.agents/skills/manage-issue-discover/SKILL.md +28 -0
- package/.agents/skills/manage-kg-extractors/SKILL.md +27 -1
- package/.agents/skills/manage-knowhow/SKILL.md +26 -0
- package/.agents/skills/manage-knowhow-capture/SKILL.md +24 -0
- package/.agents/skills/manage-knowledge-audit/SKILL.md +13 -0
- package/.agents/skills/manage-status/SKILL.md +22 -0
- package/.agents/skills/manage-wiki/SKILL.md +28 -0
- package/.agents/skills/odyssey-debug/SKILL.md +338 -253
- package/.agents/skills/odyssey-improve/SKILL.md +417 -281
- package/.agents/skills/odyssey-planex/SKILL.md +536 -420
- package/.agents/skills/odyssey-review-test-fix/SKILL.md +386 -251
- package/.agents/skills/odyssey-ui/SKILL.md +382 -247
- package/.agents/skills/quality-auto-test/SKILL.md +12 -0
- package/.agents/skills/quality-debug/SKILL.md +11 -0
- package/.agents/skills/quality-refactor/SKILL.md +11 -0
- package/.agents/skills/quality-retrospective/SKILL.md +11 -0
- package/.agents/skills/quality-review/SKILL.md +11 -0
- package/.agents/skills/quality-sync/SKILL.md +10 -0
- package/.agents/skills/quality-test/SKILL.md +12 -0
- package/.agents/skills/security-audit/SKILL.md +11 -0
- package/.agents/skills/spec-add/SKILL.md +27 -0
- package/.agents/skills/spec-load/SKILL.md +25 -0
- package/.agents/skills/spec-remove/SKILL.md +26 -0
- package/.agents/skills/spec-setup/SKILL.md +30 -0
- package/.agy/agents/ralph-executor.md +53 -6
- package/.agy/skills/domain-add/SKILL.md +9 -0
- package/.agy/skills/learn-decompose/SKILL.md +12 -0
- package/.agy/skills/learn-follow/SKILL.md +41 -0
- package/.agy/skills/learn-investigate/SKILL.md +14 -0
- package/.agy/skills/learn-second-opinion/SKILL.md +14 -0
- package/.agy/skills/maestro-amend/SKILL.md +11 -0
- package/.agy/skills/maestro-companion/SKILL.md +11 -0
- package/.agy/skills/maestro-composer/SKILL.md +11 -0
- package/.agy/skills/maestro-guard/SKILL.md +25 -0
- package/.agy/skills/maestro-init/SKILL.md +28 -0
- package/.agy/skills/maestro-overlay/SKILL.md +11 -0
- package/.agy/skills/maestro-player/SKILL.md +11 -0
- package/.agy/skills/maestro-quick/SKILL.md +29 -0
- package/.agy/skills/maestro-ralph-v2/SKILL.md +123 -61
- package/.agy/skills/maestro-swarm-workflow/SKILL.md +25 -0
- package/.agy/skills/maestro-tools-execute/SKILL.md +29 -0
- package/.agy/skills/maestro-tools-register/SKILL.md +29 -0
- package/.agy/skills/maestro-ui-codify/SKILL.md +11 -0
- package/.agy/skills/maestro-universal-workflow/SKILL.md +59 -0
- package/.agy/skills/maestro-update/SKILL.md +38 -0
- package/.agy/skills/manage-codebase-rebuild/SKILL.md +29 -0
- package/.agy/skills/manage-drift-realign/SKILL.md +12 -0
- package/.agy/skills/manage-harvest/SKILL.md +30 -6
- package/.agy/skills/manage-issue/SKILL.md +23 -0
- package/.agy/skills/manage-issue-discover/SKILL.md +28 -0
- package/.agy/skills/manage-kg-extractors/SKILL.md +27 -1
- package/.agy/skills/manage-knowhow/SKILL.md +26 -0
- package/.agy/skills/manage-knowhow-capture/SKILL.md +24 -0
- package/.agy/skills/manage-knowledge-audit/SKILL.md +13 -0
- package/.agy/skills/manage-status/SKILL.md +22 -0
- package/.agy/skills/manage-wiki/SKILL.md +28 -0
- package/.agy/skills/odyssey-debug/SKILL.md +338 -253
- package/.agy/skills/odyssey-improve/SKILL.md +417 -281
- package/.agy/skills/odyssey-planex/SKILL.md +536 -420
- package/.agy/skills/odyssey-review-test-fix/SKILL.md +386 -251
- package/.agy/skills/odyssey-ui/SKILL.md +382 -247
- package/.agy/skills/quality-auto-test/SKILL.md +12 -0
- package/.agy/skills/quality-debug/SKILL.md +11 -0
- package/.agy/skills/quality-refactor/SKILL.md +11 -0
- package/.agy/skills/quality-retrospective/SKILL.md +11 -0
- package/.agy/skills/quality-review/SKILL.md +11 -0
- package/.agy/skills/quality-sync/SKILL.md +10 -0
- package/.agy/skills/quality-test/SKILL.md +12 -0
- package/.agy/skills/security-audit/SKILL.md +11 -0
- package/.agy/skills/spec-add/SKILL.md +27 -0
- package/.agy/skills/spec-load/SKILL.md +25 -0
- package/.agy/skills/spec-remove/SKILL.md +26 -0
- package/.agy/skills/spec-setup/SKILL.md +30 -0
- package/.claude/agents/ralph-executor.md +51 -6
- package/.claude/commands/domain-add.md +9 -0
- package/.claude/commands/learn-decompose.md +12 -0
- package/.claude/commands/learn-follow.md +41 -0
- package/.claude/commands/learn-investigate.md +14 -0
- package/.claude/commands/learn-second-opinion.md +14 -0
- package/.claude/commands/maestro-amend.md +11 -0
- package/.claude/commands/maestro-companion.md +11 -0
- package/.claude/commands/maestro-composer.md +11 -0
- package/.claude/commands/maestro-guard.md +25 -0
- package/.claude/commands/maestro-init.md +28 -0
- package/.claude/commands/maestro-overlay.md +11 -0
- package/.claude/commands/maestro-player.md +11 -0
- package/.claude/commands/maestro-quick.md +29 -0
- package/.claude/commands/maestro-ralph-v2.md +124 -61
- package/.claude/commands/maestro-swarm-workflow.md +25 -0
- package/.claude/commands/maestro-tools-execute.md +29 -0
- package/.claude/commands/maestro-tools-register.md +29 -0
- package/.claude/commands/maestro-ui-codify.md +11 -0
- package/.claude/commands/maestro-universal-workflow.md +59 -0
- package/.claude/commands/maestro-update.md +38 -0
- package/.claude/commands/manage-codebase-rebuild.md +29 -0
- package/.claude/commands/manage-drift-realign.md +12 -0
- package/.claude/commands/manage-harvest.md +30 -6
- package/.claude/commands/manage-issue-discover.md +28 -0
- package/.claude/commands/manage-issue.md +23 -0
- package/.claude/commands/manage-kg-extractors.md +27 -1
- package/.claude/commands/manage-knowhow-capture.md +24 -0
- package/.claude/commands/manage-knowhow.md +26 -0
- package/.claude/commands/manage-knowledge-audit.md +13 -0
- package/.claude/commands/manage-status.md +22 -0
- package/.claude/commands/manage-wiki.md +28 -0
- package/.claude/commands/odyssey-debug.md +352 -267
- package/.claude/commands/odyssey-improve.md +431 -295
- package/.claude/commands/odyssey-planex.md +550 -434
- package/.claude/commands/odyssey-review-test-fix.md +400 -265
- package/.claude/commands/odyssey-ui.md +396 -261
- package/.claude/commands/quality-auto-test.md +12 -0
- package/.claude/commands/quality-debug.md +11 -0
- package/.claude/commands/quality-refactor.md +11 -0
- package/.claude/commands/quality-retrospective.md +11 -0
- package/.claude/commands/quality-review.md +11 -0
- package/.claude/commands/quality-sync.md +10 -0
- package/.claude/commands/quality-test.md +12 -0
- package/.claude/commands/security-audit.md +11 -0
- package/.claude/commands/spec-add.md +27 -0
- package/.claude/commands/spec-load.md +25 -0
- package/.claude/commands/spec-remove.md +26 -0
- package/.claude/commands/spec-setup.md +30 -0
- package/.codex/skills/codify-to-knowhow/SKILL.md +2 -0
- package/.codex/skills/domain-add/SKILL.md +26 -0
- package/.codex/skills/domain-discover/SKILL.md +46 -0
- package/.codex/skills/domain-list/SKILL.md +29 -0
- package/.codex/skills/learn-decompose/SKILL.md +2 -0
- package/.codex/skills/learn-follow/SKILL.md +34 -0
- package/.codex/skills/learn-investigate/SKILL.md +33 -0
- package/.codex/skills/learn-retro/SKILL.md +33 -0
- package/.codex/skills/learn-second-opinion/SKILL.md +30 -0
- package/.codex/skills/maestro-amend/SKILL.md +11 -0
- package/.codex/skills/maestro-companion/SKILL.md +11 -0
- package/.codex/skills/maestro-composer/SKILL.md +11 -0
- package/.codex/skills/maestro-guard/SKILL.md +25 -0
- package/.codex/skills/maestro-help/SKILL.md +2 -0
- package/.codex/skills/maestro-init/SKILL.md +16 -0
- package/.codex/skills/maestro-learn/SKILL.md +2 -0
- package/.codex/skills/maestro-overlay/SKILL.md +1 -0
- package/.codex/skills/maestro-player/SKILL.md +2 -0
- package/.codex/skills/maestro-quick/SKILL.md +17 -0
- package/.codex/skills/maestro-tools-execute/SKILL.md +31 -0
- package/.codex/skills/maestro-tools-register/SKILL.md +29 -0
- package/.codex/skills/maestro-ui-codify/SKILL.md +2 -0
- package/.codex/skills/maestro-update/SKILL.md +38 -0
- package/.codex/skills/manage-codebase-rebuild/SKILL.md +2 -0
- package/.codex/skills/manage-codebase-refresh/SKILL.md +11 -0
- package/.codex/skills/manage-drift-realign/SKILL.md +2 -0
- package/.codex/skills/manage-harvest/SKILL.md +30 -8
- package/.codex/skills/manage-issue/SKILL.md +24 -0
- package/.codex/skills/manage-issue-discover/SKILL.md +2 -0
- package/.codex/skills/manage-knowhow/SKILL.md +26 -0
- package/.codex/skills/manage-knowhow-capture/SKILL.md +23 -0
- package/.codex/skills/manage-learn/SKILL.md +2 -0
- package/.codex/skills/manage-status/SKILL.md +22 -0
- package/.codex/skills/manage-wiki/SKILL.md +28 -0
- package/.codex/skills/odyssey-debug/SKILL.md +44 -0
- package/.codex/skills/odyssey-improve/SKILL.md +49 -0
- package/.codex/skills/odyssey-planex/SKILL.md +44 -0
- package/.codex/skills/odyssey-review-test-fix/SKILL.md +48 -0
- package/.codex/skills/odyssey-ui/SKILL.md +49 -0
- package/.codex/skills/quality-auto-test/SKILL.md +2 -0
- package/.codex/skills/quality-debug/SKILL.md +2 -0
- package/.codex/skills/quality-refactor/SKILL.md +2 -0
- package/.codex/skills/quality-retrospective/SKILL.md +2 -0
- package/.codex/skills/quality-review/SKILL.md +2 -0
- package/.codex/skills/quality-sync/SKILL.md +24 -0
- package/.codex/skills/quality-test/SKILL.md +2 -0
- package/.codex/skills/security-audit/SKILL.md +30 -0
- package/.codex/skills/spec-add/SKILL.md +28 -0
- package/.codex/skills/spec-load/SKILL.md +26 -0
- package/.codex/skills/spec-map/SKILL.md +1 -0
- package/.codex/skills/spec-remove/SKILL.md +28 -0
- package/.codex/skills/spec-setup/SKILL.md +28 -0
- package/.codex/skills/wiki-connect/SKILL.md +11 -0
- package/.codex/skills/wiki-digest/SKILL.md +11 -0
- package/dashboard/dist-server/dashboard/src/server/agents/api-explore-adapter.js +3 -1
- package/dashboard/dist-server/dashboard/src/server/agents/api-explore-adapter.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/embedding.d.ts +5 -0
- package/dashboard/dist-server/dashboard/src/server/wiki/embedding.js +28 -4
- package/dashboard/dist-server/dashboard/src/server/wiki/embedding.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.js +4 -4
- package/dashboard/dist-server/dashboard/src/server/wiki/wiki-indexer.js.map +1 -1
- package/dashboard/dist-server/src/graph/kg/db/queries.d.ts +10 -0
- package/dashboard/dist-server/src/graph/kg/db/queries.js +176 -38
- package/dashboard/dist-server/src/graph/kg/db/queries.js.map +1 -1
- package/dashboard/dist-server/src/graph/kg/extraction/code/svelte-extractor.js +1 -1
- package/dashboard/dist-server/src/graph/kg/extraction/code/svelte-extractor.js.map +1 -1
- package/dashboard/dist-server/src/graph/kg/extraction/code/tree-sitter.js +2 -2
- package/dashboard/dist-server/src/graph/kg/extraction/code/tree-sitter.js.map +1 -1
- package/dashboard/dist-server/src/graph/kg/extraction/code/vue-extractor.js +1 -1
- package/dashboard/dist-server/src/graph/kg/extraction/code/vue-extractor.js.map +1 -1
- package/dashboard/dist-server/src/graph/kg/extraction/code/wasm-stability.js +1 -1
- package/dashboard/dist-server/src/graph/kg/extraction/code/wasm-stability.js.map +1 -1
- package/dashboard/dist-server/src/graph/kg/extraction/orchestrator.js +20 -12
- package/dashboard/dist-server/src/graph/kg/extraction/orchestrator.js.map +1 -1
- package/dashboard/dist-server/src/graph/kg/surface/hook-injector.js +1 -1
- package/dashboard/dist-server/src/graph/kg/surface/hook-injector.js.map +1 -1
- package/dashboard/dist-server/src/hooks/keyword-spec-injector.js +35 -0
- package/dashboard/dist-server/src/hooks/keyword-spec-injector.js.map +1 -1
- package/dashboard/dist-server/src/hooks/spec-analytics.d.ts +1 -0
- package/dashboard/dist-server/src/hooks/spec-analytics.js.map +1 -1
- package/dashboard/dist-server/src/hooks/wiki-search-bridge.d.ts +32 -0
- package/dashboard/dist-server/src/hooks/wiki-search-bridge.js +71 -0
- package/dashboard/dist-server/src/hooks/wiki-search-bridge.js.map +1 -0
- package/dist/src/agents/api-explore/agent-loop.d.ts +15 -2
- package/dist/src/agents/api-explore/agent-loop.d.ts.map +1 -1
- package/dist/src/agents/api-explore/agent-loop.js +6 -5
- package/dist/src/agents/api-explore/agent-loop.js.map +1 -1
- package/dist/src/agents/api-explore/config.d.ts +67 -1
- package/dist/src/agents/api-explore/config.d.ts.map +1 -1
- package/dist/src/agents/api-explore/config.js +50 -15
- package/dist/src/agents/api-explore/config.js.map +1 -1
- package/dist/src/agents/api-explore/index.js +4 -4
- package/dist/src/agents/api-explore/index.js.map +1 -1
- package/dist/src/agents/api-explore/llm.d.ts +7 -1
- package/dist/src/agents/api-explore/llm.d.ts.map +1 -1
- package/dist/src/agents/api-explore/llm.js +26 -12
- package/dist/src/agents/api-explore/llm.js.map +1 -1
- package/dist/src/agents/api-explore/moa-cache.d.ts +12 -0
- package/dist/src/agents/api-explore/moa-cache.d.ts.map +1 -0
- package/dist/src/agents/api-explore/moa-cache.js +50 -0
- package/dist/src/agents/api-explore/moa-cache.js.map +1 -0
- package/dist/src/agents/api-explore/moa-loop.d.ts +49 -0
- package/dist/src/agents/api-explore/moa-loop.d.ts.map +1 -0
- package/dist/src/agents/api-explore/moa-loop.js +43 -0
- package/dist/src/agents/api-explore/moa-loop.js.map +1 -0
- package/dist/src/agents/api-explore/moa-pipeline.d.ts +43 -0
- package/dist/src/agents/api-explore/moa-pipeline.d.ts.map +1 -0
- package/dist/src/agents/api-explore/moa-pipeline.js +276 -0
- package/dist/src/agents/api-explore/moa-pipeline.js.map +1 -0
- package/dist/src/agents/api-explore/runner.d.ts +3 -0
- package/dist/src/agents/api-explore/runner.d.ts.map +1 -1
- package/dist/src/agents/api-explore/runner.js +39 -18
- package/dist/src/agents/api-explore/runner.js.map +1 -1
- package/dist/src/agents/api-explore/session.d.ts +15 -0
- package/dist/src/agents/api-explore/session.d.ts.map +1 -1
- package/dist/src/agents/api-explore/session.js.map +1 -1
- package/dist/src/cli.js +1 -0
- package/dist/src/cli.js.map +1 -1
- package/dist/src/commands/explore.d.ts.map +1 -1
- package/dist/src/commands/explore.js +34 -2
- package/dist/src/commands/explore.js.map +1 -1
- package/dist/src/commands/install.js +7 -28
- package/dist/src/commands/install.js.map +1 -1
- package/dist/src/commands/moa.d.ts +3 -0
- package/dist/src/commands/moa.d.ts.map +1 -0
- package/dist/src/commands/moa.js +217 -0
- package/dist/src/commands/moa.js.map +1 -0
- package/dist/src/commands/search.d.ts.map +1 -1
- package/dist/src/commands/search.js +2 -0
- package/dist/src/commands/search.js.map +1 -1
- package/dist/src/graph/kg/db/queries.d.ts +10 -0
- package/dist/src/graph/kg/db/queries.d.ts.map +1 -1
- package/dist/src/graph/kg/db/queries.js +176 -38
- package/dist/src/graph/kg/db/queries.js.map +1 -1
- package/dist/src/graph/kg/extraction/code/svelte-extractor.js +1 -1
- package/dist/src/graph/kg/extraction/code/svelte-extractor.js.map +1 -1
- package/dist/src/graph/kg/extraction/code/tree-sitter.js +2 -2
- package/dist/src/graph/kg/extraction/code/tree-sitter.js.map +1 -1
- package/dist/src/graph/kg/extraction/code/vue-extractor.js +1 -1
- package/dist/src/graph/kg/extraction/code/vue-extractor.js.map +1 -1
- package/dist/src/graph/kg/extraction/code/wasm-stability.js +1 -1
- package/dist/src/graph/kg/extraction/code/wasm-stability.js.map +1 -1
- package/dist/src/graph/kg/extraction/orchestrator.d.ts.map +1 -1
- package/dist/src/graph/kg/extraction/orchestrator.js +20 -12
- package/dist/src/graph/kg/extraction/orchestrator.js.map +1 -1
- package/dist/src/graph/kg/surface/hook-injector.js +1 -1
- package/dist/src/graph/kg/surface/hook-injector.js.map +1 -1
- package/dist/src/hooks/keyword-spec-injector.d.ts.map +1 -1
- package/dist/src/hooks/keyword-spec-injector.js +35 -0
- package/dist/src/hooks/keyword-spec-injector.js.map +1 -1
- package/dist/src/hooks/plugins/explore-plugin.d.ts.map +1 -1
- package/dist/src/hooks/plugins/explore-plugin.js +3 -2
- package/dist/src/hooks/plugins/explore-plugin.js.map +1 -1
- package/dist/src/hooks/spec-analytics.d.ts +1 -0
- package/dist/src/hooks/spec-analytics.d.ts.map +1 -1
- package/dist/src/hooks/spec-analytics.js.map +1 -1
- package/dist/src/hooks/wiki-search-bridge.d.ts +33 -0
- package/dist/src/hooks/wiki-search-bridge.d.ts.map +1 -0
- package/dist/src/hooks/wiki-search-bridge.js +71 -0
- package/dist/src/hooks/wiki-search-bridge.js.map +1 -0
- package/dist/src/utils/update-notices.js +12 -0
- package/dist/src/utils/update-notices.js.map +1 -1
- package/package.json +1 -1
|
@@ -39,8 +39,19 @@ $ARGUMENTS — natural language description, or flags.
|
|
|
39
39
|
1. **Architecture specs**: Run `maestro load --type spec --category arch` to load architecture constraints. Use as context for node resolution — ensures workflow design respects documented patterns.
|
|
40
40
|
2. **Coding specs**: Run `maestro load --type spec --category coding` to load coding conventions. Informs executor argument defaults and context injection.
|
|
41
41
|
3. Optional — proceed without if unavailable.
|
|
42
|
+
|
|
43
|
+
**Output boundary**: ALL file writes MUST target `~/.maestro/templates/workflows/` (template JSON + index.json) and `.workflow/templates/design-drafts/` (intermediate drafts) only. NEVER modify source code or `.claude/commands/` files.
|
|
42
44
|
</context>
|
|
43
45
|
|
|
46
|
+
<invariants>
|
|
47
|
+
1. **Max 20 nodes** — workflow templates MUST NOT exceed 20 nodes; larger workflows MUST be split into sub-workflows
|
|
48
|
+
2. **Acyclic DAG** — generated template MUST be a directed acyclic graph; cycles MUST be detected and rejected before persistence
|
|
49
|
+
3. **No orphan nodes** — every node MUST be reachable from at least one edge; unreachable nodes MUST be flagged
|
|
50
|
+
4. **Confirmation before write** — template JSON MUST be shown to user via AskUserQuestion before writing to `~/.maestro/templates/workflows/`; cancellation saves draft only
|
|
51
|
+
5. **Draft preservation** — abandoning at any confirmation gate MUST save current progress to design-drafts directory; NEVER discard user's partial work
|
|
52
|
+
6. **Deferred reading only** — node-catalog and template-schema MUST be read at their designated phases (P2, P5), NEVER loaded eagerly at startup
|
|
53
|
+
</invariants>
|
|
54
|
+
|
|
44
55
|
<state_machine>
|
|
45
56
|
|
|
46
57
|
<states>
|
|
@@ -30,10 +30,35 @@ $ARGUMENTS — Parse subcommand and optional path argument.
|
|
|
30
30
|
|
|
31
31
|
**Enforcement:** The `workflow-guard` hook (PreToolUse on Write/Edit) reads this config
|
|
32
32
|
and blocks operations targeting files outside boundaries. Requires hooks level >= `full`.
|
|
33
|
+
|
|
34
|
+
**Output boundary**: ALL file writes MUST target `.workflow/config.json` (guard section) only. NEVER modify hook files, `.claude/settings.json`, or source code.
|
|
33
35
|
</context>
|
|
34
36
|
|
|
37
|
+
<invariants>
|
|
38
|
+
1. **Config-only mutation** — guard MUST only modify the `guard` section of `.workflow/config.json`; NEVER touch other config sections or files
|
|
39
|
+
2. **Non-destructive** — `off` MUST preserve existing paths and mode; NEVER clear the path list when disabling
|
|
40
|
+
3. **Mode switch confirmation** — switching between allow/deny mode MUST require AskUserQuestion confirmation when existing paths will be cleared
|
|
41
|
+
4. **Hook dependency** — guard MUST warn when enabled but `workflow-guard` hook is not active (hooks level < full)
|
|
42
|
+
5. **Path normalization** — all paths MUST use forward slashes with trailing slash for directories; NEVER store raw backslash paths
|
|
43
|
+
</invariants>
|
|
44
|
+
|
|
35
45
|
<execution>
|
|
36
46
|
|
|
47
|
+
### Phase Gates (MANDATORY, BLOCKING)
|
|
48
|
+
|
|
49
|
+
**GATE 1: Parse → Config Read**
|
|
50
|
+
- REQUIRED: Subcommand parsed (on/off/status/allow/deny) or defaulted to `status`.
|
|
51
|
+
- BLOCKED if: invalid subcommand provided.
|
|
52
|
+
|
|
53
|
+
**GATE 2: Config Read → Execute**
|
|
54
|
+
- REQUIRED: `.workflow/config.json` read successfully or initialized with empty guard section.
|
|
55
|
+
- BLOCKED if: file unreadable and cannot be created (E001).
|
|
56
|
+
|
|
57
|
+
**GATE 3: Execute → Confirm**
|
|
58
|
+
- REQUIRED: Config mutation applied (for on/off/allow/deny) or status displayed (for status).
|
|
59
|
+
- REQUIRED: Mode-switch AskUserQuestion answered (for allow↔deny transitions with existing paths).
|
|
60
|
+
- BLOCKED if: user declines mode switch.
|
|
61
|
+
|
|
37
62
|
**Step 1: Parse subcommand**
|
|
38
63
|
|
|
39
64
|
Extract from $ARGUMENTS:
|
|
@@ -38,8 +38,18 @@ $ARGUMENTS — none for interactive mode, or `-y` with `@file` reference for aut
|
|
|
38
38
|
|
|
39
39
|
**Load project state if exists:**
|
|
40
40
|
Check for `.workflow/state.json` -- loads context if project already initialized.
|
|
41
|
+
|
|
42
|
+
**Output boundary**: ALL file writes MUST target `.workflow/` (project.md, state.json, config.json, specs/) only. NEVER modify source code or files outside `.workflow/`.
|
|
41
43
|
</context>
|
|
42
44
|
|
|
45
|
+
<invariants>
|
|
46
|
+
1. **Idempotent init** — re-running init on an already-initialized project MUST detect existing `.workflow/` and warn (E002); NEVER silently overwrite existing state
|
|
47
|
+
2. **Scope guard** — init MUST only make initialization decisions; NEVER prejudge roadmap structure, plan scope, or implementation details
|
|
48
|
+
3. **All artifacts required** — init MUST NOT report completion until project.md, state.json, and config.json all exist; missing artifacts MUST be created before exit
|
|
49
|
+
4. **Template-driven** — deferred templates (project.md, state.json, config.json) MUST be read from `~/.maestro/templates/` and customized; NEVER generate from scratch without template
|
|
50
|
+
5. **Interview writes back** — all interactive decisions MUST be written to project.md/config.json before proceeding to research or completion; NEVER leave decisions unrecorded
|
|
51
|
+
</invariants>
|
|
52
|
+
|
|
43
53
|
<interview_protocol>
|
|
44
54
|
Follows @~/.maestro/workflows/interview-mechanics.md standard.
|
|
45
55
|
|
|
@@ -52,6 +62,24 @@ Follows @~/.maestro/workflows/interview-mechanics.md standard.
|
|
|
52
62
|
</interview_protocol>
|
|
53
63
|
|
|
54
64
|
<execution>
|
|
65
|
+
|
|
66
|
+
### Phase Gates (MANDATORY, BLOCKING)
|
|
67
|
+
|
|
68
|
+
**GATE 1: Pre-flight → Interview**
|
|
69
|
+
- REQUIRED: `.workflow/` existence check completed.
|
|
70
|
+
- REQUIRED: `--from` source validated (if provided).
|
|
71
|
+
- BLOCKED if: E002 (greenfield conflict with existing `.workflow/`) unresolved.
|
|
72
|
+
|
|
73
|
+
**GATE 2: Interview → Research**
|
|
74
|
+
- REQUIRED: All interview decisions recorded in project.md and config.json.
|
|
75
|
+
- REQUIRED: `.workflow/` directory created with initial structure.
|
|
76
|
+
- BLOCKED if: interview decisions not yet written to files.
|
|
77
|
+
|
|
78
|
+
**GATE 3: Research → Completion**
|
|
79
|
+
- REQUIRED: All 3 required artifacts exist (project.md, state.json, config.json).
|
|
80
|
+
- REQUIRED: `.workflow/specs/` initialized.
|
|
81
|
+
- BLOCKED if: any artifact missing — write it before reporting completion.
|
|
82
|
+
|
|
55
83
|
### Pre-flight
|
|
56
84
|
|
|
57
85
|
1. Check if `.workflow/` already exists — if so, load state and warn (E002 for greenfield conflicts)
|
|
@@ -34,8 +34,19 @@ Turn natural-language instructions into command overlays — JSON patch files th
|
|
|
34
34
|
**Management** — listing and removing overlays is handled by `maestro overlay list` (ink TUI with interactive delete). This skill focuses solely on creation.
|
|
35
35
|
|
|
36
36
|
**Available sections** (for `section:` in patches): `purpose`, `required_reading`, `deferred_reading`, `context`, `execution`, `error_codes`, `success_criteria`.
|
|
37
|
+
|
|
38
|
+
**Output boundary**: ALL file writes MUST target `~/.maestro/overlays/` (overlay JSON + docs) only. Command file patching is handled by `maestro overlay add` — this skill NEVER modifies `.claude/commands/*.md` directly.
|
|
37
39
|
</context>
|
|
38
40
|
|
|
41
|
+
<invariants>
|
|
42
|
+
1. **Non-invasive** — overlays MUST use hashed HTML-comment markers for injection; NEVER edit command file content directly outside the overlay system
|
|
43
|
+
2. **Idempotent** — re-running `maestro overlay apply` with the same overlay JSON MUST produce no file changes
|
|
44
|
+
3. **Creation only** — this skill MUST only create overlays; listing and removal are handled by `maestro overlay list` (ink TUI)
|
|
45
|
+
4. **Pristine source preferred** — injection point analysis MUST read from `$PKG_ROOT/.claude/commands/` (untouched originals) first, fall back to `~/.claude/commands/` only if pristine unavailable
|
|
46
|
+
5. **User approval before write** — overlay JSON MUST be shown and approved via AskUserQuestion before writing to disk; NEVER auto-install without confirmation
|
|
47
|
+
6. **Chain skip option mandatory** — if a skill chain is configured, the injected content MUST include a "Skip" option in AskUserQuestion; NEVER force the user into a chain
|
|
48
|
+
</invariants>
|
|
49
|
+
|
|
39
50
|
<execution>
|
|
40
51
|
### 1. Parse user intent
|
|
41
52
|
|
|
@@ -67,8 +67,19 @@ $ARGUMENTS — template slug/path, or flags.
|
|
|
67
67
|
"last_checkpoint": null
|
|
68
68
|
}
|
|
69
69
|
```
|
|
70
|
+
|
|
71
|
+
**Output boundary**: ALL file writes MUST target `.workflow/.maestro/player-*/` (session status.json + step outputs) only. Template files (`~/.maestro/templates/workflows/`) are read-only. NEVER modify source code or `.claude/commands/` files.
|
|
70
72
|
</context>
|
|
71
73
|
|
|
74
|
+
<invariants>
|
|
75
|
+
1. **Resume-safe** — status.json MUST be updated after every step change; an interrupted session MUST be resumable from the last checkpoint via `-c`
|
|
76
|
+
2. **One step at a time** — execution loop MUST process steps sequentially in topological order; parallel steps share a batch index but NEVER run concurrently within the player
|
|
77
|
+
3. **CLI nodes async** — cli-type nodes MUST use `Bash(run_in_background: true)` + STOP pattern; NEVER block the main thread on delegate execution
|
|
78
|
+
4. **Templates read-only** — player MUST NOT modify template JSON files; runtime state belongs in status.json only
|
|
79
|
+
5. **Failure requires user decision** — on step failure without explicit `on_fail`, player MUST prompt via AskUserQuestion (Retry/Skip/Abort); NEVER silently skip or auto-abort
|
|
80
|
+
6. **Reference resolution at runtime** — `{N-xxx.field}` and `{prev_*}` references MUST be resolved at execution time from status.json step results, NEVER pre-resolved during init
|
|
81
|
+
</invariants>
|
|
82
|
+
|
|
72
83
|
<state_machine>
|
|
73
84
|
|
|
74
85
|
<states>
|
|
@@ -39,9 +39,38 @@ Parse for:
|
|
|
39
39
|
- Browse: `maestro search --category coding`
|
|
40
40
|
- Load task-relevant entries: `maestro load --type knowhow --id <id1> [id2...]`
|
|
41
41
|
3. All are optional — proceed without if unavailable.
|
|
42
|
+
|
|
43
|
+
**Output boundary**: ALL file writes MUST target `.workflow/scratch/` (task directory, plan.json, summaries) and modified source files as defined in plan.json tasks. State.json scratch entry is implicit workflow tracking.
|
|
42
44
|
</context>
|
|
43
45
|
|
|
46
|
+
<invariants>
|
|
47
|
+
1. **Atomic commits** — each task execution MUST produce a commit with only the files modified by that task; NEVER stage unrelated files
|
|
48
|
+
2. **Evidence-based summaries** — task summaries MUST include concrete evidence (files changed, tests run, commands executed); NEVER accept "task completed successfully" as a summary
|
|
49
|
+
3. **Plan before execute** — plan.json MUST be written before any task execution begins; NEVER skip planning even for single-task workflows
|
|
50
|
+
4. **Scratch isolation** — all workflow artifacts MUST live under `.workflow/scratch/{task-dir}/`; NEVER write workflow metadata outside this directory
|
|
51
|
+
5. **Commit confirmation** — staged files and commit message MUST be shown via AskUserQuestion before committing (unless `-y`); NEVER auto-commit without user awareness
|
|
52
|
+
</invariants>
|
|
53
|
+
|
|
44
54
|
<execution>
|
|
55
|
+
|
|
56
|
+
### Phase Gates (MANDATORY, BLOCKING)
|
|
57
|
+
|
|
58
|
+
**GATE 1: Setup → Planning**
|
|
59
|
+
- REQUIRED: Task description parsed and scratch directory created.
|
|
60
|
+
- REQUIRED: Coding specs loaded (optional but attempted).
|
|
61
|
+
- BLOCKED if: no task description (E001) or scratch directory creation failed (E002).
|
|
62
|
+
|
|
63
|
+
**GATE 2: Planning → Execution**
|
|
64
|
+
- REQUIRED: plan.json written with task definitions.
|
|
65
|
+
- REQUIRED: --discuss decisions extracted and recorded (if flag set).
|
|
66
|
+
- BLOCKED if: plan.json missing or empty.
|
|
67
|
+
|
|
68
|
+
**GATE 3: Execution → Completion**
|
|
69
|
+
- REQUIRED: All tasks executed with `.summaries/TASK-*-summary.md` written per task.
|
|
70
|
+
- REQUIRED: Each summary contains concrete evidence of completion.
|
|
71
|
+
- REQUIRED: --full verification passed (if flag set).
|
|
72
|
+
- BLOCKED if: any task summary missing or lacking evidence.
|
|
73
|
+
|
|
45
74
|
Follow '~/.maestro/workflows/quick.md' completely.
|
|
46
75
|
|
|
47
76
|
### Artifact Verification (before completion)
|
|
@@ -12,6 +12,7 @@ allowed-tools:
|
|
|
12
12
|
- Skill
|
|
13
13
|
- AskUserQuestion
|
|
14
14
|
- Agent
|
|
15
|
+
- SendMessage
|
|
15
16
|
---
|
|
16
17
|
<purpose>
|
|
17
18
|
Adaptive lifecycle orchestrator: locate step → resolve args → load context → dispatch Agent(ralph-executor) per step (agent 调 `ralph next` + 执行) → extract signals → drift check → ralph complete → evaluate decision → next step → loop.
|
|
@@ -42,13 +43,16 @@ Remaining → intent (amend_mode 时为 change_request)
|
|
|
42
43
|
</context>
|
|
43
44
|
|
|
44
45
|
<invariants>
|
|
45
|
-
1. **Ralph-v2 owns the full loop** — locate step → resolve args → load context → dispatch agent → extract signals → drift → complete,全部在本命令内完成
|
|
46
|
-
2. **One agent per step** — 每个执行 step 派发一个 executor agent,agent
|
|
47
|
-
3. **Agent is a thin wrapper** — executor agent 调 `ralph next` 获取 skill prompt
|
|
48
|
-
4. **
|
|
46
|
+
1. **Ralph-v2 owns the full loop** — locate step → resolve args → load context → dispatch agent → wait for SendMessage → receive → extract signals → drift → complete,全部在本命令内完成
|
|
47
|
+
2. **One agent per step** — 每个执行 step 派发一个 named executor agent,agent 通过 SendMessage 回传结果,主流程解析结果后决定下一步
|
|
48
|
+
3. **Agent is a thin wrapper** — executor agent 调 `ralph next` 获取 skill prompt 并执行,通过 SendMessage 回传输出;arg resolution、context loading、signal extraction、drift analysis、ralph complete 均由主流程完成
|
|
49
|
+
4. **Dual dispatch model** — 执行 Agent 与评估 Agent 使用不同派发模式:
|
|
50
|
+
- **执行 Agent**(A_STEP_DISPATCH):`Agent({name: "exe-xxx"})` — named mailbox teammate,支持内部多 agent 编排,通过 `SendMessage({to: "main"})` 回传结果
|
|
51
|
+
- **评估 Agent**(A_AGENT_EVALUATE / A_AGENT_GOAL_AUDIT / A_AGENT_REGROUND):`Agent()` 不传 `name` — 同步阻塞,直接返回结果(评估 agent 只读不需要多 agent)
|
|
52
|
+
- `agent_exec_name` 既用于 display/日志,也作为执行 Agent 的 `name` 参数
|
|
49
53
|
5. **主流程调 `ralph complete`** — 每个 step 完成后由主流程调 `maestro ralph complete`,非 agent 上报
|
|
50
|
-
6. **Decision evaluation inline** — decision 节点不 handoff,通过
|
|
51
|
-
7. **
|
|
54
|
+
6. **Decision evaluation inline** — decision 节点不 handoff,通过 Agent 或 CLI delegate 在本循环内评估
|
|
55
|
+
7. **CLI delegation for evaluation only** — CLI delegate(`maestro delegate --mode analysis`)仅限评估环节;执行仍通过 executor Agent 完成
|
|
52
56
|
8. **Decision delegates read-only** — 评估 Agent 通过 prompt 中的 CONSTRAINTS 约束为只读
|
|
53
57
|
9. **执行 step 通过 `maestro ralph next` CLI 加载并内联执行**(由 execute Agent 完成)
|
|
54
58
|
10. **status.json 是唯一真源** — 不生成 markdown 清单或侧文件
|
|
@@ -85,7 +89,8 @@ S_CONFIRM — 用户确认
|
|
|
85
89
|
|
|
86
90
|
S_STEP_LOCATE — 找下一个 pending step PERSIST: —
|
|
87
91
|
S_STEP_RESOLVE — 解析占位符 + 丰富参数 PERSIST: step.args (enriched)
|
|
88
|
-
S_STEP_DISPATCH — 组装上下文 + 派发 executor agent
|
|
92
|
+
S_STEP_DISPATCH — 组装上下文 + 派发 named executor agent PERSIST: step.agent_exec_name, step.status = "running"
|
|
93
|
+
S_STEP_WAIT_MSG — 等待 executor 的 SendMessage 回传 PERSIST: —
|
|
89
94
|
S_STEP_ANALYZE — 提取信号 + 组装 completion 参数 PERSIST: —
|
|
90
95
|
S_STEP_DRIFT — 产物 vs 目标偏离分析 PERSIST: step.drift_score
|
|
91
96
|
S_STEP_COMPLETE — 调 `ralph complete` 上报 PERSIST: step.completion_*
|
|
@@ -140,8 +145,12 @@ S_STEP_RESOLVE:
|
|
|
140
145
|
→ S_STEP_DISPATCH DO: A_STEP_RESOLVE_ARGS
|
|
141
146
|
|
|
142
147
|
S_STEP_DISPATCH:
|
|
143
|
-
→
|
|
144
|
-
|
|
148
|
+
→ S_STEP_WAIT_MSG WHEN: executor dispatched DO: A_STEP_DISPATCH
|
|
149
|
+
|
|
150
|
+
S_STEP_WAIT_MSG:
|
|
151
|
+
→ S_STEP_ANALYZE WHEN: received agent-message with EXECUTOR_OUTPUT DO: A_STEP_RECEIVE
|
|
152
|
+
→ S_HANDLE_FAIL WHEN: received agent-message with status=ERROR DO: A_STEP_RECEIVE
|
|
153
|
+
→ S_HANDLE_FAIL WHEN: executor idle without SendMessage(崩溃检测) DO: mark BLOCKED
|
|
145
154
|
|
|
146
155
|
S_STEP_ANALYZE:
|
|
147
156
|
→ S_STEP_DRIFT WHEN: STATUS == DONE|DONE_WITH_CONCERNS DO: A_STEP_EXTRACT
|
|
@@ -321,14 +330,17 @@ Execution criteria: {session.execution_criteria joined by '; '}
|
|
|
321
330
|
| debug | `dbg` |
|
|
322
331
|
| Other | `run` |
|
|
323
332
|
|
|
324
|
-
**4. Dispatch
|
|
333
|
+
**4. Dispatch(named mailbox executor):**
|
|
334
|
+
|
|
335
|
+
> 执行 Agent 使用 `name` 参数派发为 named mailbox teammate,支持内部多 agent 编排。executor 通过 `SendMessage({to: "main"})` 回传执行结果。`resolved_agent_name` 同时用于 display 和 Agent `name` 参数。
|
|
325
336
|
|
|
326
337
|
```
|
|
327
338
|
Agent({
|
|
328
|
-
subagent_type: "ralph-executor",
|
|
329
339
|
name: "{resolved_agent_name}",
|
|
340
|
+
subagent_type: "ralph-executor",
|
|
330
341
|
description: "执行 step {index}: {step.skill}",
|
|
331
342
|
prompt: `Session: {session_id}
|
|
343
|
+
Agent name: {resolved_agent_name}
|
|
332
344
|
|
|
333
345
|
{goal_context 块,仅 protocol < 2 时}
|
|
334
346
|
|
|
@@ -337,11 +349,24 @@ Agent({
|
|
|
337
349
|
})
|
|
338
350
|
```
|
|
339
351
|
|
|
340
|
-
Agent 内部调 `maestro ralph next --session {session_id}` 获取 skill prompt 并执行。
|
|
341
|
-
|
|
342
352
|
5. Write `step.agent_exec_name` to status.json
|
|
343
|
-
6. Display: `[{index}/{total}] ⟶ {step.skill} →
|
|
344
|
-
7. Agent
|
|
353
|
+
6. Display: `[{index}/{total}] ⟶ {step.skill} → {resolved_agent_name}`
|
|
354
|
+
7. Agent() 立即返回(named teammate 异步启动)→ 进入 S_STEP_WAIT_MSG 等待 executor 的 SendMessage
|
|
355
|
+
|
|
356
|
+
### A_STEP_RECEIVE
|
|
357
|
+
|
|
358
|
+
从 executor 的 `agent-message` 中提取执行输出。
|
|
359
|
+
|
|
360
|
+
1. 接收到 `<agent-message from="{resolved_agent_name}">` 后,提取 message 内容
|
|
361
|
+
2. 解析 `EXECUTOR_OUTPUT` 格式:
|
|
362
|
+
- `status: DONE` → agent_output = message 内容,继续 S_STEP_ANALYZE
|
|
363
|
+
- `status: DONE_WITH_CONCERNS` → agent_output = message 内容,继续 S_STEP_ANALYZE
|
|
364
|
+
- `status: ERROR` → STATUS=BLOCKED,转 S_HANDLE_FAIL
|
|
365
|
+
3. idle_notification 处理(区分正常等待与崩溃):
|
|
366
|
+
- 首次收到 `idle_notification`:executor 可能在等待 worker 回传,正常现象,继续等待
|
|
367
|
+
- 连续收到 2 次 `idle_notification` 且中间无 `agent-message`:向 executor 发送 `SendMessage({to: "{resolved_agent_name}", message: "请回报执行状态"})` 询问
|
|
368
|
+
- 询问后仍只收到 `idle_notification` 无 `agent-message`:STATUS=BLOCKED,转 S_HANDLE_FAIL
|
|
369
|
+
4. `agent_output` = 提取的 message 内容
|
|
345
370
|
|
|
346
371
|
### A_STEP_EXTRACT
|
|
347
372
|
|
|
@@ -470,10 +495,12 @@ Agent 内部调 `maestro ralph next --session {session_id}` 获取 skill prompt
|
|
|
470
495
|
|
|
471
496
|
### A_AGENT_EVALUATE
|
|
472
497
|
|
|
473
|
-
通过 Agent
|
|
498
|
+
通过 Agent 和/或 CLI delegate 评估质量门。评估模式由 `step.evaluate_via` 决定。
|
|
499
|
+
|
|
500
|
+
**1. Common setup:**
|
|
474
501
|
|
|
475
502
|
1. Resolve artifact dir: `.workflow/scratch/{artifact.path}/` with fallback glob
|
|
476
|
-
2. Parse decision metadata: `{ decision, retry_count, max_retries }`
|
|
503
|
+
2. Parse decision metadata: `{ decision, retry_count, max_retries, evaluate_via }`
|
|
477
504
|
3. Map result files:
|
|
478
505
|
|
|
479
506
|
| Decision | Files |
|
|
@@ -484,33 +511,65 @@ Agent 内部调 `maestro ralph next --session {session_id}` 获取 skill prompt
|
|
|
484
511
|
| post-test | uat.md, .tests/test-results.json |
|
|
485
512
|
| post-frontend-verify | e2e-results.json |
|
|
486
513
|
|
|
487
|
-
4.
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
514
|
+
4. `evaluate_via` 默认值:`"agent"`(未设置时)
|
|
515
|
+
|
|
516
|
+
**2. Dispatch by mode:**
|
|
517
|
+
|
|
518
|
+
**Mode: `agent`(默认)** — 同步 Agent 评估:
|
|
519
|
+
|
|
520
|
+
```
|
|
521
|
+
Agent({
|
|
522
|
+
description: "评估 {decision} 质量门(同步评估 Agent,不传 name)",
|
|
523
|
+
prompt: "PURPOSE: 评估 {decision} 质量门结果
|
|
524
|
+
TASK: 读取以下结果文件 | 分析状态 | 评估严重性 | 给出建议
|
|
525
|
+
FILES: {result_file_paths}
|
|
526
|
+
SESSION: {session_dir}/status.json
|
|
527
|
+
EXPECTED: 输出以下格式:
|
|
528
|
+
---VERDICT---
|
|
529
|
+
STATUS: PASS|FAIL|PARTIAL|BLOCKED
|
|
530
|
+
REASON: <一句话原因>
|
|
531
|
+
GAP_SUMMARY: <差距摘要>
|
|
532
|
+
CONFIDENCE: high|medium|low
|
|
533
|
+
CONFIDENCE_SCORE: 0-100
|
|
534
|
+
WEAKEST_DIMENSION: <最弱维度>
|
|
535
|
+
---END---
|
|
536
|
+
CONSTRAINTS: 只评估不修改文件 | 置信度<60%倾向 fix | retry {n}/{max} 达上限必须 escalate"
|
|
537
|
+
})
|
|
538
|
+
```
|
|
539
|
+
|
|
540
|
+
**Mode: `cli`** — CLI delegate 评估(异步后台):
|
|
541
|
+
|
|
542
|
+
```
|
|
543
|
+
Bash({
|
|
544
|
+
command: `maestro delegate "PURPOSE: 评估 ${decision} 质量门结果\nTASK: 读取 ${result_file_paths} | 分析状态 | 评估严重性\nEXPECTED: ---VERDICT--- 格式(STATUS/REASON/GAP_SUMMARY/CONFIDENCE_SCORE)\nCONSTRAINTS: 只评估不修改文件" --mode analysis --rule analysis-review-code-quality`,
|
|
545
|
+
run_in_background: true
|
|
546
|
+
})
|
|
547
|
+
```
|
|
548
|
+
等待 delegate 完成 → `maestro delegate output {exec_id}` 获取结果 → 解析 `---VERDICT---`
|
|
549
|
+
|
|
550
|
+
**Mode: `dual`** — Agent + CLI 并行评估,交叉验证:
|
|
551
|
+
|
|
552
|
+
1. 先派发 CLI delegate(`run_in_background: true`)
|
|
553
|
+
2. 同时派发同步 Agent(阻塞等待)
|
|
554
|
+
3. Agent 返回后,检查 CLI delegate 状态(`maestro delegate status {exec_id}`)
|
|
555
|
+
4. 合并裁决:
|
|
556
|
+
|
|
557
|
+
| Agent 结果 | CLI 结果 | 合并策略 |
|
|
558
|
+
|-----------|---------|---------|
|
|
559
|
+
| 两者一致 | — | 采用共识,confidence_score 取较高值 |
|
|
560
|
+
| Agent=PASS, CLI=FAIL | — | 降级为 PARTIAL,confidence_score 取平均值 |
|
|
561
|
+
| Agent=FAIL, CLI=PASS | — | 维持 FAIL(保守策略) |
|
|
562
|
+
| CLI 未返回 | — | 使用 Agent 结果,标 `"cli_pending": true` |
|
|
563
|
+
|
|
564
|
+
**3. Verdict parse + adjustment(所有模式通用):**
|
|
565
|
+
|
|
566
|
+
5. Parse `---VERDICT---` block — STATUS must match strict enum `PASS|FAIL|PARTIAL|BLOCKED`; parse failure → fallback STATUS="fix", `parse_failed: true`, `confidence_score: 0` (invariant 18)
|
|
509
567
|
6. Confidence adjustment: <60 + proceed → fix; >95 + fix + retry>0 → suggest proceed
|
|
510
568
|
7. **Decision log**: Append to `{session_dir}/decisions.ndjson`:
|
|
511
569
|
```json
|
|
512
570
|
{ "id": "DEC-{timestamp}", "timestamp": "{ISO}", "source": "ralph-v2",
|
|
513
571
|
"node_id": "{step.decision}", "type": "quality-gate",
|
|
572
|
+
"evaluate_via": "{mode}", "cli_exec_id": "{exec_id|null}",
|
|
514
573
|
"verdict": "{adjusted_verdict}", "confidence_score": {N},
|
|
515
574
|
"parse_failed": false,
|
|
516
575
|
"close_call": {N>=50 && N<=70}, "summary": "{REASON}" }
|
|
@@ -518,14 +577,13 @@ Agent 内部调 `maestro ralph next --session {session_id}` 获取 skill prompt
|
|
|
518
577
|
|
|
519
578
|
### A_AGENT_GOAL_AUDIT
|
|
520
579
|
|
|
521
|
-
通过 Agent
|
|
580
|
+
通过 Agent 和/或 CLI delegate 审计子目标完成情况。支持 `evaluate_via` 三种模式(同 A_AGENT_EVALUATE)。
|
|
522
581
|
|
|
523
582
|
1. Read `session.task_decomposition` from status.json
|
|
524
|
-
2. Dispatch audit
|
|
583
|
+
2. Dispatch audit(按 `evaluate_via` 模式,默认 `agent`):
|
|
525
584
|
```
|
|
526
585
|
Agent({
|
|
527
|
-
|
|
528
|
-
description: "审计子目标完成情况",
|
|
586
|
+
description: "审计子目标完成情况(同步评估 Agent,不传 name)",
|
|
529
587
|
prompt: "PURPOSE: 审计未完成子目标,判定 met / unmet
|
|
530
588
|
TASK:
|
|
531
589
|
1. 读取 {session_dir}/status.json 中 task_decomposition 的 status!=done 子目标
|
|
@@ -549,20 +607,19 @@ Agent 内部调 `maestro ralph next --session {session_id}` 获取 skill prompt
|
|
|
549
607
|
})
|
|
550
608
|
```
|
|
551
609
|
3. On return: parse verdict, update task_decomposition status
|
|
552
|
-
4. Append `{session_dir}/decisions.ndjson`:`{ "type": "goal-gate", "unmet_count": N, "unmet_ids": [...] }`
|
|
610
|
+
4. Append `{session_dir}/decisions.ndjson`:`{ "type": "goal-gate", "evaluate_via": "{mode}", "unmet_count": N, "unmet_ids": [...] }`
|
|
553
611
|
5. Verdict routing: `all_met` + `INTENT_ALIGNED=true` → A_APPLY_GOAL_DONE;`all_met` + `INTENT_ALIGNED=false` → A_REGROUND_HALT;`has_unmet` → A_APPLY_GOAL_FIX
|
|
554
612
|
GUARD: retry_count >= max_retries AND still unmet → A_APPLY_ESCALATE
|
|
555
613
|
|
|
556
614
|
### A_AGENT_REGROUND
|
|
557
615
|
|
|
558
|
-
通过 Agent
|
|
616
|
+
通过 Agent 和/或 CLI delegate 执行意图保真检查。支持 `evaluate_via` 三种模式(同 A_AGENT_EVALUATE)。
|
|
559
617
|
|
|
560
618
|
1. Read status.json:intent, boundary_contract, completed steps, done goals
|
|
561
|
-
2. Dispatch reground
|
|
619
|
+
2. Dispatch reground(按 `evaluate_via` 模式,默认 `agent`):
|
|
562
620
|
```
|
|
563
621
|
Agent({
|
|
564
|
-
|
|
565
|
-
description: "意图保真检查",
|
|
622
|
+
description: "意图保真检查(同步评估 Agent,不传 name)",
|
|
566
623
|
prompt: "PURPOSE: 意图保真检查 — 对照 intent 验证累积执行是否漂移
|
|
567
624
|
TASK:
|
|
568
625
|
1. 读取 intent + boundary_contract.definition_of_done
|
|
@@ -661,8 +718,7 @@ Agent 内部调 `maestro ralph next --session {session_id}` 获取 skill prompt
|
|
|
661
718
|
**Phase 3 Agent prompt:**
|
|
662
719
|
```
|
|
663
720
|
Agent({
|
|
664
|
-
|
|
665
|
-
description: "Amend impact analysis",
|
|
721
|
+
description: "Amend impact analysis(同步评估 Agent,不传 name)",
|
|
666
722
|
prompt: "PURPOSE: 评估目标修改对 running session 的影响
|
|
667
723
|
TASK:
|
|
668
724
|
1. 读取 {session_dir}/status.json 的 task_decomposition + boundary_contract + 已完成 steps
|
|
@@ -693,7 +749,10 @@ GUARD: 已完成(`status: "done"`)的目标不可 supersede(skip + warn)
|
|
|
693
749
|
|
|
694
750
|
- **A_RETRY**: `Bash("maestro ralph retry {index}")` — CLI 设 `step.retried = true`, `step.status = "pending"`, 清 `active_step_index`
|
|
695
751
|
- **A_PAUSE_SESSION**: `ralph complete N --status BLOCKED --reason "..."` — CLI 写 `session.status = "paused"`
|
|
696
|
-
- **A_COMPLETE_SESSION**: 校验所有 step `completion_confirmed == true` + `task_decomposition_all_done == true`(若存在),通过后写 `session.status = "completed"
|
|
752
|
+
- **A_COMPLETE_SESSION**: 校验所有 step `completion_confirmed == true` + `task_decomposition_all_done == true`(若存在),通过后写 `session.status = "completed"`。完成后向所有 idle executor 发送 shutdown_request 清理:
|
|
753
|
+
```
|
|
754
|
+
遍历 steps[].agent_exec_name → SendMessage({to: name, message: {type: "shutdown_request"}})
|
|
755
|
+
```
|
|
697
756
|
|
|
698
757
|
</actions>
|
|
699
758
|
|
|
@@ -760,6 +819,7 @@ Build rules 0-14 全部适用,包括 spec-setup 预检(rule 0.5)、grill a
|
|
|
760
819
|
"stage": "",
|
|
761
820
|
"scope": null,
|
|
762
821
|
"decision": null,
|
|
822
|
+
"evaluate_via": "agent|cli|dual",
|
|
763
823
|
"retry_count": 0,
|
|
764
824
|
"max_retries": 2,
|
|
765
825
|
"command_scope": "global|project|missing|null",
|
|
@@ -824,24 +884,27 @@ E001–E006, W001–W004 适用。Agent 新增:
|
|
|
824
884
|
|
|
825
885
|
### Success Criteria
|
|
826
886
|
|
|
827
|
-
- [ ] ralph-v2 owns full step loop: locate → resolve → dispatch → extract → drift → complete → next
|
|
828
|
-
- [ ] One agent per step — `Agent({ subagent_type: "ralph-executor" })` 每步派发一个
|
|
829
|
-
- [ ]
|
|
887
|
+
- [ ] ralph-v2 owns full step loop: locate → resolve → dispatch → wait → receive → extract → drift → complete → next
|
|
888
|
+
- [ ] One agent per step — `Agent({ name, subagent_type: "ralph-executor" })` 每步派发一个 named executor
|
|
889
|
+
- [ ] Executor 内调 `maestro ralph next` 获取 skill prompt 并执行,支持内部多 agent 编排
|
|
890
|
+
- [ ] Executor 通过 `SendMessage({to: "main"})` 回传 `EXECUTOR_OUTPUT` 格式结果
|
|
830
891
|
- [ ] 主流程调 `maestro ralph complete` 上报(非 agent 上报)
|
|
831
892
|
- [ ] 主流程负责 arg resolution、context loading、signal extraction、drift analysis
|
|
832
|
-
- [ ]
|
|
833
|
-
- [ ]
|
|
834
|
-
- [ ]
|
|
835
|
-
- [ ] Decision evaluation
|
|
893
|
+
- [ ] A_STEP_RECEIVE 从 executor 的 agent-message 中提取执行输出
|
|
894
|
+
- [ ] Executor 崩溃(idle 无 SendMessage)→ 询问 2 次后 STATUS=BLOCKED,转 S_HANDLE_FAIL
|
|
895
|
+
- [ ] Dual dispatch: 执行 Agent 传 `name`(async + SendMessage),评估 Agent 不传 `name`(sync)或 CLI delegate
|
|
896
|
+
- [ ] Decision evaluation 支持三种模式:agent(同步)、cli(CLI delegate)、dual(并行交叉验证)
|
|
897
|
+
- [ ] `evaluate_via` 字段控制评估模式,默认 `"agent"`
|
|
898
|
+
- [ ] dual 模式合并策略:一致取共识、分歧保守降级、CLI 未返回用 Agent 结果
|
|
836
899
|
- [ ] Verdict 解析保持 `---VERDICT---` 格式,parse 失败 → fallback fix + parse_failed: true
|
|
837
900
|
- [ ] decisions.ndjson 追加:source 字段为 `"ralph-v2"`
|
|
838
|
-
- [ ] Session schema: `execution_mode: "agent"`,`agent_exec_name`(执行 Agent
|
|
901
|
+
- [ ] Session schema: `execution_mode: "agent"`,`agent_exec_name`(执行 Agent name + display),含 `artifacts_produced`
|
|
839
902
|
- [ ] Chain building(S_RESOLVE_PHASE through S_BUILD_CHAIN)自包含执行
|
|
840
903
|
- [ ] A_STEP_DISPATCH 含前序产出加载(滑动窗口 5 step + accumulated signals + stage-specific artifacts)
|
|
841
|
-
- [ ]
|
|
904
|
+
- [ ] `agent_exec_name` 含 stage prefix(grl/brn/anm/ana/pln/exe/rev/tst/dbg)——同时用于 Agent name 参数和 display
|
|
842
905
|
- [ ] `--summary` 在 DONE/DONE_WITH_CONCERNS 时为 MUST(动词开头,≤100 字)
|
|
843
906
|
- [ ] CAVEATS 在 DONE_WITH_CONCERNS 时同时映射 --concerns
|
|
844
|
-
- [ ] A_STEP_EXTRACT 从
|
|
907
|
+
- [ ] A_STEP_EXTRACT 从 executor 输出提取 artifact IDs、path signals、phase signals
|
|
845
908
|
- [ ] A_STEP_DRIFT_ANALYZE:ALIGNED/MINOR_DRIFT → complete;MAJOR_DRIFT+未重试 → retry;MAJOR_DRIFT+已重试 → DONE_WITH_CONCERNS
|
|
846
909
|
- [ ] A_STEP_COMPLETE 将 context signals 写入 status.json.context
|
|
847
910
|
- [ ] A_AMEND_GOAL:完整 5 步流程 + deferred_reading ralph-amend-goal.md + Agent mini grill 含完整 prompt
|
|
@@ -43,6 +43,8 @@ Remaining → intent
|
|
|
43
43
|
| `wf-plan` | `{ context_dir?, from?, phase?, scope?, specs?, gaps?, quick? }` |
|
|
44
44
|
| `wf-execute` | `{ plan_dir, specs?, codebase_context?, wiki_context?, auto_commit? }` |
|
|
45
45
|
| `wf-milestone-audit` | `{ milestone?, is_adhoc? }` |
|
|
46
|
+
|
|
47
|
+
**Output boundary**: ALL file writes MUST target `.workflow/scratch/{YYYYMMDD}-swarm-{script}-{slug}/` (results, ralph-compatible artifacts). When inside a ralph session, writes target the corresponding step's scratch directory. NEVER modify source code, workflow scripts (`~/.maestro/workflows/swarm/`), or `.claude/commands/` files.
|
|
46
48
|
</context>
|
|
47
49
|
|
|
48
50
|
<state_machine>
|
|
@@ -196,6 +198,29 @@ Workflow 返回 JSON 后:
|
|
|
196
198
|
6. **结果必须展示** — Workflow 返回后必须向用户展示格式化摘要,不得静默完成
|
|
197
199
|
</invariants>
|
|
198
200
|
|
|
201
|
+
<execution>
|
|
202
|
+
|
|
203
|
+
### Phase Gates (MANDATORY, BLOCKING)
|
|
204
|
+
|
|
205
|
+
**GATE 1: Parse → Route**
|
|
206
|
+
- REQUIRED: Intent text or `--script` flag parsed successfully.
|
|
207
|
+
- BLOCKED if: no intent and no `--script` (E001).
|
|
208
|
+
|
|
209
|
+
**GATE 2: Route → Context Assembly**
|
|
210
|
+
- REQUIRED: Target script resolved unambiguously (single match or user-selected from candidates).
|
|
211
|
+
- BLOCKED if: ambiguous routing without user resolution (E002).
|
|
212
|
+
|
|
213
|
+
**GATE 3: Context → Dispatch**
|
|
214
|
+
- REQUIRED: Args payload assembled with all required fields for target script.
|
|
215
|
+
- REQUIRED: Script file exists at `~/.maestro/workflows/swarm/{script}.js`.
|
|
216
|
+
- BLOCKED if: script file not found (E003) or required args missing.
|
|
217
|
+
|
|
218
|
+
**GATE 4: Dispatch → Ingest**
|
|
219
|
+
- REQUIRED: Workflow execution completed (success or partial results available).
|
|
220
|
+
- BLOCKED if: Workflow execution failed entirely (E004) — offer `--resume`.
|
|
221
|
+
|
|
222
|
+
</execution>
|
|
223
|
+
|
|
199
224
|
<appendix>
|
|
200
225
|
|
|
201
226
|
### 与 Ralph 集成
|
|
@@ -35,8 +35,37 @@ $ARGUMENTS — Tool name, keyword, or --category filter
|
|
|
35
35
|
Empty arguments enters interactive mode: list all tools for user selection.
|
|
36
36
|
</context>
|
|
37
37
|
|
|
38
|
+
<invariants>
|
|
39
|
+
1. **Confirmation before execution** — MUST AskUserQuestion before executing tool steps; NEVER auto-execute without user consent
|
|
40
|
+
2. **Sequential step execution** — steps MUST be executed in defined order; NEVER skip or reorder steps unless user explicitly requests skip
|
|
41
|
+
3. **Blocker escalation** — step failure MUST be reported to user with retry/skip/abort options; NEVER silently skip failed steps
|
|
42
|
+
4. **Read-only tool definition** — tool execution MUST NOT modify the tool's knowhow document or spec entry; only the target codebase is modified per tool steps
|
|
43
|
+
5. **Progress feedback** — each completed step MUST report `[Step N/M] done — <step_name>`; NEVER execute silently
|
|
44
|
+
6. **Output boundary** — file writes are governed by the individual tool's step definitions. This command itself writes NO files beyond what the loaded tool prescribes
|
|
45
|
+
</invariants>
|
|
46
|
+
|
|
38
47
|
<execution>
|
|
39
48
|
|
|
49
|
+
### Phase Gates (MANDATORY, BLOCKING)
|
|
50
|
+
|
|
51
|
+
**GATE 1: Parse → Load**
|
|
52
|
+
- REQUIRED: Tool name, keyword, or --category parsed from arguments (or empty for interactive mode).
|
|
53
|
+
- BLOCKED if: invalid category value.
|
|
54
|
+
|
|
55
|
+
**GATE 2: Load → Confirm**
|
|
56
|
+
- REQUIRED: Exactly one tool resolved (direct match or user selection from candidates).
|
|
57
|
+
- REQUIRED: Tool document loaded and steps extracted (ref entries expanded via `maestro load --type knowhow`).
|
|
58
|
+
- BLOCKED if: E001 (no match found), E002 unresolved (multiple matches without user selection).
|
|
59
|
+
|
|
60
|
+
**GATE 3: Confirm → Execute**
|
|
61
|
+
- REQUIRED: User confirmed execution mode via AskUserQuestion (execute as-is / adjust / view only).
|
|
62
|
+
- BLOCKED if: user selects "View only" — display steps and END without execution.
|
|
63
|
+
|
|
64
|
+
**GATE 4: Execute → Report**
|
|
65
|
+
- REQUIRED: All steps attempted (completed, skipped with user approval, or aborted by user).
|
|
66
|
+
- REQUIRED: Results collected for each step (success/skip/fail).
|
|
67
|
+
- BLOCKED if: user chose abort mid-execution — report partial results and END.
|
|
68
|
+
|
|
40
69
|
### Step 1: Load Tool
|
|
41
70
|
|
|
42
71
|
**By name**:
|
|
@@ -35,8 +35,37 @@ $ARGUMENTS — Intent description
|
|
|
35
35
|
```
|
|
36
36
|
</context>
|
|
37
37
|
|
|
38
|
+
<invariants>
|
|
39
|
+
1. **Schema validation** — tool knowhow document MUST include `tool: true`, `category`, `keywords`, and `summary` in YAML frontmatter; missing fields → reject write
|
|
40
|
+
2. **No duplicate names** — tool title MUST be unique within its category; duplicate detection → E002 warning with overwrite/optimize confirmation
|
|
41
|
+
3. **Category required** — every tool MUST declare exactly one category from: coding, test, review, arch, debug; empty category → E003
|
|
42
|
+
4. **Confirmation gate** — MUST AskUserQuestion before writing knowhow document and spec ref entry; NEVER persist without user confirmation
|
|
43
|
+
5. **Promote is in-place** — promote mode MUST update existing knowhow frontmatter via `maestro wiki update`; NEVER recreate the document
|
|
44
|
+
6. **Output boundary** — ALL file writes MUST target .workflow/knowhow/ (tool documents) and .workflow/specs/ (ref entries via maestro spec add) only. NEVER modify source code or files outside these paths
|
|
45
|
+
7. **Description format** — first line after `### Title` MUST state "Use when ..." (usage timing); this is critical for ref entry summary visibility in spec-load
|
|
46
|
+
</invariants>
|
|
47
|
+
|
|
38
48
|
<execution>
|
|
39
49
|
|
|
50
|
+
### Phase Gates (MANDATORY, BLOCKING)
|
|
51
|
+
|
|
52
|
+
**GATE 1: Parse → Gather**
|
|
53
|
+
- REQUIRED: Mode determined (extract/generate/optimize/promote) from argument parsing.
|
|
54
|
+
- REQUIRED: For optimize/promote modes, target tool/document exists and is loadable.
|
|
55
|
+
- BLOCKED if: empty args without user response to AskUserQuestion.
|
|
56
|
+
|
|
57
|
+
**GATE 2: Gather → Write**
|
|
58
|
+
- REQUIRED: Tool name, category, and usage timing confirmed.
|
|
59
|
+
- REQUIRED: Steps extracted or generated (extract: ≥1 step, generate: user-confirmed scope).
|
|
60
|
+
- REQUIRED: Inline vs ref mode decided based on step count.
|
|
61
|
+
- REQUIRED: User confirmed via AskUserQuestion (title, category, keywords, summary, step count).
|
|
62
|
+
- BLOCKED if: E001 (.workflow/specs/ not initialized), E003 (no category), user cancels.
|
|
63
|
+
|
|
64
|
+
**GATE 3: Write → Verify**
|
|
65
|
+
- REQUIRED: Knowhow document written with `tool: true` frontmatter (or updated in-place for promote).
|
|
66
|
+
- REQUIRED: Spec ref entry registered (if user confirmed).
|
|
67
|
+
- BLOCKED if: write failed or spec add returned error.
|
|
68
|
+
|
|
40
69
|
### Step 1: Intent Detection
|
|
41
70
|
|
|
42
71
|
Parse $ARGUMENTS to determine mode:
|
|
@@ -33,8 +33,19 @@ Flags:
|
|
|
33
33
|
- `--package-name <name>`: Package name for reference output (default: auto-generated from source directory)
|
|
34
34
|
- `--output-dir <path>`: Output directory for reference package (default: `.workflow/reference_style`)
|
|
35
35
|
- `--overwrite`: Allow overwriting existing package directory
|
|
36
|
+
|
|
37
|
+
**Output boundary**: ALL file writes MUST target the `--output-dir` path (default: `.workflow/reference_style/`) for reference packages, and `.workflow/knowhow/` for knowledge assets (via `codify-to-knowhow`). NEVER modify the source directory being analyzed.
|
|
36
38
|
</context>
|
|
37
39
|
|
|
40
|
+
<invariants>
|
|
41
|
+
1. **Source read-only** — the source path being analyzed MUST NOT be modified; extraction is purely read-only
|
|
42
|
+
2. **Phase-sequential loading** — workflow files (ui-codify-extract, ui-codify-package, ui-codify-knowhow) MUST be read only when their phase starts; NEVER load all phases eagerly
|
|
43
|
+
3. **User confirmation before knowhow** — Phase 3→4 gate MUST present AskUserQuestion before generating knowledge assets; NEVER auto-proceed to knowhow generation
|
|
44
|
+
4. **Overwrite protection** — existing package directory MUST NOT be overwritten without `--overwrite` flag (E003)
|
|
45
|
+
5. **Artifact completeness** — all 5 required artifacts MUST exist before reporting completion; NEVER skip artifact verification
|
|
46
|
+
6. **Token-first extraction** — design-tokens.json MUST be generated before layout-templates.json; layout extraction depends on token foundation
|
|
47
|
+
</invariants>
|
|
48
|
+
|
|
38
49
|
<execution>
|
|
39
50
|
## 1. Load UI Specs
|
|
40
51
|
|