omnilane 0.33.0 → 0.34.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.
@@ -6,14 +6,14 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "One routing table, cross-vendor dispatch, foreman completion inbox.",
9
- "version": "0.33.0"
9
+ "version": "0.34.0"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "omnilane",
14
14
  "source": "./",
15
15
  "description": "Route each subtask to the model that fits, dispatch it to any vendor CLI, and have finished dispatches report back into the foreman's next prompt.",
16
- "version": "0.33.0",
16
+ "version": "0.34.0",
17
17
  "category": "development",
18
18
  "keywords": [
19
19
  "routing",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnilane",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "One routing table, every harness: classify subtasks into lanes and auto-dispatch each lane to the best vendor CLI (Codex, Claude Code, Grok Build, Antigravity) with background jobs, depth guard, and serialized codex dispatch.",
5
5
  "author": {
6
6
  "name": "Seraphim0916"
package/CHANGELOG.md CHANGED
@@ -6,6 +6,21 @@ semantic version tags.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.34.0] - 2026-09-03
10
+
11
+ ### Changed
12
+
13
+ - `hard-judgment`'s Claude slot swaps from Fable 5.1 (xhigh) to Opus 5
14
+ (xhigh): Opus returns 97.7% of Fable's agentic score (58.4 vs 59.8) at 68%
15
+ of the cost ($1.801 vs $2.651/task) with a lower hallucination rate (.60 vs
16
+ .71).
17
+ - A fallback-depth pass gives every active lane (`arbitrate` intentionally
18
+ excluded) at least three vendor candidates: `hardest-coding`,
19
+ `taste-final`, `ui-draft`, `fast-agentic`, and `live-search` each gain new
20
+ fallbacks; `live-search`'s added Gemini and Claude candidates use their own
21
+ web-search tools, not Grok's native X/web surface, so treat them as
22
+ best-effort only when Grok's CLI is unavailable.
23
+
9
24
  ## [0.33.0] - 2026-09-03
10
25
 
11
26
  ### Added
@@ -756,7 +771,8 @@ work to the wrong model, and records the evidence behind the shipped defaults.
756
771
  - Initial shared routing table, cross-vendor dispatcher, runners, installer,
757
772
  and baseline lint fixes.
758
773
 
759
- [Unreleased]: https://github.com/Seraphim0916/omnilane/compare/v0.33.0...HEAD
774
+ [Unreleased]: https://github.com/Seraphim0916/omnilane/compare/v0.34.0...HEAD
775
+ [0.34.0]: https://github.com/Seraphim0916/omnilane/compare/v0.33.0...v0.34.0
760
776
  [0.33.0]: https://github.com/Seraphim0916/omnilane/compare/v0.32.1...v0.33.0
761
777
  [0.32.1]: https://github.com/Seraphim0916/omnilane/compare/v0.32.0...v0.32.1
762
778
  [0.32.0]: https://github.com/Seraphim0916/omnilane/compare/v0.31.0...v0.32.0
package/README.ja.md CHANGED
@@ -112,16 +112,16 @@ flowchart LR
112
112
 
113
113
  | レーン | 第一候補 | バックアップ | 用途 |
114
114
  |---|---|---|---|
115
- | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) | 最難関の実装、深い根本原因調査、正確性が重要な修正 |
115
+ | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) → Grok 4.6 → Gemini 3.7 Flash (High) | 最難関の実装、深い根本原因調査、正確性が重要な修正 |
116
116
  | 🏗️ bulk-mechanical | GPT-5.6 Sol (high) | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | リファクタリング、移行、テスト、大規模レビュー——機械的な持久作業 |
117
117
  | 🧹 triage | GPT-5.6 Luna (high) | Gemini 3.7 Flash (Low) → Claude Haiku 4.5 | 大量スキャン、一次選別 |
118
- | ⚖️ hard-judgment | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | アーキテクチャ判断、深い推論、セカンドオピニオン |
119
- | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) | ユーザー向け文章、プロンプト/文書の仕上げ、文体判断 |
118
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | アーキテクチャ判断、深い推論、セカンドオピニオン |
119
+ | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) → Grok 4.6 → Gemini 3.7 Flash (High) | ユーザー向け文章、プロンプト/文書の仕上げ、文体判断 |
120
120
  | 💬 consult | GPT-5.6 Sol (max) | Claude Fable 5.1 (high) → Grok 4.6 → Gemini 3.7 Flash (High) | 指名モデルへの直接相談。フォールバック防止のため `--vendor` を維持 |
121
- | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) | デザインシステム/参照画像がある場合だけの UI ドラフト |
121
+ | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) → Gemini 3.7 Flash (High) | デザインシステム/参照画像がある場合だけの UI ドラフト |
122
122
  | 📚 long-context | Gemini 3.7 Flash (Medium) | GPT-5.6 Terra (max) → Claude Opus 5 (medium) | 長文書の抽出と統合。AA-LCR、コスト、スループット順 |
123
- | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) | 高速なマルチステップ agentic ループ、マルチモーダル確認 |
124
- | 📡 live-search | Grok 4.6 | (`off`) | リアルタイム X/Web 検索とソーシャル文脈 |
123
+ | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) → Claude Haiku 4.5 | 高速なマルチステップ agentic ループ、マルチモーダル確認 |
124
+ | 📡 live-search | Grok 4.6 | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | リアルタイム X/Web 検索とソーシャル文脈 |
125
125
  | 🚰 coding-overflow | Grok 4.6 | Gemini 3.7 Flash (High) → Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex クォータ不足時の中級コーディング逃がし弁 |
126
126
  | 🗳️ arbitrate | `off`(オプトイン) | — | 重大判断用の内蔵意見パネル。デフォルト無効、`routing.local.yaml` で有効化し、投票者・ラウンドごとに 1 コール |
127
127
 
@@ -155,12 +155,12 @@ flowchart LR
155
155
  なので追加コールなし)、どれを**ディスパッチ**するか。CLI の `omnilane` スキルが
156
156
  該当行を自動適用します。これはその人間向けビューです。
157
157
 
158
- - **Claude Code · Fable 5.1**——自分で実行:hard-judgment、taste-final、hardest-coding。ディスパッチ:bulk → Codex Sol high、long-context/高速ループ → Gemini 3.7 Flash、live-search → Grok。
159
- - **Claude Code · Opus 5**——低いハルシネーション率や価格を優先するときは hard-judgment taste-final を自分で実行。最難関コーディング → Fable 5.1 または Sol、bulk → Sol high、long-context/高速ループ → Gemini 3.7 Flash、live-search → Grok。
158
+ - **Claude Code · Fable 5.1**——自分で実行:taste-final、hardest-coding。ディスパッチ:hard-judgment → Opus 5、bulk → Codex Sol high、long-context/高速ループ → Gemini 3.7 Flash、live-search → Grok。
159
+ - **Claude Code · Opus 5**——自分で実行:hard-judgment(これがデフォルトのレーン)。低いハルシネーション率や価格を優先するときはローカル override taste-final も担当。最難関コーディング → Fable 5.1 または Sol、bulk → Sol high、long-context/高速ループ → Gemini 3.7 Flash、live-search → Grok。
160
160
  - **Codex · Sol**——自分で実行:hardest-coding、bulk-mechanical、hard-judgment、ui-draft。ディスパッチ:taste-final → Claude、long-context/高速ループ → Gemini 3.7 Flash、live-search → Grok。
