@maestrofrontier/frontier 1.4.4 → 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.
- package/.agents/plugins/marketplace.json +21 -0
- package/.codex-plugin/plugin.json +29 -0
- package/.cursorrules +197 -194
- package/AGENTS.md +214 -214
- package/CLAUDE.md +29 -29
- package/README.md +368 -278
- package/bin/maestro.cjs +75 -75
- package/commands/compress.md +36 -36
- package/commands/frontier.md +124 -124
- package/commands/terse.md +23 -23
- package/docs/codex.md +167 -98
- package/docs/orchestration.md +168 -168
- package/frontier/cli.cjs +279 -248
- package/frontier/config.cjs +468 -441
- package/frontier/dispatch.cjs +267 -255
- package/frontier/judge.cjs +92 -92
- package/frontier/run.cjs +201 -148
- package/frontier/schema.cjs +112 -112
- package/frontier/semaphore.cjs +49 -49
- package/frontier/synthesize.cjs +79 -79
- package/hooks/frontier-autorun.cjs +127 -124
- package/hooks/hooks.json +103 -103
- package/hooks/maestro-doctrine-guard.cjs +81 -81
- package/hooks/maestro-gate-reminder.cjs +22 -7
- package/hooks/maestro-gate-telemetry.cjs +79 -77
- package/hooks/maestro-phase-scope.cjs +118 -118
- package/hooks/maestro-statusline-sync.cjs +152 -152
- package/hooks/maestro-subagent-guard.cjs +148 -148
- package/hooks/maestro-terse-mode.cjs +189 -189
- package/hooks/maestro-toolbudget-advisory.cjs +127 -127
- package/integrations/README.md +111 -94
- package/integrations/cline/skills/frontier/SKILL.md +75 -75
- package/integrations/codex/prompts/frontier.md +70 -66
- package/integrations/codex/prompts/update.md +39 -36
- package/integrations/codex/skills/maestro-frontier/SKILL.md +122 -0
- package/integrations/codex/skills/{settings → maestro-settings}/SKILL.md +55 -46
- package/integrations/codex/skills/{terse → maestro-terse}/SKILL.md +58 -49
- package/integrations/codex/skills/maestro-update/SKILL.md +31 -0
- package/integrations/cursor/commands/frontier.md +63 -63
- package/integrations/cursor/commands/update.md +34 -34
- package/integrations/gemini/commands/frontier.toml +76 -76
- package/integrations/windsurf/workflows/frontier.md +70 -70
- package/package.json +58 -55
- package/scripts/install.cjs +1014 -605
- package/settings/cli.cjs +140 -140
- package/settings/config.cjs +309 -309
- package/skills/maestro-frontier/SKILL.md +122 -0
- package/skills/maestro-settings/SKILL.md +55 -0
- package/skills/maestro-terse/SKILL.md +58 -0
- package/skills/maestro-update/SKILL.md +31 -0
- package/skills/terse/SKILL.md +74 -0
- package/integrations/codex/skills/frontier/SKILL.md +0 -91
- package/integrations/codex/skills/update/SKILL.md +0 -29
|
@@ -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,55 +1,58 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@maestrofrontier/frontier",
|
|
3
|
-
"version": "1.
|
|
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
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
".
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"hooks/
|
|
40
|
-
"hooks/
|
|
41
|
-
"hooks/maestro-
|
|
42
|
-
"hooks/maestro-
|
|
43
|
-
"hooks/maestro-
|
|
44
|
-
"hooks/maestro-
|
|
45
|
-
"hooks/maestro-
|
|
46
|
-
"hooks/maestro-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
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
|
+
}
|