maestro-flow 0.3.4 → 0.3.6

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 (105) hide show
  1. package/.claude/commands/maestro-brainstorm.md +10 -1
  2. package/.claude/commands/maestro-milestone-audit.md +1 -1
  3. package/.claude/commands/maestro-milestone-complete.md +2 -1
  4. package/.claude/commands/maestro-milestone-release.md +96 -0
  5. package/.claude/commands/maestro-phase-add.md +9 -1
  6. package/.claude/commands/maestro-phase-transition.md +9 -1
  7. package/.claude/commands/maestro.md +6 -0
  8. package/.claude/commands/manage-codebase-rebuild.md +76 -50
  9. package/.claude/commands/manage-codebase-refresh.md +9 -1
  10. package/.claude/commands/quality-refactor.md +1 -1
  11. package/.claude/commands/quality-sync.md +9 -1
  12. package/.claude/commands/spec-setup.md +1 -1
  13. package/.codex/skills/maestro-coordinate/SKILL.md +20 -6
  14. package/.codex/skills/maestro-init/SKILL.md +167 -167
  15. package/.codex/skills/maestro-phase-add/SKILL.md +154 -154
  16. package/.codex/skills/maestro-phase-transition/SKILL.md +173 -173
  17. package/.codex/skills/maestro-verify/SKILL.md +566 -566
  18. package/.codex/skills/manage-codebase-rebuild/SKILL.md +5 -5
  19. package/.codex/skills/manage-codebase-refresh/SKILL.md +5 -5
  20. package/.codex/skills/manage-issue/SKILL.md +7 -7
  21. package/.codex/skills/manage-issue-analyze/SKILL.md +8 -8
  22. package/.codex/skills/manage-issue-discover/SKILL.md +503 -503
  23. package/.codex/skills/manage-issue-execute/SKILL.md +9 -9
  24. package/.codex/skills/manage-issue-plan/SKILL.md +8 -8
  25. package/.codex/skills/manage-learn/SKILL.md +7 -7
  26. package/.codex/skills/manage-memory/SKILL.md +72 -72
  27. package/.codex/skills/manage-memory-capture/SKILL.md +86 -86
  28. package/.codex/skills/manage-status/SKILL.md +2 -2
  29. package/.codex/skills/quality-business-test/SKILL.md +8 -8
  30. package/.codex/skills/quality-debug/SKILL.md +5 -5
  31. package/.codex/skills/quality-integration-test/SKILL.md +544 -544
  32. package/.codex/skills/quality-refactor/SKILL.md +6 -6
  33. package/.codex/skills/quality-retrospective/SKILL.md +13 -13
  34. package/.codex/skills/quality-review/SKILL.md +408 -408
  35. package/.codex/skills/quality-sync/SKILL.md +6 -6
  36. package/.codex/skills/quality-test/SKILL.md +5 -5
  37. package/.codex/skills/quality-test-gen/SKILL.md +447 -447
  38. package/.codex/skills/spec-add/SKILL.md +5 -5
  39. package/.codex/skills/spec-load/SKILL.md +5 -5
  40. package/.codex/skills/spec-map/SKILL.md +5 -5
  41. package/.codex/skills/spec-setup/SKILL.md +2 -2
  42. package/.codex/skills/team-coordinate/SKILL.md +1 -1
  43. package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +19 -10
  44. package/.codex/skills/team-coordinate/roles/coordinator/role.md +2 -2
  45. package/.codex/skills/team-executor/SKILL.md +1 -1
  46. package/.codex/skills/team-executor/roles/executor/commands/monitor.md +20 -9
  47. package/.codex/skills/team-lifecycle-v4/SKILL.md +2 -2
  48. package/.codex/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +31 -12
  49. package/.codex/skills/team-lifecycle-v4/roles/coordinator/role.md +1 -1
  50. package/.codex/skills/team-quality-assurance/SKILL.md +1 -1
  51. package/.codex/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +20 -9
  52. package/.codex/skills/team-quality-assurance/roles/coordinator/role.md +1 -1
  53. package/.codex/skills/team-review/SKILL.md +1 -1
  54. package/.codex/skills/team-review/roles/coordinator/commands/monitor.md +20 -9
  55. package/.codex/skills/team-review/roles/coordinator/role.md +1 -1
  56. package/.codex/skills/team-tech-debt/SKILL.md +1 -1
  57. package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +20 -9
  58. package/.codex/skills/team-tech-debt/roles/coordinator/role.md +1 -1
  59. package/.codex/skills/team-testing/SKILL.md +2 -2
  60. package/.codex/skills/team-testing/roles/coordinator/commands/monitor.md +20 -9
  61. package/.codex/skills/team-testing/roles/coordinator/role.md +1 -1
  62. package/chains/singles/spec-map.json +2 -2
  63. package/dashboard/dist-server/dashboard/src/server/agents/codex-app-server-adapter.d.ts +4 -0
  64. package/dashboard/dist-server/dashboard/src/server/agents/codex-app-server-adapter.js +47 -1
  65. package/dashboard/dist-server/dashboard/src/server/agents/codex-app-server-adapter.js.map +1 -1
  66. package/dashboard/dist-server/src/commands/delegate.d.ts +23 -0
  67. package/dashboard/dist-server/src/commands/delegate.js +91 -55
  68. package/dashboard/dist-server/src/commands/delegate.js.map +1 -1
  69. package/dist/src/brainstorm-visualize/frame.d.ts +8 -0
  70. package/dist/src/brainstorm-visualize/frame.d.ts.map +1 -0
  71. package/dist/src/brainstorm-visualize/frame.js +655 -0
  72. package/dist/src/brainstorm-visualize/frame.js.map +1 -0
  73. package/dist/src/brainstorm-visualize/server.d.ts +2 -0
  74. package/dist/src/brainstorm-visualize/server.d.ts.map +1 -0
  75. package/dist/src/brainstorm-visualize/server.js +180 -0
  76. package/dist/src/brainstorm-visualize/server.js.map +1 -0
  77. package/dist/src/cli.js +11 -1
  78. package/dist/src/cli.js.map +1 -1
  79. package/dist/src/commands/brainstorm-visualize.d.ts +3 -0
  80. package/dist/src/commands/brainstorm-visualize.d.ts.map +1 -0
  81. package/dist/src/commands/brainstorm-visualize.js +337 -0
  82. package/dist/src/commands/brainstorm-visualize.js.map +1 -0
  83. package/dist/src/commands/core-memory.d.ts +3 -0
  84. package/dist/src/commands/core-memory.d.ts.map +1 -0
  85. package/dist/src/commands/core-memory.js +101 -0
  86. package/dist/src/commands/core-memory.js.map +1 -0
  87. package/dist/src/commands/delegate.d.ts +23 -0
  88. package/dist/src/commands/delegate.d.ts.map +1 -1
  89. package/dist/src/commands/delegate.js +91 -55
  90. package/dist/src/commands/delegate.js.map +1 -1
  91. package/dist/src/commands/install-backend.d.ts.map +1 -1
  92. package/dist/src/commands/install-backend.js +5 -2
  93. package/dist/src/commands/install-backend.js.map +1 -1
  94. package/dist/src/mcp/delegate-channel-relay.d.ts.map +1 -1
  95. package/dist/src/mcp/delegate-channel-relay.js +6 -0
  96. package/dist/src/mcp/delegate-channel-relay.js.map +1 -1
  97. package/dist/src/mcp/server.d.ts.map +1 -1
  98. package/dist/src/mcp/server.js +28 -1
  99. package/dist/src/mcp/server.js.map +1 -1
  100. package/dist/src/tools/index.d.ts +1 -6
  101. package/dist/src/tools/index.d.ts.map +1 -1
  102. package/dist/src/tools/index.js +1 -460
  103. package/dist/src/tools/index.js.map +1 -1
  104. package/package.json +2 -1
  105. package/.claude/commands/spec-map.md +0 -82
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: maestro-codebase-rebuild
2
+ name: manage-codebase-rebuild
3
3
  description: Full codebase documentation rebuild via CSV wave pipeline. Spawns 5 parallel doc generator agents to scan project and produce complete .workflow/codebase/ documentation set. Replaces manage-codebase-rebuild command.