161
161
  - **Codex · Terra**——long-context の Codex フォールバックを自分で実行。bulk-mechanical のデフォルトは Sol high に移動。最難関は Sol xhigh、taste → Claude、高速ループ → Gemini 3.7 Flash、live-search → Grok。
162
- - **Grok Build · Grok 4.6**——live-search と coding-overflow を自分で実行。難しいコーディング/判断/文章は Codex、Claude、Gemini へ送り、API シグネチャと引用事実は検証します。
163
- - **Antigravity · Gemini 3.7 Flash**——Medium の long-context/高速ループ、High の bulk/overflow、Low の triage を自分で実行。最難関のコーディング/判断/文章は Codex、Claude、live-search Grok へ。
162
+ - **Grok Build · Grok 4.6**——live-search と coding-overflow を自分で実行し、hardest-coding・hard-judgment・taste-final のフォールバックも兼任。第一候補が使えるときは難しいコーディング/判断/文章を Codex、Claude、Gemini へ送り、API シグネチャと引用事実は検証します。
163
+ - **Antigravity · Gemini 3.7 Flash**——Medium の long-context/高速ループ、High の bulk/overflow、Low の triage を自分で実行し、High で hardest-coding・taste-final・ui-draft・live-search のフォールバックも兼任。第一候補が使えるときは最難関のコーディング/判断/文章を Codex、Claude へ。
164
164
 
165
165
  </details>
166
166
 
@@ -437,9 +437,12 @@ advise 専用で、ファイルを編集しません。
437
437
 
438
438
  <br/>
439
439
 
440
- Fable 5.1 は現在 `hardest-coding`、`hard-judgment`、`taste-final`
441
- 第一候補です。同じ xhigh では知能、agentic 作業、コーディングで Opus 5
442
- 上回ります。Sol max は、はるかに安価な別ベンダーの判断用フォールバックです。
440
+ Fable 5.1 は現在 `hardest-coding`、`taste-final` の第一候補です。同じ xhigh
441
+ では知能、agentic 作業、コーディングで Opus 5 を上回ります。Sol max は、
442
+ はるかに安価な別ベンダーの判断用フォールバックです。`hard-judgment` 自体は
443
+ 現在 Opus 5 xhigh がデフォルトです:Fable の agentic スコアの 97.7% を
444
+ コスト 68% で達成し、ハルシネーション率も低いため、このレーン自身の
445
+ コスト基準では安い方が勝ちます。
443
446
 
444
447
  | 評価(AA、2026-09-02 取得) | Claude Fable 5.1 (xhigh) | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) |
445
448
  |---|---:|---:|---:|
@@ -451,12 +454,12 @@ Fable 5.1 は現在 `hardest-coding`、`hard-judgment`、`taste-final` の
451
454
 
452
455
  Fable 5.1 は bulk と triage のデフォルトではありません。トークン単価が
453
456
  Opus 5 の 2 倍で、Claude Code のサブスクリプションクォータも 1 ターン当たり
454
- 最も多く消費するためです。Opus 5 は低ハルシネーション・低価格の Claude
455
- 選択肢として medium で `long-context` に残り、次の
456
- `~/.omnilane/routing.local.yaml` で任意のレーンへ戻せます。
457
+ 最も多く消費するためです。Opus 5 は現在 `hard-judgment` のデフォルトを担い、
458
+ medium で `long-context` にも残り、`~/.omnilane/routing.local.yaml` で
459
+ 任意のレーンへいつでも戻せます——例えば Fable を呼び戻すには:
457
460
 
458
461
  ```yaml
459
- hard-judgment: claude claude-opus-5 xhigh
462
+ hard-judgment: claude claude-fable-5-1 xhigh
460
463
  ```
461
464
 
462
465
  </details>
package/README.ko.md CHANGED
@@ -110,16 +110,16 @@ flowchart LR
110
110
 
111
111
  | 레인 | 1순위 모델 | 백업 | 용도 |
112
112
  |---|---|---|---|
113
- | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) | 가장 어려운 구현, 근본 원인 디버깅, 정확성이 핵심인 수정 |
113
+ | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) → Grok 4.6 → Gemini 3.7 Flash (High) | 가장 어려운 구현, 근본 원인 디버깅, 정확성이 핵심인 수정 |
114
114
  | 🏗️ bulk-mechanical | GPT-5.6 Sol (high) | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | 리팩터링, 마이그레이션, 테스트, 대량 스윕——기계적 지구력 작업 |
115
115
  | 🧹 triage | GPT-5.6 Luna (high) | Gemini 3.7 Flash (Low) → Claude Haiku 4.5 | 대량 스캔과 1차 선별 |
116
- | ⚖️ hard-judgment | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | 아키텍처 판정, 심층 추론, 2차 의견 |
117
- | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) | 사용자 대상 문장, 프롬프트/문서 다듬기, 스타일 판정 |
116
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | 아키텍처 판정, 심층 추론, 2차 의견 |
117
+ | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) → Grok 4.6 → Gemini 3.7 Flash (High) | 사용자 대상 문장, 프롬프트/문서 다듬기, 스타일 판정 |
118
118
  | 💬 consult | GPT-5.6 Sol (max) | Claude Fable 5.1 (high) → Grok 4.6 → Gemini 3.7 Flash (High) | 지정 모델 직접 상담. 폴백 방지를 위해 `--vendor` 유지 |
119
- | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) | 디자인 시스템/참조 이미지가 있을 때만 UI 초안 |
119
+ | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) → Gemini 3.7 Flash (High) | 디자인 시스템/참조 이미지가 있을 때만 UI 초안 |
120
120
  | 📚 long-context | Gemini 3.7 Flash (Medium) | GPT-5.6 Terra (max) → Claude Opus 5 (medium) | 장문 추출과 종합. AA-LCR, 비용, 처리량 순 |
121
- | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) | 빠른 멀티스텝 agentic 루프, 멀티모달 확인 |
122
- | 📡 live-search | Grok 4.6 | (`off`) | 실시간 X/웹 검색과 소셜 맥락 |
121
+ | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) → Claude Haiku 4.5 | 빠른 멀티스텝 agentic 루프, 멀티모달 확인 |
122
+ | 📡 live-search | Grok 4.6 | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | 실시간 X/웹 검색과 소셜 맥락 |
123
123
  | 🚰 coding-overflow | Grok 4.6 | Gemini 3.7 Flash (High) → Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 쿼터 소진 시 중급 코딩 안전 밸브 |
124
124
  | 🗳️ arbitrate | `off`(옵트인) | — | 중대한 판단을 위한 내장 의견 패널. 기본 비활성, `routing.local.yaml` 에서 활성화하며 투표자·라운드당 1회 호출 |
125
125
 
@@ -153,12 +153,12 @@ flowchart LR
153
153
  추가 호출 없음)와 **디스패치**하는지입니다. CLI 의 `omnilane` 스킬이 해당
154
154
  행을 자동 적용하며, 이것은 사람이 보는 버전입니다.
155
155
 
