@maestrofrontier/frontier 1.4.5 → 1.5.0

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 (50) hide show
  1. package/.agents/plugins/marketplace.json +21 -21
  2. package/.codex-plugin/plugin.json +29 -29
  3. package/.cursorrules +197 -194
  4. package/AGENTS.md +3 -3
  5. package/README.md +368 -368
  6. package/bin/maestro.cjs +75 -75
  7. package/commands/compress.md +36 -36
  8. package/commands/frontier.md +124 -124
  9. package/commands/terse.md +23 -23
  10. package/docs/codex.md +167 -167
  11. package/docs/orchestration.md +168 -168
  12. package/frontier/cli.cjs +279 -252
  13. package/frontier/config.cjs +468 -468
  14. package/frontier/dispatch.cjs +267 -255
  15. package/frontier/judge.cjs +92 -92
  16. package/frontier/run.cjs +201 -180
  17. package/frontier/schema.cjs +112 -112
  18. package/frontier/semaphore.cjs +49 -49
  19. package/frontier/synthesize.cjs +79 -79
  20. package/hooks/frontier-autorun.cjs +127 -120
  21. package/hooks/hooks.json +103 -103
  22. package/hooks/maestro-doctrine-guard.cjs +81 -81
  23. package/hooks/maestro-gate-reminder.cjs +22 -7
  24. package/hooks/maestro-gate-telemetry.cjs +79 -77
  25. package/hooks/maestro-phase-scope.cjs +118 -118
  26. package/hooks/maestro-statusline-sync.cjs +152 -152
  27. package/hooks/maestro-subagent-guard.cjs +148 -148
  28. package/hooks/maestro-terse-mode.cjs +189 -189
  29. package/hooks/maestro-toolbudget-advisory.cjs +127 -127
  30. package/integrations/README.md +111 -111
  31. package/integrations/cline/skills/frontier/SKILL.md +75 -75
  32. package/integrations/codex/prompts/frontier.md +70 -70
  33. package/integrations/codex/prompts/update.md +39 -39
  34. package/integrations/codex/skills/maestro-frontier/SKILL.md +122 -122
  35. package/integrations/codex/skills/maestro-settings/SKILL.md +55 -55
  36. package/integrations/codex/skills/maestro-terse/SKILL.md +58 -58
  37. package/integrations/codex/skills/maestro-update/SKILL.md +31 -31
  38. package/integrations/cursor/commands/frontier.md +63 -63
  39. package/integrations/cursor/commands/update.md +34 -34
  40. package/integrations/gemini/commands/frontier.toml +76 -76
  41. package/integrations/windsurf/workflows/frontier.md +70 -70
  42. package/package.json +58 -58
  43. package/scripts/install.cjs +1014 -1014
  44. package/settings/cli.cjs +140 -140
  45. package/settings/config.cjs +309 -309
  46. package/skills/maestro-frontier/SKILL.md +122 -122
  47. package/skills/maestro-settings/SKILL.md +55 -55
  48. package/skills/maestro-terse/SKILL.md +58 -58
  49. package/skills/maestro-update/SKILL.md +31 -31
  50. package/skills/terse/SKILL.md +74 -74
