@josstei/maestro 1.6.4-rc.3 → 1.6.4-rc.4

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/CHANGELOG.md CHANGED
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
 
20
20
  ### Fixed
21
21
 
22
- - **Stable npm release recovery**: Release now uses `NPM_TOKEN` for stable publishes, supports manual recovery from an existing `vX.Y.Z` tag and target SHA, and enforces a stable-only `latest` dist-tag through the idempotent npm publish helper.
22
+ - **Stable npm release recovery**: Release now uses `NPM_TOKEN` for stable publishes, uses verified Git tag lookups, supports manual recovery from an existing `vX.Y.Z` tag and target SHA, and enforces a stable-only `latest` dist-tag through the idempotent npm publish helper.
23
23
  - **Codex plugin MCP server fails to start**: corrected `npx` args in `plugins/maestro/.mcp.json` — added `-p`/`--package` flag so `maestro-mcp-server` is resolved as the binary name rather than an argument to the package's default binary.
24
24
  - **Release metadata drift**: runtime manifests, marketplace entries, detached payload versions, and Codex MCP package specs are now generated from `package.json` so stable and prerelease packages stay self-consistent.
25
25
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maestro",
3
- "version": "1.6.4-rc.3",
3
+ "version": "1.6.4-rc.4",
4
4
  "description": "Multi-agent development orchestration platform — 39 specialists, 4-phase orchestration, native parallel subagents, persistent sessions, and standalone review/debug/security/perf/seo/a11y/compliance commands",
5
5
  "author": {
6
6
  "name": "josstei",
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "1.6.4-rc.3"
2
+ "version": "1.6.4-rc.4"
3
3
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maestro",
3
- "version": "1.6.4-rc.3",
3
+ "version": "1.6.4-rc.4",
4
4
  "description": "Multi-agent development orchestration platform — 39 specialists, 4-phase orchestration, native parallel subagents, persistent sessions, and standalone review/debug/security/perf/seo/a11y/compliance commands",
5
5
  "contextFileName": "GEMINI.md",
6
6
  "settings": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@josstei/maestro",
3
- "version": "1.6.4-rc.3",
3
+ "version": "1.6.4-rc.4",
4
4
  "description": "Multi-agent development orchestration platform — 39 specialists, 4-phase workflows, 4 runtime targets (Gemini CLI, Claude Code, OpenAI Codex, Qwen Code)",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maestro",
3
- "version": "1.6.4-rc.3",
3
+ "version": "1.6.4-rc.4",
4
4
  "description": "Generated Codex runtime for Maestro's multi-agent design, planning, execution, and review workflows.",
5
5
  "author": {
6
6
  "name": "josstei",
@@ -5,7 +5,7 @@
5
5
  "args": [
6
6
  "-y",
7
7
  "-p",
8
- "@josstei/maestro@1.6.4-rc.3",
8
+ "@josstei/maestro@1.6.4-rc.4",
9
9
  "maestro-mcp-server"
10
10
  ],
11
11
  "env": {
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "1.6.4-rc.3"
2
+ "version": "1.6.4-rc.4"
3
3
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maestro",
3
- "version": "1.6.4-rc.3",
3
+ "version": "1.6.4-rc.4",
4
4
  "description": "Multi-agent development orchestration platform — 39 specialists, 4-phase orchestration, native parallel subagents, persistent sessions, and standalone review/debug/security/perf/seo/a11y/compliance commands",
5
5
  "contextFileName": "QWEN.md",
6
6
  "settings": [