156
- - **Claude Code · Fable 5.1**——직접 실행: hard-judgment, taste-final, hardest-coding. 디스패치: bulk → Codex Sol high, long-context/빠른 루프 → Gemini 3.7 Flash, live-search → Grok.
157
- - **Claude Code · Opus 5**——더 낮은 환각률이나 가격이 중요할 hard-judgment taste-final 직접 실행. 최고난도 코딩 → Fable 5.1 또는 Sol, bulk → Sol high, long-context/빠른 루프 → Gemini 3.7 Flash, live-search → Grok.
156
+ - **Claude Code · Fable 5.1**——직접 실행: taste-final, hardest-coding. 디스패치: hard-judgment → Opus 5, bulk → Codex Sol high, long-context/빠른 루프 → Gemini 3.7 Flash, live-search → Grok.
157
+ - **Claude Code · Opus 5**——직접 실행: hard-judgment(기본 레인). 더 낮은 환각률이나 가격이 중요할 때는 로컬 오버라이드로 taste-final 맡을 있습니다. 최고난도 코딩 → Fable 5.1 또는 Sol, bulk → Sol high, long-context/빠른 루프 → Gemini 3.7 Flash, live-search → Grok.
158
158
  - **Codex · Sol**——직접 실행: hardest-coding, bulk-mechanical, hard-judgment, ui-draft. 디스패치: taste-final → Claude, long-context/빠른 루프 → Gemini 3.7 Flash, live-search → Grok.
159
159
  - **Codex · Terra**——long-context 의 Codex 폴백을 직접 실행. bulk-mechanical 기본값은 Sol high 로 이동했습니다. 최고난도는 Sol xhigh, taste → Claude, 빠른 루프 → Gemini 3.7 Flash, live-search → Grok.
160
- - **Grok Build · Grok 4.6**——live-search 와 coding-overflow 를 직접 실행. 어려운 코딩/판단/문장은 Codex, Claude, Gemini 로 보내고 API 시그니처와 인용 사실을 검증합니다.
161
- - **Antigravity · Gemini 3.7 Flash**——Medium 의 long-context/빠른 루프, High 의 bulk/overflow, Low 의 triage 를 직접 실행. 최고난도 코딩/판단/문장은 Codex, Claude 로, live-search Grok 으로 보냅니다.
160
+ - **Grok Build · Grok 4.6**——live-search 와 coding-overflow 를 직접 실행하며, hardest-coding, hard-judgment, taste-final 의 폴백도 겸합니다. 1순위 후보를 쓸 수 있으면 어려운 코딩/판단/문장은 Codex, Claude, Gemini 로 보내고 API 시그니처와 인용 사실을 검증합니다.
161
+ - **Antigravity · Gemini 3.7 Flash**——Medium 의 long-context/빠른 루프, High 의 bulk/overflow, Low 의 triage 를 직접 실행하며, High hardest-coding, taste-final, ui-draft, live-search 폴백도 겸합니다. 1순위 후보를 쓸 수 있으면 최고난도 코딩/판단/문장은 Codex, Claude 로 보냅니다.
162
162
 
163
163
  </details>
164
164
 
@@ -423,9 +423,12 @@ Codex 중심, Codex 없음)이 들어 있습니다.
423
423
 
424
424
  <br/>
425
425
 
426
- Fable 5.1 은 이제 `hardest-coding`, `hard-judgment`, `taste-final`의
427
- 1순위입니다. 같은 xhigh 에서 지능, agentic 작업, 코딩 모두 Opus 5 를
428
- 앞섭니다. Sol max 는 훨씬 저렴한 타 벤더 판단 폴백으로 남습니다.
426
+ Fable 5.1 은 이제 `hardest-coding`, `taste-final`의 1순위입니다. 같은
427
+ xhigh 에서 지능, agentic 작업, 코딩 모두 Opus 5 를 앞섭니다. Sol max 는
428
+ 훨씬 저렴한 타 벤더 판단 폴백으로 남습니다. `hard-judgment` 자체는 이제
429
+ Opus 5 xhigh 가 기본값입니다: Fable 의 agentic 점수 97.7%를 비용 68%에
430
+ 얻으면서 환각률도 더 낮아, 이 레인 고유의 비용 기준으로는 더 저렴한
431
+ 구성이 승리합니다.
429
432
 
430
433
  | 평가(AA, 2026-09-02 수집) | Claude Fable 5.1 (xhigh) | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) |
431
434
  |---|---:|---:|---:|
@@ -437,12 +440,12 @@ Fable 5.1 은 이제 `hardest-coding`, `hard-judgment`, `taste-final`의
437
440
 
438
441
  Fable 5.1 은 bulk 나 triage 기본값이 아닙니다. 토큰 가격이 Opus 5 의
439
442
  2배이고 Claude Code 구독 쿼터도 턴당 가장 많이 소비하기 때문입니다.
440
- Opus 5 는 낮은 환각률과 가격의 Claude 선택지로 medium
441
- `long-context`에 남으며, 다음 `~/.omnilane/routing.local.yaml` 설정으로
442
- 어느 레인에든 다시 넣을 수 있습니다.
443
+ Opus 5 는 이제 `hard-judgment`의 기본값이며 medium 으로 `long-context`에도
444
+ 남아 있고, `~/.omnilane/routing.local.yaml` 설정으로 어느 레인에든
445
+ 언제든 다시 넣을 수 있습니다 — 예를 들어 Fable 을 되돌리려면:
443
446
 
444
447
  ```yaml
445
- hard-judgment: claude claude-opus-5 xhigh
448
+ hard-judgment: claude claude-fable-5-1 xhigh
446
449
  ```
447
450
 
448
451
  </details>
package/README.md CHANGED
@@ -115,16 +115,16 @@ actually resolves.
115
115
 
116
116
  | Lane | First choice | Backup | When |
117
117
  |---|---|---|---|
118
- | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) | Hardest implementation, deep root-cause debug, correctness-critical edits |
118
+ | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) → Grok 4.6 → Gemini 3.7 Flash (High) | Hardest implementation, deep root-cause debug, correctness-critical edits |
119
119
  | 🏗️ bulk-mechanical | GPT-5.6 Sol (high) | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | Refactors, migrations, tests, review sweeps — mechanical endurance |
120
120
  | 🧹 triage | GPT-5.6 Luna (high) | Gemini 3.7 Flash (Low) → Claude Haiku 4.5 | High-volume scans, first-pass filtering |
121
- | ⚖️ hard-judgment | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | Architecture arbitration, deep reasoning, second opinions |
122
- | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) | User-facing prose, prompt/doc polish, style arbitration |
121
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | Architecture arbitration, deep reasoning, second opinions |
122
+ | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) → Grok 4.6 → Gemini 3.7 Flash (High) | User-facing prose, prompt/doc polish, style arbitration |
123
123
  | 💬 consult | GPT-5.6 Sol (max) | Claude Fable 5.1 (high) → Grok 4.6 → Gemini 3.7 Flash (High) | Direct named-model consultation; keep `--vendor` to prevent fallback |
124
- | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) | UI drafts only WITH a design system / reference images |
124
+ | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) → Gemini 3.7 Flash (High) | UI drafts only WITH a design system / reference images |
125
125
  | 📚 long-context | Gemini 3.7 Flash (Medium) | GPT-5.6 Terra (max) → Claude Opus 5 (medium) | Long-document retrieval and synthesis, ordered on AA-LCR, cost, and throughput |