4
4
  argument-hint: "[-y|--yes] [-c|--concurrency 5] [--continue] \"[--force] [--skip-commit]\""
5
5
  allowed-tools: spawn_agents_on_csv, Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion
@@ -14,10 +14,10 @@ When `--yes` or `-y`: Auto-confirm rebuild (implies --force), skip all prompts.
14
14
  ## Usage
15
15
 
16
16
  ```bash
17
- $maestro-codebase-rebuild ""
18
- $maestro-codebase-rebuild -y "--force"
19
- $maestro-codebase-rebuild -c 5 "--force --skip-commit"
20
- $maestro-codebase-rebuild --continue "rebuild-full-20260318"
17
+ $manage-codebase-rebuild ""
18
+ $manage-codebase-rebuild -y "--force"
19
+ $manage-codebase-rebuild -c 5 "--force --skip-commit"
20
+ $manage-codebase-rebuild --continue "rebuild-full-20260318"
21
21
  ```
22
22
 
23
23
  **Flags**:
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: maestro-codebase-refresh
2
+ name: manage-codebase-refresh
3
3
  description: Incremental refresh of codebase docs based on recent git changes
4
4
  argument-hint: "[--since <date>] [--deep]"
5
5
  allowed-tools: Read, Write, Edit, Bash, Glob, Grep
@@ -10,10 +10,10 @@ allowed-tools: Read, Write, Edit, Bash, Glob, Grep
10
10
  ## Usage
11
11
 
12
12
  ```bash
13
- $maestro-codebase-refresh
14
- $maestro-codebase-refresh "--since 2026-03-15"
15
- $maestro-codebase-refresh "--deep"
16
- $maestro-codebase-refresh "--since 3d --deep"
13
+ $manage-codebase-refresh
14
+ $manage-codebase-refresh "--since 2026-03-15"
15
+ $manage-codebase-refresh "--deep"
16
+ $manage-codebase-refresh "--since 3d --deep"
17
17
  ```