@@ -1,34 +1,34 @@
1
- Maestro update — refresh the portable Maestro files in this repository to the latest committed code.
2
-
3
- Refresh the Maestro portable install in this repository to the latest committed
4
- code from <https://github.com/mbanderas/maestro>.
5
-
6
- Maestro has no version pin for portable installs — fetching the latest `main`
7
- always resolves the newest committed code.
8
-
9
- **If this repo contains a git clone of the Maestro source**, run:
10
-
11
- ```bash
12
- git -C <path-to-maestro-clone> pull
13
- ```
14
-
15
- Then re-copy `frontier/` and any integration command files you use into this project.
16
-
17
- **If you downloaded and copied files manually** (no clone), re-fetch and re-copy
18
- from latest `main`:
19
-
20
- ```bash
21
- curl -O https://raw.githubusercontent.com/mbanderas/maestro/main/AGENTS.md
22
- curl -O https://raw.githubusercontent.com/mbanderas/maestro/main/.cursorrules
23
- curl -O https://raw.githubusercontent.com/mbanderas/maestro/main/frontier/cli.cjs
24
- curl -O https://raw.githubusercontent.com/mbanderas/maestro/main/bin/maestro.cjs
25
- # Re-copy the Cursor command files you installed:
26
- # integrations/cursor/commands/frontier.md -> .cursor/commands/frontier.md
27
- # integrations/cursor/commands/update.md -> .cursor/commands/update.md
28
- ```
29
-
30
- After updating, run `node bin/maestro.cjs frontier status` to confirm the engine is present.
31
-
32
- Report what was refreshed and note any errors.
33
-
34
- Do not edit any other files.
1
+ Maestro update — refresh the portable Maestro files in this repository to the latest committed code.
2
+
3
+ Refresh the Maestro portable install in this repository to the latest committed
4
+ code from <https://github.com/mbanderas/maestro>.
5
+
6
+ Maestro has no version pin for portable installs — fetching the latest `main`
7
+ always resolves the newest committed code.
8
+
9
+ **If this repo contains a git clone of the Maestro source**, run:
10
+
11
+ ```bash
12
+ git -C <path-to-maestro-clone> pull
13
+ ```
14
+
15
+ Then re-copy `frontier/` and any integration command files you use into this project.
16
+
17
+ **If you downloaded and copied files manually** (no clone), re-fetch and re-copy
18
+ from latest `main`:
19
+
20
+ ```bash
21
+ curl -O https://raw.githubusercontent.com/mbanderas/maestro/main/AGENTS.md
22
+ curl -O https://raw.githubusercontent.com/mbanderas/maestro/main/.cursorrules
23
+ curl -O https://raw.githubusercontent.com/mbanderas/maestro/main/frontier/cli.cjs
24
+ curl -O https://raw.githubusercontent.com/mbanderas/maestro/main/bin/maestro.cjs
25
+ # Re-copy the Cursor command files you installed:
26
+ # integrations/cursor/commands/frontier.md -> .cursor/commands/frontier.md
27
+ # integrations/cursor/commands/update.md -> .cursor/commands/update.md
28
+ ```
29
+
30
+ After updating, run `node bin/maestro.cjs frontier status` to confirm the engine is present.
31
+
32
+ Report what was refreshed and note any errors.
33
+
34
+ Do not edit any other files.
@@ -1,76 +1,76 @@
1
- # Maestro Frontier — Gemini CLI custom command
2
- #
3
- # Install path (pick one):
4
- # Project-scoped : <project>/.gemini/commands/frontier.toml
5
- # Global : ~/.gemini/commands/frontier.toml
6
- #
7
- # Once installed, invoke with `/frontier <args>` inside the Gemini CLI.
8
- # This command arms or queries the Maestro Frontier engine with
9
- # `--scope gemini`, keeping Gemini's state independent from Claude Code,
10
- # Codex, and Cursor on the same machine.
11
- #
12
- # Requires `maestro` on PATH (installed during Maestro setup).
13
-
14
- description = "Maestro Frontier local multi-CLI fusion engine — switch mode, or run a prompt through the panel"
15
-
16
- prompt = """
17
- Drive the **Maestro Frontier** engine — a zero-dependency local multi-CLI fusion
18
- engine (a parallel panel of local CLIs → a judge model's analysis → a grounded
19
- synthesis). It is the same engine the Claude Code plugin ships; here it runs
20
- through the `maestro` CLI with `--scope gemini`.
21
-
22
- **This is a typing shortcut, not the Claude Code plugin.** Gemini CLI has no
23
- prompt hook, so arming a mode does **not** auto-run the engine on later prompts —
24
- it only persists the mode. To actually fuse a prompt, invoke `run` explicitly
25
- (step 3).
26
-
27
- Requested action: {{args}}
28
-
29
- Map it to one engine CLI call and execute it. Do not edit the engine's state
30
- file by hand.
31
-
32
- 1. Switch mode (persists to `~/.config/maestro/frontier-state.gemini.json`; default `off`).
33
- `--scope gemini` keeps Gemini's armed mode independent from Claude Code, Codex,
34
- and Cursor on the same machine:
35
-
36
- !{maestro frontier mode off --scope gemini}
37
- !{maestro frontier mode single --model <model> --scope gemini}
38
- !{maestro frontier mode fusion --preset <preset> --scope gemini}
39
- !{maestro frontier mode fusion --preset custom --models <a,b,c> --scope gemini}
40
- !{maestro frontier mode fusion --preset <preset> --judge <model> --synth <model> --scope gemini}
41
-
42
- Models: `opus` (Claude Opus 4.8, needs `claude`), `gpt-5.5` (needs `codex`),
43
- `gemini` (needs `gemini`). Presets: `opus-duo`, `opus-gpt`, `gpt-duo`,
44
- `frontier-trio`, `custom`. Judge + synth default to Opus; `--judge`/`--synth`
45
- override for any preset (e.g. `--judge opus --synth gpt-5.5`). `gpt-duo` runs
46
- judge + synth on GPT-5.5 — a Codex-only fusion that needs no `claude`.
47
-
48
- 2. Show the current mode/preset:
49
-
50
- !{maestro frontier status --scope gemini}
51
-
52
- 3. Run a prompt through the current mode — **this is the action that actually
53
- fuses**, since nothing auto-runs here. Set a mode first (step 1), then:
54
-
55
- !{maestro frontier run "{{args}}" --scope gemini}
56
-
57
- - `off`: prints a notice, spawns nothing.
58
- - `single`: dispatches the one selected CLI, prints its answer.
59
- - `fusion`: runs the panel in parallel → judge → synthesizer; prints the final
60
- answer (a one-line run meta goes to stderr). Report stdout verbatim.
61
-
62
- On error the engine prints `ERROR [<reason>]: <detail>` to stderr and exits
63
- non-zero — relay the reason.
64
-
65
- Notes:
66
-
67
- - Real `single`/`fusion` runs spawn local CLIs and cost tokens; use small prompts.
68
- `off` is free.
69
- - Each model's CLI must be on `PATH`, or point at a specific build with
70
- `MAESTRO_CLAUDE_BIN` / `MAESTRO_CODEX_BIN` / `MAESTRO_GEMINI_BIN`.
71
- - On Windows, `gemini` is a poor `--judge`/`--synth` choice: judge/synth prompts
72
- contain newlines that the win32 arg-safety guard refuses. Use `opus` or `gpt-5.5`
73
- for judge/synth on Windows.
74
- - Requires `maestro` on `PATH` (installed during Maestro setup). If it is missing,
75
- install Maestro first.
76
- """
1
+ # Maestro Frontier — Gemini CLI custom command
2
+ #
3
+ # Install path (pick one):
4
+ # Project-scoped : <project>/.gemini/commands/frontier.toml
5
+ # Global : ~/.gemini/commands/frontier.toml
6
+ #
7
+ # Once installed, invoke with `/frontier <args>` inside the Gemini CLI.
8
+ # This command arms or queries the Maestro Frontier engine with
9
+ # `--scope gemini`, keeping Gemini's state independent from Claude Code,
10
+ # Codex, and Cursor on the same machine.
11
+ #
12
+ # Requires `maestro` on PATH (installed during Maestro setup).
13
+
14
+ description = "Maestro Frontier local multi-CLI fusion engine — switch mode, or run a prompt through the panel"
15
+
16
+ prompt = """
17
+ Drive the **Maestro Frontier** engine — a zero-dependency local multi-CLI fusion
18
+ engine (a parallel panel of local CLIs → a judge model's analysis → a grounded
19
+ synthesis). It is the same engine the Claude Code plugin ships; here it runs
20
+ through the `maestro` CLI with `--scope gemini`.
21
+
22
+ **This is a typing shortcut, not the Claude Code plugin.** Gemini CLI has no
23
+ prompt hook, so arming a mode does **not** auto-run the engine on later prompts —
24
+ it only persists the mode. To actually fuse a prompt, invoke `run` explicitly
25
+ (step 3).
26
+
27
+ Requested action: {{args}}
28
+
29
+ Map it to one engine CLI call and execute it. Do not edit the engine's state
30
+ file by hand.
31
+
32
+ 1. Switch mode (persists to `~/.config/maestro/frontier-state.gemini.json`; default `off`).
33
+ `--scope gemini` keeps Gemini's armed mode independent from Claude Code, Codex,
34
+ and Cursor on the same machine:
35
+
36
+ !{maestro frontier mode off --scope gemini}
37
+ !{maestro frontier mode single --model <model> --scope gemini}
38
+ !{maestro frontier mode fusion --preset <preset> --scope gemini}
39
+ !{maestro frontier mode fusion --preset custom --models <a,b,c> --scope gemini}
40
+ !{maestro frontier mode fusion --preset <preset> --judge <model> --synth <model> --scope gemini}
41
+
42
+ Models: `opus` (Claude Opus 4.8, needs `claude`), `gpt-5.5` (needs `codex`),
43
+ `gemini` (needs `gemini`). Presets: `opus-duo`, `opus-gpt`, `gpt-duo`,
44
+ `frontier-trio`, `custom`. Judge + synth default to Opus; `--judge`/`--synth`
45
+ override for any preset (e.g. `--judge opus --synth gpt-5.5`). `gpt-duo` runs
46
+ judge + synth on GPT-5.5 — a Codex-only fusion that needs no `claude`.
47
+
48
+ 2. Show the current mode/preset:
49
+
50
+ !{maestro frontier status --scope gemini}
51
+
52
+ 3. Run a prompt through the current mode — **this is the action that actually
53
+ fuses**, since nothing auto-runs here. Set a mode first (step 1), then:
54
+
55
+ !{maestro frontier run "{{args}}" --scope gemini}
56
+
57
+ - `off`: prints a notice, spawns nothing.
58
+ - `single`: dispatches the one selected CLI, prints its answer.
59
+ - `fusion`: runs the panel in parallel → judge → synthesizer; prints the final
60
+ answer (a one-line run meta goes to stderr). Report stdout verbatim.
61
+
62
+ On error the engine prints `ERROR [<reason>]: <detail>` to stderr and exits
63
+ non-zero — relay the reason.
64
+
65
+ Notes:
66
+
67
+ - Real `single`/`fusion` runs spawn local CLIs and cost tokens; use small prompts.
68
+ `off` is free.
69
+ - Each model's CLI must be on `PATH`, or point at a specific build with
70
+ `MAESTRO_CLAUDE_BIN` / `MAESTRO_CODEX_BIN` / `MAESTRO_GEMINI_BIN`.
71
+ - On Windows, `gemini` is a poor `--judge`/`--synth` choice: judge/synth prompts
72
+ contain newlines that the win32 arg-safety guard refuses. Use `opus` or `gpt-5.5`
73
+ for judge/synth on Windows.
74
+ - Requires `maestro` on `PATH` (installed during Maestro setup). If it is missing,
75
+ install Maestro first.
76
+ """
@@ -1,70 +1,70 @@
1
- Maestro Frontier — drive the local multi-CLI fusion engine (switch mode, or run a prompt through the panel).
2
-
3
- Drive the **Maestro Frontier** engine — a zero-dependency local multi-CLI fusion
4
- engine (a parallel panel of local CLIs → a judge model's analysis → a grounded
5
- synthesis). It is the same engine the Claude Code plugin ships; here it runs
6
- through the `maestro` CLI with `--scope windsurf`.
7
-
8
- **Install path (pick one):**
9
-
10
- - Project-scoped: `.windsurf/workflows/frontier.md`
11
- - Global: `~/.codeium/windsurf/global_workflows/frontier.md`
12
-
13
- Once installed, invoke with `/frontier <args>` inside Windsurf Cascade.
14
-
15
- **This is a typing shortcut, not the Claude Code plugin.** Windsurf Cascade has
16
- no prompt hook, so arming a mode does **not** auto-run the engine on later
17
- prompts — it only persists the mode. To actually fuse a prompt, invoke `run`
18
- explicitly (step 3).
19
-
20
- When this workflow is invoked, map the requested action to one engine CLI call
21
- and run it in the terminal. Cascade will request approval before executing. Do
22
- not edit the engine's state file by hand.
23
-
24
- 1. Switch mode (persists to `~/.config/maestro/frontier-state.windsurf.json`; default `off`).
25
- `--scope windsurf` keeps Windsurf's armed mode independent from Claude Code,
26
- Codex, Cursor, Gemini, and Cline on the same machine:
27
-
28
- ```bash
29
- maestro frontier mode off --scope windsurf
30
- maestro frontier mode single --model <model> --scope windsurf
31
- maestro frontier mode fusion --preset <preset> --scope windsurf
32
- maestro frontier mode fusion --preset custom --models <a,b,c> --scope windsurf
33
- maestro frontier mode fusion --preset <preset> --judge <model> --synth <model> --scope windsurf
34
- ```
35
-
36
- Models: `opus` (Claude Opus 4.8, needs `claude`), `gpt-5.5` (needs `codex`),
37
- `gemini` (needs `gemini`). Presets: `opus-duo`, `opus-gpt`, `gpt-duo`,
38
- `frontier-trio`, `custom`. Judge + synth default to Opus; `--judge`/`--synth`
39
- override for any preset (e.g. `--judge opus --synth gpt-5.5`). `gpt-duo` runs
40
- judge + synth on GPT-5.5 — a Codex-only fusion that needs no `claude`.
41
-
42
- 2. Show the current mode/preset:
43
-
44
- ```bash
45
- maestro frontier status --scope windsurf
46
- ```
47
-
48
- 3. Run a prompt through the current mode — **this is the action that actually
49
- fuses**, since nothing auto-runs here. Set a mode first (step 1), then:
50
-
51
- ```bash
52
- maestro frontier run "<prompt>" --scope windsurf
53
- ```
54
-
55
- - `off`: prints a notice, spawns nothing.
56
- - `single`: dispatches the one selected CLI, prints its answer.
57
- - `fusion`: runs the panel in parallel → judge → synthesizer; prints the final
58
- answer (a one-line run meta goes to stderr). Report stdout verbatim.
59
-
60
- On error the engine prints `ERROR [<reason>]: <detail>` to stderr and exits
61
- non-zero — relay the reason.
62
-
63
- Notes:
64
-
65
- - Real `single`/`fusion` runs spawn local CLIs and cost tokens; use small prompts.
66
- `off` is free.
67
- - Each model's CLI must be on `PATH`, or point at a specific build with
68
- `MAESTRO_CLAUDE_BIN` / `MAESTRO_CODEX_BIN` / `MAESTRO_GEMINI_BIN`.
69
- - Requires `maestro` on `PATH` (installed during Maestro setup). If it is missing,
70
- install Maestro first.
1
+ Maestro Frontier — drive the local multi-CLI fusion engine (switch mode, or run a prompt through the panel).
2
+
3
+ Drive the **Maestro Frontier** engine — a zero-dependency local multi-CLI fusion
4
+ engine (a parallel panel of local CLIs → a judge model's analysis → a grounded
5
+ synthesis). It is the same engine the Claude Code plugin ships; here it runs
6
+ through the `maestro` CLI with `--scope windsurf`.
7
+
8
+ **Install path (pick one):**
9
+
10
+ - Project-scoped: `.windsurf/workflows/frontier.md`
11
+ - Global: `~/.codeium/windsurf/global_workflows/frontier.md`
12
+
13
+ Once installed, invoke with `/frontier <args>` inside Windsurf Cascade.
14
+
15
+ **This is a typing shortcut, not the Claude Code plugin.** Windsurf Cascade has
16
+ no prompt hook, so arming a mode does **not** auto-run the engine on later
17
+ prompts — it only persists the mode. To actually fuse a prompt, invoke `run`
18
+ explicitly (step 3).
19
+
20
+ When this workflow is invoked, map the requested action to one engine CLI call
21
+ and run it in the terminal. Cascade will request approval before executing. Do
22
+ not edit the engine's state file by hand.
23
+
24
+ 1. Switch mode (persists to `~/.config/maestro/frontier-state.windsurf.json`; default `off`).
25
+ `--scope windsurf` keeps Windsurf's armed mode independent from Claude Code,
26
+ Codex, Cursor, Gemini, and Cline on the same machine:
27
+
28
+ ```bash
29
+ maestro frontier mode off --scope windsurf
30
+ maestro frontier mode single --model <model> --scope windsurf
31
+ maestro frontier mode fusion --preset <preset> --scope windsurf
32
+ maestro frontier mode fusion --preset custom --models <a,b,c> --scope windsurf
33
+ maestro frontier mode fusion --preset <preset> --judge <model> --synth <model> --scope windsurf
34
+ ```
35
+
36
+ Models: `opus` (Claude Opus 4.8, needs `claude`), `gpt-5.5` (needs `codex`),
37
+ `gemini` (needs `gemini`). Presets: `opus-duo`, `opus-gpt`, `gpt-duo`,
38
+ `frontier-trio`, `custom`. Judge + synth default to Opus; `--judge`/`--synth`
39
+ override for any preset (e.g. `--judge opus --synth gpt-5.5`). `gpt-duo` runs
40
+ judge + synth on GPT-5.5 — a Codex-only fusion that needs no `claude`.
41
+
42
+ 2. Show the current mode/preset:
43
+
44
+ ```bash
45
+ maestro frontier status --scope windsurf
46
+ ```
47
+
48
+ 3. Run a prompt through the current mode — **this is the action that actually
49
+ fuses**, since nothing auto-runs here. Set a mode first (step 1), then:
50
+
51
+ ```bash
52
+ maestro frontier run "<prompt>" --scope windsurf
53
+ ```
54
+
55
+ - `off`: prints a notice, spawns nothing.
56
+ - `single`: dispatches the one selected CLI, prints its answer.
57
+ - `fusion`: runs the panel in parallel → judge → synthesizer; prints the final
58
+ answer (a one-line run meta goes to stderr). Report stdout verbatim.
59
+
60
+ On error the engine prints `ERROR [<reason>]: <detail>` to stderr and exits
61
+ non-zero — relay the reason.
62
+
63
+ Notes:
64
+
65
+ - Real `single`/`fusion` runs spawn local CLIs and cost tokens; use small prompts.
66
+ `off` is free.
67
+ - Each model's CLI must be on `PATH`, or point at a specific build with
68
+ `MAESTRO_CLAUDE_BIN` / `MAESTRO_CODEX_BIN` / `MAESTRO_GEMINI_BIN`.
69
+ - Requires `maestro` on `PATH` (installed during Maestro setup). If it is missing,
70
+ install Maestro first.
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
- {
2
- "name": "@maestrofrontier/frontier",
3
- "version": "1.4.5",
4
- "description": "Achieve Frontier AI performance in your CLI by fusing the model CLIs you already run. Maestro Frontier is an opt-in, zero-dependency local multi-CLI fusion engine for AI coding agents: fan a prompt across a panel of any 1 to 8 local model CLIs you pick, have a judge model and a synthesizer you choose read the answers into a structured analysis and write one grounded synthesis (default Opus 4.8, override either with --judge/--synth). On a 100-task benchmark every fusion panel outscored its individual member models. Three adapters ship today: Opus 4.8, GPT-5.5, Gemini 3.1 Pro, with Kimi, DeepSeek, GLM, and Qwen to follow. Off, single, and fusion modes switch via /maestro:frontier. Built on Maestro orchestration discipline: decision-gated routing, verified done-claims, surgical scope, and structural enforcement hooks.",
5
- "keywords": ["multi-cli-fusion", "fusion-engine", "frontier", "multi-agent", "orchestration", "claude-code", "gemini", "codex", "agents", "hooks", "doctrine"],
6
- "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/mbanderas/maestro.git"
10
- },
11
- "engines": {
12
- "node": ">=18"
13
- },
14
- "bin": {
15
- "maestro": "bin/maestro.cjs"
16
- },
17
- "files": [
18
- "bin/maestro.cjs",
19
- "frontier/cli.cjs",
20
- "frontier/config.cjs",
21
- "frontier/dispatch.cjs",
22
- "frontier/judge.cjs",
23
- "frontier/run.cjs",
24
- "frontier/schema.cjs",
25
- "frontier/semaphore.cjs",
26
- "frontier/synthesize.cjs",
27
- "scripts/install.cjs",
28
- ".codex-plugin/",
29
- ".agents/plugins/marketplace.json",
30
- "skills/",
31
- "AGENTS.md",
32
- "CLAUDE.md",
33
- "GEMINI.md",
34
- ".cursorrules",
35
- "docs/orchestration.md",
36
- "docs/codex.md",
37
- "commands/",
38
- "integrations/",
39
- "hooks/frontier-autorun.cjs",
40
- "hooks/hooks.json",
41
- "hooks/maestro-doctrine-guard.cjs",
42
- "hooks/maestro-gate-reminder.cjs",
43
- "hooks/maestro-gate-telemetry.cjs",
44
- "hooks/maestro-loop-guard.cjs",
45
- "hooks/maestro-phase-scope.cjs",
46
- "hooks/maestro-statusline-sync.cjs",
47
- "hooks/maestro-subagent-guard.cjs",
48
- "hooks/maestro-terse-mode.cjs",
49
- "hooks/maestro-toolbudget-advisory.cjs",
50
- "settings/cli.cjs",
51
- "settings/config.cjs"
52
- ],
53
- "scripts": {
54
- "test": "node scripts/run-hook-tests.cjs",
55
- "lint": "npx --yes markdownlint-cli2",
56
- "bench-verify": "node scripts/bench-verify.cjs"
57
- }
58
- }
1
+ {
2
+ "name": "@maestrofrontier/frontier",
3
+ "version": "1.5.0",
4
+ "description": "Achieve Frontier AI performance in your CLI by fusing the model CLIs you already run. Maestro Frontier is an opt-in, zero-dependency local multi-CLI fusion engine for AI coding agents: fan a prompt across a panel of any 1 to 8 local model CLIs you pick, have a judge model and a synthesizer you choose read the answers into a structured analysis and write one grounded synthesis (default Opus 4.8, override either with --judge/--synth). On a 100-task benchmark every fusion panel outscored its individual member models. Three adapters ship today: Opus 4.8, GPT-5.5, Gemini 3.1 Pro, with Kimi, DeepSeek, GLM, and Qwen to follow. Off, single, and fusion modes switch via /maestro:frontier. Built on Maestro orchestration discipline: decision-gated routing, verified done-claims, surgical scope, and structural enforcement hooks.",
5
+ "keywords": ["multi-cli-fusion", "fusion-engine", "frontier", "multi-agent", "orchestration", "claude-code", "gemini", "codex", "agents", "hooks", "doctrine"],
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/mbanderas/maestro.git"
10
+ },
11
+ "engines": {
12
+ "node": ">=18"
13
+ },
14
+ "bin": {
15
+ "maestro": "bin/maestro.cjs"
16
+ },
17
+ "files": [
18
+ "bin/maestro.cjs",
19
+ "frontier/cli.cjs",
20
+ "frontier/config.cjs",
21
+ "frontier/dispatch.cjs",
22
+ "frontier/judge.cjs",
23
+ "frontier/run.cjs",
24
+ "frontier/schema.cjs",
25
+ "frontier/semaphore.cjs",
26
+ "frontier/synthesize.cjs",
27
+ "scripts/install.cjs",
28
+ ".codex-plugin/",
29
+ ".agents/plugins/marketplace.json",
30
+ "skills/",
31
+ "AGENTS.md",
32
+ "CLAUDE.md",
33
+ "GEMINI.md",
34
+ ".cursorrules",
35
+ "docs/orchestration.md",
36
+ "docs/codex.md",
37
+ "commands/",
38
+ "integrations/",
39
+ "hooks/frontier-autorun.cjs",
40
+ "hooks/hooks.json",
41
+ "hooks/maestro-doctrine-guard.cjs",
42
+ "hooks/maestro-gate-reminder.cjs",
43
+ "hooks/maestro-gate-telemetry.cjs",
44
+ "hooks/maestro-loop-guard.cjs",
45
+ "hooks/maestro-phase-scope.cjs",
46
+ "hooks/maestro-statusline-sync.cjs",
47
+ "hooks/maestro-subagent-guard.cjs",
48
+ "hooks/maestro-terse-mode.cjs",
49
+ "hooks/maestro-toolbudget-advisory.cjs",
50
+ "settings/cli.cjs",
51
+ "settings/config.cjs"
52
+ ],
53
+ "scripts": {
54
+ "test": "node scripts/run-hook-tests.cjs",
55
+ "lint": "npx --yes markdownlint-cli2",
56
+ "bench-verify": "node scripts/bench-verify.cjs"
57
+ }
58
+ }