126
- | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) | Fast multi-step agentic loops, multimodal checks |
127
- | 📡 live-search | Grok 4.6 | (off) | Realtime X/web search and social context |
126
+ | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) → Claude Haiku 4.5 | Fast multi-step agentic loops, multimodal checks |
127
+ | 📡 live-search | Grok 4.6 | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | Realtime X/web search and social context |
128
128
  | 🚰 coding-overflow | Grok 4.6 | Gemini 3.7 Flash (High) → Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex-quota relief valve for mid-tier coding |
129
129
  | 🗳️ arbitrate | off (opt-in vote panel) | — | Built-in opinion panel for big calls — disabled by default; enable it in `routing.local.yaml`, one call per voter per round |
130
130
 
@@ -157,12 +157,12 @@ with who is driving. What changes is which lanes you **self-execute** (you
157
157
  already are that model, so no second call) versus **dispatch**. Your harness's
158
158
  `omnilane` skill applies the right row automatically; this is the human view.
159
159
 
160
- - **Claude Code · Fable 5.1** — self-execute: hard-judgment, taste-final, hardest-coding. Dispatch bulk → Codex Sol high; long-context and fast loops → Gemini 3.7 Flash; live-search → Grok.
161
- - **Claude Code · Opus 5** — self-execute: hard-judgment and taste-final when its lower hallucination rate or price is preferred. Dispatch hardest coding → Fable 5.1 or Sol, bulk → Sol high, long-context and fast loops → Gemini 3.7 Flash, live-search → Grok.
160
+ - **Claude Code · Fable 5.1** — self-execute: taste-final, hardest-coding. Dispatch hard-judgment → Opus 5; bulk → Codex Sol high; long-context and fast loops → Gemini 3.7 Flash; live-search → Grok.
161
+ - **Claude Code · Opus 5** — self-execute: hard-judgment, its default lane. Use a local override for taste-final when its lower hallucination rate or price is preferred. Dispatch hardest coding → Fable 5.1 or Sol, bulk → Sol high, long-context and fast loops → Gemini 3.7 Flash, live-search → Grok.
162
162
  - **Codex · Sol** — self-execute: hardest-coding, bulk-mechanical, hard-judgment, ui-draft. Dispatch taste-final → Claude, long-context and fast loops → Gemini 3.7 Flash, live-search → Grok.
163
163
  - **Codex · Terra** — self-execute: long-context as the Codex fallback. Bulk-mechanical now defaults to Sol high; escalate hardest pieces to Sol xhigh, taste → Claude, fast loops → Gemini 3.7 Flash, live-search → Grok.
164
- - **Grok Build · Grok 4.6** — self-execute: live-search and coding-overflow. Dispatch hard coding/judgment/taste to Codex/Claude/Gemini; verify API signatures and cited facts.
165
- - **Antigravity · Gemini 3.7 Flash** — self-execute: long-context and fast loops at Medium, bulk/overflow at High, triage at Low. Dispatch hardest coding/judgment/taste to Codex/Claude; live-search → Grok.
164
+ - **Grok Build · Grok 4.6** — self-execute: live-search and coding-overflow, plus fallback duty in hardest-coding, hard-judgment, and taste-final. Dispatch primary hard coding/judgment/taste work to Codex/Claude/Gemini when available; verify API signatures and cited facts.
165
+ - **Antigravity · Gemini 3.7 Flash** — self-execute: long-context and fast loops at Medium, bulk/overflow at High, triage at Low, plus fallback duty (High) in hardest-coding, taste-final, ui-draft, and live-search. Dispatch primary hardest coding/judgment/taste to Codex/Claude when available.
166
166
 
167
167
  </details>
168
168
 
@@ -500,9 +500,12 @@ with the key you set — those are advise-only and never edit files.
500
500
 
501
501
  <br/>
502
502
 
503
- Fable 5.1 now leads `hardest-coding`, `hard-judgment`, and `taste-final`.
504
- At matched xhigh effort it leads Opus 5 on intelligence, agentic work, and
505
- coding. Sol max remains the far cheaper cross-vendor judgment fallback.
503
+ Fable 5.1 now leads `hardest-coding` and `taste-final`. At matched xhigh
504
+ effort it leads Opus 5 on intelligence, agentic work, and coding. Sol max
505
+ remains the far cheaper cross-vendor judgment fallback. `hard-judgment`
506
+ itself now defaults to Opus 5 xhigh: it returns 97.7% of Fable's agentic
507
+ score at 68% of the cost and a lower hallucination rate, so on that lane's
508
+ own per-cost criterion the cheaper configuration wins.
506
509
 
507
510
  | Benchmark (AA, retrieved 2026-09-02) | Claude Fable 5.1 (xhigh) | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) |
508
511
  |---|---:|---:|---:|
@@ -513,13 +516,13 @@ coding. Sol max remains the far cheaper cross-vendor judgment fallback.
513
516
  | AA $/task | $2.65 | $1.80 | **$0.95** |
514
517
 
515
518
  Fable 5.1 is not a bulk or triage default: it costs twice Opus 5 per token and
516
- consumes the most Claude Code subscription quota per turn. Opus 5 remains the
517
- lower-hallucination, lower-price Claude option, stays in `long-context` at
518
- medium, and remains selectable everywhere through
519
- `~/.omnilane/routing.local.yaml`:
519
+ consumes the most Claude Code subscription quota per turn. Opus 5 now leads
520
+ `hard-judgment` by default, stays in `long-context` at medium, and remains
521
+ selectable everywhere through `~/.omnilane/routing.local.yaml` for example,
522
+ to bring Fable back:
520
523
 
521
524
  ```yaml
522
- hard-judgment: claude claude-opus-5 xhigh
525
+ hard-judgment: claude claude-fable-5-1 xhigh
523
526
  ```
524
527
 
525
528
  </details>
package/README.zh-CN.md CHANGED
@@ -103,16 +103,16 @@ flowchart LR
103
103
 
104
104
  | 通道 | 首选模型 | 备选模型 | 用途 |
105
105
  |---|---|---|---|
106
- | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) | 最难的实现、深度调试、正确性关键的修改 |
106
+ | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) → Grok 4.6 → Gemini 3.7 Flash (High) | 最难的实现、深度调试、正确性关键的修改 |
107
107
  | 🏗️ bulk-mechanical | GPT-5.6 Sol (high) | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | 重构、迁移、测试、大范围扫描——机械耐力活 |
108
108
  | 🧹 triage | GPT-5.6 Luna (high) | Gemini 3.7 Flash (Low) → Claude Haiku 4.5 | 大量扫描、第一轮筛选 |
109
- | ⚖️ hard-judgment | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | 架构裁决、深度推理、第二意见 |
110
- | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) | 对外文字、提示词/文档润色、风格裁决 |
109
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | 架构裁决、深度推理、第二意见 |
110
+ | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) → Grok 4.6 → Gemini 3.7 Flash (High) | 对外文字、提示词/文档润色、风格裁决 |
111
111
  | 💬 consult | GPT-5.6 Sol (max) | Claude Fable 5.1 (high) → Grok 4.6 → Gemini 3.7 Flash (High) | 直接指定模型咨询;保留 `--vendor` 避免降级 |