18
18
 
19
19
  **Flags**:
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: maestro-issue
2
+ name: manage-issue
3
3
  description: Issue CRUD -- create, list, status, update, close, and link issues to tasks
4
4
  argument-hint: "<create|list|status|update|close|link> [options]"
5
5
  allowed-tools: Read, Write, Bash, Glob, Grep, AskUserQuestion
@@ -10,12 +10,12 @@ allowed-tools: Read, Write, Bash, Glob, Grep, AskUserQuestion
10
10
  ## Usage
11
11
 
12
12
  ```bash
13
- $maestro-issue "create --title 'Auth token expiry bug' --severity high --source manual"
14
- $maestro-issue "list --status open --severity high"
15
- $maestro-issue "status ISS-20260318-001"
16
- $maestro-issue "update ISS-20260318-001 --priority critical --tags auth,security"
17
- $maestro-issue "close ISS-20260318-001 --resolution fixed"
18
- $maestro-issue "link ISS-20260318-001 --task TASK-003"
13
+ $manage-issue "create --title 'Auth token expiry bug' --severity high --source manual"
14
+ $manage-issue "list --status open --severity high"
15
+ $manage-issue "status ISS-20260318-001"
16
+ $manage-issue "update ISS-20260318-001 --priority critical --tags auth,security"
17
+ $manage-issue "close ISS-20260318-001 --resolution fixed"
18
+ $manage-issue "link ISS-20260318-001 --task TASK-003"
19
19
  ```
20
20
 
21
21
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: maestro-issue-analyze
2
+ name: manage-issue-analyze
3
3
  description: Root cause analysis for a specific issue via CLI exploration. Gathers codebase context (grep or semantic deep search), runs maestro delegate gemini analysis, and attaches a structured analysis record to the issue in issues.jsonl.
4
4
  argument-hint: "<ISS-ID> [--tool gemini|qwen] [--depth standard|deep]"
5
5
  allowed-tools: Read, Write, Bash, Glob, Grep
@@ -10,9 +10,9 @@ allowed-tools: Read, Write, Bash, Glob, Grep
10
10
  ## Usage
11
11
 
12
12
  ```bash
13
- $maestro-issue-analyze "ISS-20260401-001"
14
- $maestro-issue-analyze "ISS-20260401-001 --depth deep"
15
- $maestro-issue-analyze "ISS-20260401-001 --tool qwen --depth standard"
13
+ $manage-issue-analyze "ISS-20260401-001"
14
+ $manage-issue-analyze "ISS-20260401-001 --depth deep"
15
+ $manage-issue-analyze "ISS-20260401-001 --tool qwen --depth standard"
16
16
  ```
17
17
 
18
18
  **Flags**:
@@ -87,7 +87,7 @@ Identify: affected locations (file:line), caller/callee chains, data flow, exist
87
87
  EXPECTED: JSON with: affected_files [{file, line, snippet, relevance}], related_modules, error_handling_gaps, test_coverage_gaps.
88
88
  `
89
89
  })
90
- const ctxResult = wait_agent({ timeout_ms: 600000 })
90
+ const ctxResult = wait_agent({ timeout_ms: 1800000 }) // initial spawn: 30 min
91
91
  close_agent({ target: "ctx-explore" })
92
92
  ```
93
93
 
@@ -178,7 +178,7 @@ Impact: <impact_scope>
178
178
  Confidence: <confidence>
179
179
  Affected: <N> files
180
180
 
181
- Next: $maestro-issue-plan "<ISS-ID>"
181
+ Next: $manage-issue-plan "<ISS-ID>"
182
182
  ```
183
183
 
184
184
  ---
@@ -189,7 +189,7 @@ Next: $maestro-issue-plan "<ISS-ID>"
189
189
  |------|----------|-----------|----------|
190
190
  | E001 | error | No ISS-ID provided | Display usage hint with format example |
191
191
  | E002 | error | ISS-ID format invalid | Show correct format `ISS-XXXXXXXX-NNN` |
192
- | E003 | error | ISS-ID not found in issues.jsonl | Suggest `$maestro-issue "list"` |
192
+ | E003 | error | ISS-ID not found in issues.jsonl | Suggest `$manage-issue "list"` |
193
193
  | E004 | error | CLI analysis returned no parseable result | Retry with different `--tool`; report partial |
194
194
  | W001 | warning | Issue status is not open/registered | Warn, allow analysis to continue |
195
195
 
@@ -204,4 +204,4 @@ Next: $maestro-issue-plan "<ISS-ID>"
204
204
  5. **Append-only history**: Append to `issue_history`, never overwrite existing entries
205
205
  - *Note*: `spawn_agent` / `wait_agent` / `close_agent` are Codex v4 built-in orchestration functions — they do not need to be listed in `allowed-tools`
206
206
  6. **Preserve existing fields**: Patch only `analysis` + `issue_history` — all other fields unchanged
207
- 7. **Next-step routing**: Always display `$maestro-issue-plan "<ISS-ID>"` at the end
207
+ 7. **Next-step routing**: Always display `$manage-issue-plan "<ISS-ID>"` at the end