112
- | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) | 仅在提供设计系统/参考图时生成 UI 草稿 |
112
+ | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) → Gemini 3.7 Flash (High) | 仅在提供设计系统/参考图时生成 UI 草稿 |
113
113
  | 📚 long-context | Gemini 3.7 Flash (Medium) | GPT-5.6 Terra (max) → Claude Opus 5 (medium) | 长文档提取与综合,按 AA-LCR、成本和吞吐排序 |
114
- | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) | 高速多步骤工具循环、多模态检查 |
115
- | 📡 live-search | Grok 4.6 | (`off`) | 实时 X/网页搜索与社交上下文 |
114
+ | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) → Claude Haiku 4.5 | 高速多步骤工具循环、多模态检查 |
115
+ | 📡 live-search | Grok 4.6 | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | 实时 X/网页搜索与社交上下文 |
116
116
  | 🚰 coding-overflow | Grok 4.6 | Gemini 3.7 Flash (High) → Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 配额耗尽时的中量级编码安全阀 |
117
117
  | 🗳️ arbitrate | `off`(可选模型评审团) | — | 重大决定的内置意见评审团;默认禁用,在 `routing.local.yaml` 启用,每位评审每轮调用一次 |
118
118
 
@@ -140,12 +140,12 @@ flowchart LR
140
140
  你哪些通道**自己做**(你本来就是那个模型,省一次调用)、哪些**派出去**。你 CLI 里
141
141
  的 `omnilane` 技能会自动套对的那一行,这里是给人看的版本。
142
142
 
143
- - **Claude Code · Fable 5.1**——自己执行:hard-judgment、taste-final、hardest-coding。派发:bulk → Codex Sol high;long-context/高速循环 → Gemini 3.7 Flash;实时搜索 → Grok。
144
- - **Claude Code · Opus 5**——需要更低幻觉率或价格时,自己执行 hard-judgmenttaste-final。最难编码 → Fable 5.1 或 Sol;bulk → Sol high;long-context/高速循环 → Gemini 3.7 Flash;实时搜索 → Grok。
143
+ - **Claude Code · Fable 5.1**——自己执行:taste-final、hardest-coding。派发:hard-judgment → Opus 5;bulk → Codex Sol high;long-context/高速循环 → Gemini 3.7 Flash;实时搜索 → Grok。
144
+ - **Claude Code · Opus 5**——自己执行:hard-judgment(默认车道)。需要更低幻觉率或价格时,用本地覆写让它接手 taste-final。最难编码 → Fable 5.1 或 Sol;bulk → Sol high;long-context/高速循环 → Gemini 3.7 Flash;实时搜索 → Grok。
145
145
  - **Codex · Sol**——自己执行:hardest-coding、bulk-mechanical、hard-judgment、ui-draft。派发:taste-final → Claude;long-context/高速循环 → Gemini 3.7 Flash;实时搜索 → Grok。
146
146
  - **Codex · Terra**——自己执行 long-context 的 Codex 备用任务;bulk-mechanical 现在默认由 Sol high 处理。最难部分升级到 Sol xhigh,taste → Claude,高速循环 → Gemini 3.7 Flash,实时搜索 → Grok。
147
- - **Grok Build · Grok 4.6**——自己执行 live-search、coding-overflow。最难的编码/判断/文字交给 Codex、Claude、Gemini;仍需验证 API 签名和引用事实。
148
- - **Antigravity · Gemini 3.7 Flash**——自己执行:Medium 的 long-context/高速循环、High 的 bulk/overflow、Low 的 triage。最难编码/判断/文字交给 Codex、Claude;实时搜索 → Grok
147
+ - **Grok Build · Grok 4.6**——自己执行 live-search、coding-overflow,并兼任 hardest-coding、hard-judgment、taste-final 的备用。首选可用时,最难的编码/判断/文字交给 Codex、Claude、Gemini;仍需验证 API 签名和引用事实。
148
+ - **Antigravity · Gemini 3.7 Flash**——自己执行:Medium 的 long-context/高速循环、High 的 bulk/overflow、Low 的 triage,并以 High 兼任 hardest-coding、taste-final、ui-draft、live-search 的备用。首选可用时,最难编码/判断/文字交给 Codex、Claude。
149
149
 
150
150
  </details>
151
151
 
@@ -403,9 +403,11 @@ omnilane goal close "$GOAL_ID" --summary "结账集成已稳定"
403
403
 
404
404
  <br/>
405
405
 
406
- Fable 5.1 现在领跑 `hardest-coding`、`hard-judgment`、`taste-final`。
407
- 同为 xhigh 时,它在智能、代理式工作和编码上都领先 Opus 5;Sol max 则保留为
408
- 便宜得多的跨厂商判断备用项。
406
+ Fable 5.1 现在领跑 `hardest-coding`、`taste-final`。同为 xhigh 时,它在
407
+ 智能、代理式工作和编码上都领先 Opus 5;Sol max 则保留为便宜得多的跨厂商
408
+ 判断备用项。`hard-judgment` 本身现在改为默认走 Opus 5 xhigh:它能拿到
409
+ Fable 代理式分数的 97.7%,成本却只要 68%,幻觉率也更低——按这条车道
410
+ 自身的每成本准则,更便宜的配置胜出。
409
411
 
410
412
  | 评测(AA,抓取于 2026-09-02) | Claude Fable 5.1 (xhigh) | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) |
411
413
  |---|---:|---:|---:|
@@ -416,12 +418,12 @@ Fable 5.1 现在领跑 `hardest-coding`、`hard-judgment`、`taste-final`。
416
418
  | AA 每任务成本 | $2.65 | $1.80 | **$0.95** |
417
419
 
418
420
  Fable 5.1 没进入 bulk 或 triage:每 token 价格是 Opus 5 的两倍,而且每轮
419
- 消耗最多 Claude Code 订阅配额。Opus 5 仍是幻觉率更低、价格更低的 Claude
420
- 选项,并以 medium 保留在 `long-context`;也能通过
421
- `~/.omnilane/routing.local.yaml` 放回任意通道:
421
+ 消耗最多 Claude Code 订阅配额。Opus 5 现在默认领跑 `hard-judgment`,并以
422
+ medium 保留在 `long-context`;也能通过 `~/.omnilane/routing.local.yaml`
423
+ 随时放回任意通道——例如把 Fable 换回来:
422
424
 
423
425
  ```yaml
424
- hard-judgment: claude claude-opus-5 xhigh
426
+ hard-judgment: claude claude-fable-5-1 xhigh
425
427
  ```
426
428
 
427
429
  </details>
package/README.zh-TW.md CHANGED
@@ -103,16 +103,16 @@ flowchart LR
103
103
 
104
104
  | 通道 | 首選模型 | 備選模型 | 用途 |
105
105
  |---|---|---|---|
106
- | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) | 最難的實作、深度除錯、正確性攸關的修改 |
106
+ | 🔥 hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) → Grok 4.6 → Gemini 3.7 Flash (High) | 最難的實作、深度除錯、正確性攸關的修改 |
107
107
  | 🏗️ bulk-mechanical | GPT-5.6 Sol (high) | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | 重構、搬遷、測試、大面積掃描——機械耐力活 |
108
108
  | 🧹 triage | GPT-5.6 Luna (high) | Gemini 3.7 Flash (Low) → Claude Haiku 4.5 | 大量掃描、第一輪篩選 |
109
- | ⚖️ hard-judgment | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | 架構裁決、深度推理、第二意見 |
110
- | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) | 對外文字、提示詞/文件潤飾、風格裁決 |
109
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | 架構裁決、深度推理、第二意見 |
110
+ | ✒️ taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) → Grok 4.6 → Gemini 3.7 Flash (High) | 對外文字、提示詞/文件潤飾、風格裁決 |
111
111
  | 💬 consult | GPT-5.6 Sol (max) | Claude Fable 5.1 (high) → Grok 4.6 → Gemini 3.7 Flash (High) | 直接點名模型諮詢;保留 `--vendor` 避免降級 |
112
- | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) | 只有在附設計系統/參考圖時才做 UI 草稿 |
112
+ | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) → Gemini 3.7 Flash (High) | 只有在附設計系統/參考圖時才做 UI 草稿 |
113
113
  | 📚 long-context | Gemini 3.7 Flash (Medium) | GPT-5.6 Terra (max) → Claude Opus 5 (medium) | 長文件擷取與整合,依 AA-LCR、成本與吞吐排序 |
114
- | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) | 高速多步驟工具迴圈、多模態檢查 |
115
- | 📡 live-search | Grok 4.6 | (`off`) | 即時 X/網頁搜尋與社群脈絡 |
114
+ | ⚡ fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) → Claude Haiku 4.5 | 高速多步驟工具迴圈、多模態檢查 |
115
+ | 📡 live-search | Grok 4.6 | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | 即時 X/網頁搜尋與社群脈絡 |
116
116
  | 🚰 coding-overflow | Grok 4.6 | Gemini 3.7 Flash (High) → Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 額度用完時的中量級編碼安全閥 |
117
117
  | 🗳️ arbitrate | `off`(選配模型評審團) | — | 重大決定的內建意見評審團;預設停用,在 `routing.local.yaml` 啟用,每位評審每輪一次呼叫 |
118
118
 
@@ -140,12 +140,12 @@ flowchart LR
140
140
  你哪些通道**自己做**(你本來就是那個模型,省一次呼叫)、哪些**派出去**。你 CLI 裡
141
141
  的 `omnilane` 技能會自動套對的那一列,這裡是給人看的版本。
142
142
 
143
- - **Claude Code · Fable 5.1**——自己做:hard-judgment、taste-final、hardest-coding。派出去:bulk → Codex Sol high;long-context/高速迴圈 → Gemini 3.7 Flash;即時搜尋 → Grok。
144
- - **Claude Code · Opus 5**——需要較低幻覺率或價格時,自己做 hard-judgmenttaste-final。最難編碼 → Fable 5.1 或 Sol;bulk → Sol high;long-context/高速迴圈 → Gemini 3.7 Flash;即時搜尋 → Grok。
143
+ - **Claude Code · Fable 5.1**——自己做:taste-final、hardest-coding。派出去:hard-judgment → Opus 5;bulk → Codex Sol high;long-context/高速迴圈 → Gemini 3.7 Flash;即時搜尋 → Grok。
144
+ - **Claude Code · Opus 5**——自己做:hard-judgment,這是它的預設車道。需要較低幻覺率或價格時,用本機覆寫讓它接手 taste-final。最難編碼 → Fable 5.1 或 Sol;bulk → Sol high;long-context/高速迴圈 → Gemini 3.7 Flash;即時搜尋 → Grok。
145
145
  - **Codex · Sol**——自己做:hardest-coding、bulk-mechanical、hard-judgment、ui-draft。派出去:taste-final → Claude;long-context/高速迴圈 → Gemini 3.7 Flash;即時搜尋 → Grok。
146
146
  - **Codex · Terra**——自己做 long-context 的 Codex 備援;bulk-mechanical 已改由 Sol high 預設處理。最難處升級 Sol xhigh,taste → Claude,高速迴圈 → Gemini 3.7 Flash,即時搜尋 → Grok。
147
- - **Grok Build · Grok 4.6**——自己做 live-search、coding-overflow。最難的編碼/判斷/文字交給 Codex、Claude、Gemini;仍要驗證 API 簽章與引用事實。
148
- - **Antigravity · Gemini 3.7 Flash**——自己做:Medium 的 long-context/高速迴圈、High 的 bulk/overflow、Low 的 triage。最難編碼/判斷/文字交給 Codex、Claude;即時搜尋 → Grok
147
+ - **Grok Build · Grok 4.6**——自己做 live-search、coding-overflow,並兼任 hardest-coding、hard-judgment、taste-final 的備援。首選人手在的話,最難的編碼/判斷/文字交給 Codex、Claude、Gemini;仍要驗證 API 簽章與引用事實。
148
+ - **Antigravity · Gemini 3.7 Flash**——自己做:Medium 的 long-context/高速迴圈、High 的 bulk/overflow、Low 的 triage,並以 High 兼任 hardest-coding、taste-final、ui-draft、live-search 的備援。首選人手在的話,最難編碼/判斷/文字交給 Codex、Claude。
149
149
 
150
150
  </details>
151
151
 
@@ -430,9 +430,11 @@ omnilane goal close "$GOAL_ID" --summary "結帳整合已穩定"
430
430
 
431
431
  <br/>
432
432
 
433
- Fable 5.1 現在領頭 `hardest-coding`、`hard-judgment`、`taste-final`。
434
- 同為 xhigh 時,它在智慧、代理式工作與編碼都領先 Opus 5;Sol max 則保留為
435
- 便宜許多的跨廠商判斷備援。
433
+ Fable 5.1 現在領頭 `hardest-coding`、`taste-final`。同為 xhigh 時,它在智慧、
434
+ 代理式工作與編碼都領先 Opus 5;Sol max 則保留為便宜許多的跨廠商判斷備援。
435
+ `hard-judgment` 本身現在改以 Opus 5 xhigh 為預設:它能拿到 Fable 代理式分數
436
+ 的 97.7%,成本卻只要 68%,幻覺率也更低——依這條車道自己的每成本準則,較
437
+ 便宜的組態勝出。
436
438
 
437
439
  | 評測(AA,擷取於 2026-09-02) | Claude Fable 5.1 (xhigh) | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) |
438
440
  |---|---:|---:|---:|
@@ -443,12 +445,12 @@ Fable 5.1 現在領頭 `hardest-coding`、`hard-judgment`、`taste-final`。
443
445
  | AA 每任務成本 | $2.65 | $1.80 | **$0.95** |
444
446
 
445
447
  Fable 5.1 沒進 bulk 或 triage:每 token 價格是 Opus 5 的兩倍,而且每回合
446
- 消耗最多 Claude Code 訂閱額度。Opus 5 仍是較低幻覺率、較低價格的 Claude
447
- 選項,並以 medium 留在 `long-context`;也能透過
448
- `~/.omnilane/routing.local.yaml` 放回任何通道:
448
+ 消耗最多 Claude Code 訂閱額度。Opus 5 現在預設領頭 `hard-judgment`,並以
449
+ medium 留在 `long-context`;也能透過 `~/.omnilane/routing.local.yaml`
450
+ 放回任何通道——例如把 Fable 換回來:
449
451
 
450
452
  ```yaml
451
- hard-judgment: claude claude-opus-5 xhigh
453
+ hard-judgment: claude claude-fable-5-1 xhigh
452
454
  ```
453
455
 
454
456
  </details>
package/VERSION CHANGED
@@ -1 +1 @@
1
- 0.33.0
1
+ 0.34.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnilane",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "One routing table, every harness — classify subtasks into lanes and dispatch each lane to the best vendor's agentic CLI (Codex, Claude, Gemini, Grok) using your existing subscription logins.",
5
5
  "bin": {
6
6
  "omnilane": "bin/omnilane"
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://antigravity.google/schemas/v1/plugin.json",
3
3
  "name": "omnilane",
4
- "version": "0.33.0",
4
+ "version": "0.34.0",
5
5
  "description": "One routing table, every harness: classify subtasks into lanes and auto-dispatch each lane to the best vendor CLI (Codex, Claude Code, Grok Build, Antigravity) with background jobs, depth guard, and serialized codex dispatch."
6
6
  }
package/routing.yaml CHANGED
@@ -20,25 +20,25 @@
20
20
  # standard short-context API tier — on subscription CLIs treat $ as relative ranking.
21
21
  # Your own job outcomes (~/.omnilane/jobs/) outrank these priors; edit lanes to match.
22
22
 
23
- hardest-coding: claude claude-fable-5-1 xhigh | codex gpt-5.6-sol xhigh # ordered on coding capability: the leading Claude tier wins both coding components; Sol remains the established Codex-harness value fallback
23
+ hardest-coding: claude claude-fable-5-1 xhigh | codex gpt-5.6-sol xhigh | grok grok-4.6 - | gemini "Gemini 3.7 Flash (High)" - # ordered on coding capability: the leading Claude tier wins both coding components; Sol remains the established Codex-harness value fallback; Grok and Flash High keep the lane alive when neither subscription is reachable
24
24
  bulk-mechanical: codex gpt-5.6-sol high | gemini "Gemini 3.7 Flash (High)" - | claude claude-sonnet-5 high # ordered on endurance per dollar: Sol dominates Terra within Codex; current Flash is the faster, cheaper middle fallback; Sonnet preserves subscription quota
25
25
  triage: codex gpt-5.6-luna high | gemini "Gemini 3.7 Flash (Low)" - | claude claude-haiku-4-5 - # ordered on cost per task at usable intelligence: Luna high buys a meaningful quality lift cheaply; Flash and Haiku are low-cost cross-vendor fallbacks
26
- hard-judgment: claude claude-fable-5-1 xhigh | codex gpt-5.6-sol max | grok grok-4.6 - # ordered on agentic knowledge work: Fable leads the Claude field; Sol stays ahead of Grok because Grok effort is ignored and its reproduced row is unknown
27
- taste-final: claude claude-fable-5-1 high | codex gpt-5.6-sol max # ordered on prose and polish: Fable leads Opus on intelligence and factual breadth; Sol is the cross-vendor fallback
26
+ hard-judgment: claude claude-opus-5 xhigh | codex gpt-5.6-sol max | grok grok-4.6 - # ordered on agentic knowledge work per cost: Opus nearly matches Fable's agentic score at meaningfully lower cost and a lower hallucination rate; Sol stays ahead of Grok because Grok effort is ignored and its reproduced row is unknown
27
+ taste-final: claude claude-fable-5-1 high | codex gpt-5.6-sol max | grok grok-4.6 - | gemini "Gemini 3.7 Flash (High)" - # ordered on prose and polish: Fable leads Opus on intelligence and factual breadth; Sol is the cross-vendor fallback; Grok matches Sol on intelligence with a far better factual score and lower hallucination rate; Flash High closes out the lane
28
28
  consult: codex gpt-5.6-sol max | claude claude-fable-5-1 high | grok grok-4.6 - | gemini "Gemini 3.7 Flash (High)" - # direct named-model chain uses the strongest current Claude and Flash slots; keep --vendor to prevent fallback
29
- ui-draft: codex gpt-5.6-sol xhigh | claude claude-fable-5-1 high # ordered for drafts with a design system or reference images: Sol leads measured multimodal and coding evidence; Fable follows for polish
29
+ ui-draft: codex gpt-5.6-sol xhigh | claude claude-fable-5-1 high | gemini "Gemini 3.7 Flash (High)" - # ordered for drafts with a design system or reference images: Sol leads measured multimodal and coding evidence; Fable follows for polish; Flash High holds the highest measured multimodal score among the cheapest three and keeps the lane alive
30
30
  long-context: gemini "Gemini 3.7 Flash (Medium)" - | codex gpt-5.6-terra max | claude claude-opus-5 medium # ordered on long-context reasoning, then cost and throughput: Flash leads; Terra matches its long-context result; Opus is the cheaper Claude fallback
31
- fast-agentic: gemini "Gemini 3.7 Flash (Medium)" - | codex gpt-5.6-luna high # ordered on interactive tool-loop latency: Flash gives up little agentic quality for far faster first output; Luna high is the low-latency Codex fallback
32
- live-search: grok grok-4.6 - | off # native X and web search lane; no real substitute
31
+ fast-agentic: gemini "Gemini 3.7 Flash (Medium)" - | codex gpt-5.6-luna high | claude claude-haiku-4-5 - # ordered on interactive tool-loop latency: Flash gives up little agentic quality for far faster first output; Luna high is the low-latency Codex fallback; Haiku adds a low-latency Claude fallback
32
+ live-search: grok grok-4.6 - | gemini "Gemini 3.7 Flash (High)" - | claude claude-sonnet-5 high | off # native X and web search lane; Grok is the only candidate with real live search — Flash and Sonnet fall back to their own web-search tools so a missing Grok CLI does not strand the lane entirely
33
33
  coding-overflow: grok grok-4.6 - | gemini "Gemini 3.7 Flash (High)" - | kimi kimi-k3 - | qwen qwen3-coder-plus - | opencode - - | off # coding relief ordered by capability and value: Grok has the lowest frontier hallucination rate; Flash is the cheapest strong coder here; revisit the best-value Qwen tier when its CLI alias can be verified
34
34
  arbitrate: off - - # opinion panel remains opt-in because each voter and round consumes quota
35
35
  # Enable: `arbitrate: vote codex,claude,grok -` (any 1-4 of codex/claude/grok/gemini)
36
36
  # Debate round (each voter rebuts the others): set the effort field to 2.
37
37
  # Custom gate: `arbitrate: exec /path/to/script -`
38
- # Claude Fable 5.1 is in the judgment, taste, and hardest-coding defaults because
39
- # it leads Opus 5 on every Artificial Analysis axis at the same effort.
40
- # It is not in bulk or triage: it prices at twice Opus 5 per token and consumes
41
- # the most subscription quota per turn. Opus 5 remains the lower-hallucination,
42
- # lower-price Claude choice and can return to any lane via
43
- # ~/.omnilane/routing.local.yaml, for example:
44
- # hard-judgment: claude claude-opus-5 xhigh
38
+ # Claude Fable 5.1 is in the taste and hardest-coding defaults because it leads
39
+ # Opus 5 on every Artificial Analysis axis at the same effort. It is not in
40
+ # bulk or triage: it prices at twice Opus 5 per token and consumes the most
41
+ # subscription quota per turn. Opus 5 now leads hard-judgment on a per-cost,
42
+ # lower-hallucination basis and remains selectable everywhere via
43
+ # ~/.omnilane/routing.local.yaml, for example, to bring Fable back:
44
+ # hard-judgment: claude claude-fable-5-1 xhigh
@@ -68,26 +68,26 @@ what dispatch picks when the first-choice vendor CLI is not installed.
68
68
 
69
69
  | Lane | First choice | Backup | When |
70
70
  |---|---|---|---|
71
- | hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) | Hardest implementation, deep root-cause debug, correctness-critical edits |
71
+ | hardest-coding | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (xhigh) → Grok 4.6 → Gemini 3.7 Flash (High) | Hardest implementation, deep root-cause debug, correctness-critical edits |
72
72
  | bulk-mechanical | GPT-5.6 Sol (high) | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) | Refactors, migrations, tests, review sweeps — mechanical endurance |
73
73
  | triage | GPT-5.6 Luna (high) | Gemini 3.7 Flash (Low) → Claude Haiku 4.5 | High-volume scans, first-pass filtering |
74
- | hard-judgment | Claude Fable 5.1 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | Architecture arbitration, deep reasoning, second opinions |
75
- | taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) | User-facing prose, prompt/doc polish, Chinese phrasing, style arbitration |
74
+ | hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) → Grok 4.6 | Architecture arbitration, deep reasoning, second opinions |
75
+ | taste-final | Claude Fable 5.1 (high) | GPT-5.6 Sol (max) → Grok 4.6 → Gemini 3.7 Flash (High) | User-facing prose, prompt/doc polish, Chinese phrasing, style arbitration |
76
76
  | consult | GPT-5.6 Sol (max) | Claude Fable 5.1 (high) → Grok 4.6 → Gemini 3.7 Flash (High) | Direct named-model consultation; always keep `--vendor` |
77
- | ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) | UI drafts only WITH a design system / reference images; open-ended visual taste goes to taste-final |
77
+ | ui-draft | GPT-5.6 Sol (xhigh) | Claude Fable 5.1 (high) → Gemini 3.7 Flash (High) | UI drafts only WITH a design system / reference images; open-ended visual taste goes to taste-final |
78
78
  | long-context | Gemini 3.7 Flash (Medium) | GPT-5.6 Terra (max) → Claude Opus 5 (medium) | Long-context synthesis ordered on AA-LCR, then cost and throughput |
79
- | fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) | Fast multi-step agentic loops, multimodal checks |
80
- | live-search | Grok 4.6 | (off) | Realtime X/web search and social context |
79
+ | fast-agentic | Gemini 3.7 Flash (Medium) | GPT-5.6 Luna (high) → Claude Haiku 4.5 | Fast multi-step agentic loops, multimodal checks |
80
+ | live-search | Grok 4.6 | Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) → off | Realtime X/web search and social context; Flash/Sonnet fall back to their own web-search tools |
81
81
  | coding-overflow | Grok 4.6 | Gemini 3.7 Flash (High) → Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex-quota relief valve for mid-tier coding; verify factual claims |
82
82
  | arbitrate | off (opt-in vote panel) | — | Disabled by default. Enable with `arbitrate: vote codex,claude,grok -` in routing.local.yaml or via the configurator (any 1-4 voters). One quota hit PER VOTER PER ROUND; you chair: read the opinions and own the decision. Effort field 2 = debate round (voters rebut each other) |
83
83
 
84
- Claude Fable 5.1 (`claude-fable-5-1`) is in the judgment, taste, and
85
- hardest-coding defaults because it leads Opus 5 on every Artificial Analysis
86
- axis at the same effort. It is not in bulk or triage because it prices at twice
87
- Opus 5 per token and consumes the most subscription quota per turn. Opus 5
88
- remains the lower-hallucination, lower-price Claude choice and can return to any
89
- lane via `~/.omnilane/routing.local.yaml`, for example:
90
- `hard-judgment: claude claude-opus-5 xhigh`.
84
+ Claude Fable 5.1 (`claude-fable-5-1`) is in the taste and hardest-coding
85
+ defaults because it leads Opus 5 on every Artificial Analysis axis at the same
86
+ effort. It is not in bulk or triage because it prices at twice Opus 5 per token
87
+ and consumes the most subscription quota per turn. Opus 5 now leads
88
+ hard-judgment on a per-cost, lower-hallucination basis and remains selectable
89
+ everywhere via `~/.omnilane/routing.local.yaml`, for example, to bring Fable
90
+ back: `hard-judgment: claude claude-fable-5-1 xhigh`.
91
91
 
92
92
  ## Natural-language consultation
93
93
 
@@ -193,24 +193,29 @@ dispatch stay in this skill and the CLI. Manage the local board with
193
193
 
194
194
  ## Per-model notes (apply the row matching YOUR main model)
195
195
 
196
- - **Claude Fable 5.1 main**: hard judgment, taste finalization, and the hardest
197
- coding are yours. Dispatch bulk work to Sol high and long-context or fast
198
- loops to Gemini 3.7 Flash.
199
- - **Claude Opus 5 main**: judgment and taste remain its strongest lanes, but the commander still dispatches them;
200
- use local overrides when its lower hallucination rate or price is preferred.
201
- - **Claude Sonnet main**: coordination/tools/mid-tier coding only; never
202
- self-assign top judgment or hardest implementation.
196
+ - **Claude Fable 5.1 main**: taste finalization and the hardest coding are
197
+ yours; hard judgment now defaults to Opus 5. Dispatch bulk work to Sol high,
198
+ hard judgment to Opus 5 xhigh, and long-context or fast loops to Gemini 3.7
199
+ Flash.
200
+ - **Claude Opus 5 main**: hard judgment is now yours by default. Taste-final
201
+ remains Fable's; use local overrides when Opus's lower hallucination rate or
202
+ price is preferred there.
203
+ - **Claude Sonnet main**: coordination/tools/mid-tier coding only, plus
204
+ fallback duty in bulk-mechanical and live-search; never self-assign top
205
+ judgment or hardest implementation.
203
206
  - **GPT Sol main**: hardest coding + hard judgment are yours (use max for
204
207
  judgment turns, xhigh for coding); cross to taste-final for style calls.
205
208
  - **GPT Terra main**: long-context Codex fallback work is yours at max;
206
209
  bulk-mechanical now defaults to Sol high, and genuinely hardest pieces
207
210
  escalate to Sol xhigh.
208
- - **Grok 4.6 main**: live-search and coding overflow are yours; its measured
211
+ - **Grok 4.6 main**: live-search and coding overflow are yours, plus fallback
212
+ duty in hardest-coding, hard-judgment, and taste-final; its measured
209
213
  hallucination rate is the lowest among the frontier rows, but still verify
210
214
  every API signature and cited fact before shipping.
211
215
  - **Gemini 3.7 Flash main**: long-context and fast agentic/multimodal loops
212
- are yours at the lane's configured effort; bulk and overflow use the high row.
213
- Never self-assign top judgment.
216
+ are yours at the lane's configured effort; bulk and overflow use the high
217
+ row, plus fallback duty (High) in hardest-coding, taste-final, ui-draft, and
218
+ live-search. Never self-assign top judgment.
214
219
  - **Gemini 3.1 Pro main**: it remains directly selectable, but the default
215
220
  long-context lane now prefers Gemini 3.7 Flash on LCR, cost, and throughput;
216
221
  route hardest coding and judgment to the stronger Codex and Claude lanes.