update 1
Showing
23 changed files
with
78 additions
and
56 deletions
| 1 | # oh-my-codex agent: analyst | 1 | # oh-my-codex agent: analyst |
| 2 | name = "analyst" | 2 | name = "analyst" |
| 3 | description = "Requirements clarity, acceptance criteria, hidden constraints" | 3 | description = "Requirements clarity, acceptance criteria, hidden constraints" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "medium" | 6 | model_reasoning_effort = "medium" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -167,5 +168,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -167,5 +168,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 167 | - posture: frontier-orchestrator | 168 | - posture: frontier-orchestrator |
| 168 | - model_class: frontier | 169 | - model_class: frontier |
| 169 | - routing_role: leader | 170 | - routing_role: leader |
| 170 | - resolved_model: gpt-5.5 | 171 | - resolved_model: gpt-5.4 |
| 171 | """ | 172 | """ | ... | ... |
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | name = "architect" | 2 | name = "architect" |
| 3 | description = "System design, boundaries, interfaces, long-horizon tradeoffs" | 3 | description = "System design, boundaries, interfaces, long-horizon tradeoffs" |
| 4 | model = "gpt-5.4-mini" | 4 | model = "gpt-5.4-mini" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> | ... | ... |
| 1 | # oh-my-codex agent: code-reviewer | 1 | # oh-my-codex agent: code-reviewer |
| 2 | name = "code-reviewer" | 2 | name = "code-reviewer" |
| 3 | description = "Comprehensive review across all concerns" | 3 | description = "Comprehensive review across all concerns" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -171,5 +172,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -171,5 +172,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 171 | - posture: frontier-orchestrator | 172 | - posture: frontier-orchestrator |
| 172 | - model_class: frontier | 173 | - model_class: frontier |
| 173 | - routing_role: leader | 174 | - routing_role: leader |
| 174 | - resolved_model: gpt-5.5 | 175 | - resolved_model: gpt-5.4 |
| 175 | """ | 176 | """ | ... | ... |
| 1 | # oh-my-codex agent: code-simplifier | 1 | # oh-my-codex agent: code-simplifier |
| 2 | name = "code-simplifier" | 2 | name = "code-simplifier" |
| 3 | description = "Simplifies recently modified code for clarity and consistency without changing behavior" | 3 | description = "Simplifies recently modified code for clarity and consistency without changing behavior" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -163,5 +164,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -163,5 +164,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 163 | - posture: deep-worker | 164 | - posture: deep-worker |
| 164 | - model_class: frontier | 165 | - model_class: frontier |
| 165 | - routing_role: executor | 166 | - routing_role: executor |
| 166 | - resolved_model: gpt-5.5 | 167 | - resolved_model: gpt-5.4 |
| 167 | """ | 168 | """ | ... | ... |
| 1 | # oh-my-codex agent: critic | 1 | # oh-my-codex agent: critic |
| 2 | name = "critic" | 2 | name = "critic" |
| 3 | description = "Plan/design critical challenge and review" | 3 | description = "Plan/design critical challenge and review" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -112,5 +113,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -112,5 +113,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 112 | - posture: frontier-orchestrator | 113 | - posture: frontier-orchestrator |
| 113 | - model_class: frontier | 114 | - model_class: frontier |
| 114 | - routing_role: leader | 115 | - routing_role: leader |
| 115 | - resolved_model: gpt-5.5 | 116 | - resolved_model: gpt-5.4 |
| 116 | """ | 117 | """ | ... | ... |
| 1 | # oh-my-codex agent: debugger | 1 | # oh-my-codex agent: debugger |
| 2 | name = "debugger" | 2 | name = "debugger" |
| 3 | description = "Root-cause analysis, regression isolation, failure diagnosis" | 3 | description = "Root-cause analysis, regression isolation, failure diagnosis" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -148,5 +149,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -148,5 +149,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 148 | - posture: deep-worker | 149 | - posture: deep-worker |
| 149 | - model_class: standard | 150 | - model_class: standard |
| 150 | - routing_role: executor | 151 | - routing_role: executor |
| 151 | - resolved_model: gpt-5.5 | 152 | - resolved_model: gpt-5.4 |
| 152 | """ | 153 | """ | ... | ... |
| 1 | # oh-my-codex agent: dependency-expert | 1 | # oh-my-codex agent: dependency-expert |
| 2 | name = "dependency-expert" | 2 | name = "dependency-expert" |
| 3 | description = "External SDK/API/package evaluation" | 3 | description = "External SDK/API/package evaluation" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -161,5 +162,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -161,5 +162,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 161 | - posture: frontier-orchestrator | 162 | - posture: frontier-orchestrator |
| 162 | - model_class: standard | 163 | - model_class: standard |
| 163 | - routing_role: specialist | 164 | - routing_role: specialist |
| 164 | - resolved_model: gpt-5.5 | 165 | - resolved_model: gpt-5.4 |
| 165 | """ | 166 | """ | ... | ... |
| 1 | # oh-my-codex agent: designer | 1 | # oh-my-codex agent: designer |
| 2 | name = "designer" | 2 | name = "designer" |
| 3 | description = "UX/UI architecture, interaction design" | 3 | description = "UX/UI architecture, interaction design" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -157,5 +158,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -157,5 +158,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 157 | - posture: deep-worker | 158 | - posture: deep-worker |
| 158 | - model_class: standard | 159 | - model_class: standard |
| 159 | - routing_role: executor | 160 | - routing_role: executor |
| 160 | - resolved_model: gpt-5.5 | 161 | - resolved_model: gpt-5.4 |
| 161 | """ | 162 | """ | ... | ... |
| 1 | # oh-my-codex agent: executor | 1 | # oh-my-codex agent: executor |
| 2 | name = "executor" | 2 | name = "executor" |
| 3 | description = "Code implementation, refactoring, feature work" | 3 | description = "Code implementation, refactoring, feature work" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "medium" | 6 | model_reasoning_effort = "medium" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -139,5 +140,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -139,5 +140,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 139 | - posture: deep-worker | 140 | - posture: deep-worker |
| 140 | - model_class: standard | 141 | - model_class: standard |
| 141 | - routing_role: executor | 142 | - routing_role: executor |
| 142 | - resolved_model: gpt-5.5 | 143 | - resolved_model: gpt-5.4 |
| 143 | """ | 144 | """ | ... | ... |
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | name = "explore" | 2 | name = "explore" |
| 3 | description = "Fast codebase search and file/symbol mapping" | 3 | description = "Fast codebase search and file/symbol mapping" |
| 4 | model = "gpt-5.3-codex-spark" | 4 | model = "gpt-5.3-codex-spark" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "low" | 6 | model_reasoning_effort = "low" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> | ... | ... |
| 1 | # oh-my-codex agent: git-master | 1 | # oh-my-codex agent: git-master |
| 2 | name = "git-master" | 2 | name = "git-master" |
| 3 | description = "Commit strategy, history hygiene, rebasing" | 3 | description = "Commit strategy, history hygiene, rebasing" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -145,5 +146,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -145,5 +146,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 145 | - posture: deep-worker | 146 | - posture: deep-worker |
| 146 | - model_class: standard | 147 | - model_class: standard |
| 147 | - routing_role: executor | 148 | - routing_role: executor |
| 148 | - resolved_model: gpt-5.5 | 149 | - resolved_model: gpt-5.4 |
| 149 | """ | 150 | """ | ... | ... |
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | name = "planner" | 2 | name = "planner" |
| 3 | description = "Task sequencing, execution plans, risk flags" | 3 | description = "Task sequencing, execution plans, risk flags" |
| 4 | model = "gpt-5.4-mini" | 4 | model = "gpt-5.4-mini" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> | ... | ... |
| 1 | # oh-my-codex agent: prometheus-strict-metis | 1 | # oh-my-codex agent: prometheus-strict-metis |
| 2 | name = "prometheus-strict-metis" | 2 | name = "prometheus-strict-metis" |
| 3 | description = "Prometheus Strict requirements interviewer and ambiguity mapper" | 3 | description = "Prometheus Strict requirements interviewer and ambiguity mapper" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -300,5 +301,5 @@ This role is tuned for frontier-class models. | ... | @@ -300,5 +301,5 @@ This role is tuned for frontier-class models. |
| 300 | - model_class: frontier | 301 | - model_class: frontier |
| 301 | - routing_role: leader | 302 | - routing_role: leader |
| 302 | - native_subagent_delegation: allowed | 303 | - native_subagent_delegation: allowed |
| 303 | - resolved_model: gpt-5.5 | 304 | - resolved_model: gpt-5.4 |
| 304 | """ | 305 | """ | ... | ... |
| 1 | # oh-my-codex agent: prometheus-strict-momus | 1 | # oh-my-codex agent: prometheus-strict-momus |
| 2 | name = "prometheus-strict-momus" | 2 | name = "prometheus-strict-momus" |
| 3 | description = "Prometheus Strict adversarial plan critic and risk challenger" | 3 | description = "Prometheus Strict adversarial plan critic and risk challenger" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -114,5 +115,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -114,5 +115,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 114 | - posture: frontier-orchestrator | 115 | - posture: frontier-orchestrator |
| 115 | - model_class: frontier | 116 | - model_class: frontier |
| 116 | - routing_role: leader | 117 | - routing_role: leader |
| 117 | - resolved_model: gpt-5.5 | 118 | - resolved_model: gpt-5.4 |
| 118 | """ | 119 | """ | ... | ... |
| 1 | # oh-my-codex agent: prometheus-strict-oracle | 1 | # oh-my-codex agent: prometheus-strict-oracle |
| 2 | name = "prometheus-strict-oracle" | 2 | name = "prometheus-strict-oracle" |
| 3 | description = "Prometheus Strict implementation readiness verifier and handoff judge" | 3 | description = "Prometheus Strict implementation readiness verifier and handoff judge" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -139,5 +140,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -139,5 +140,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 139 | - posture: frontier-orchestrator | 140 | - posture: frontier-orchestrator |
| 140 | - model_class: standard | 141 | - model_class: standard |
| 141 | - routing_role: leader | 142 | - routing_role: leader |
| 142 | - resolved_model: gpt-5.5 | 143 | - resolved_model: gpt-5.4 |
| 143 | """ | 144 | """ | ... | ... |
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | name = "researcher" | 2 | name = "researcher" |
| 3 | description = "External documentation and reference research" | 3 | description = "External documentation and reference research" |
| 4 | model = "gpt-5.4-mini" | 4 | model = "gpt-5.4-mini" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> | ... | ... |
| 1 | # oh-my-codex agent: scholastic | 1 | # oh-my-codex agent: scholastic |
| 2 | name = "scholastic" | 2 | name = "scholastic" |
| 3 | description = "Ontology-first reasoning reviewer: category mistakes, hidden assumptions, modality separation, scholastic critique, and minimal-repair proposals" | 3 | description = "Ontology-first reasoning reviewer: category mistakes, hidden assumptions, modality separation, scholastic critique, and minimal-repair proposals" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | You are a reasoning assistant grounded in structured inquiry and Greek–scholastic traditions. When responding: | 8 | You are a reasoning assistant grounded in structured inquiry and Greek–scholastic traditions. When responding: |
| ... | @@ -43,5 +44,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -43,5 +44,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 43 | - posture: frontier-orchestrator | 44 | - posture: frontier-orchestrator |
| 44 | - model_class: frontier | 45 | - model_class: frontier |
| 45 | - routing_role: leader | 46 | - routing_role: leader |
| 46 | - resolved_model: gpt-5.5 | 47 | - resolved_model: gpt-5.4 |
| 47 | """ | 48 | """ | ... | ... |
| 1 | # oh-my-codex agent: team-executor | 1 | # oh-my-codex agent: team-executor |
| 2 | name = "team-executor" | 2 | name = "team-executor" |
| 3 | description = "Supervised team execution for conservative delivery lanes" | 3 | description = "Supervised team execution for conservative delivery lanes" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "medium" | 6 | model_reasoning_effort = "medium" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -88,5 +89,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -88,5 +89,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 88 | - posture: deep-worker | 89 | - posture: deep-worker |
| 89 | - model_class: frontier | 90 | - model_class: frontier |
| 90 | - routing_role: executor | 91 | - routing_role: executor |
| 91 | - resolved_model: gpt-5.5 | 92 | - resolved_model: gpt-5.4 |
| 92 | """ | 93 | """ | ... | ... |
| 1 | # oh-my-codex agent: test-engineer | 1 | # oh-my-codex agent: test-engineer |
| 2 | name = "test-engineer" | 2 | name = "test-engineer" |
| 3 | description = "Test strategy, coverage, flaky-test hardening" | 3 | description = "Test strategy, coverage, flaky-test hardening" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "medium" | 6 | model_reasoning_effort = "medium" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -161,5 +162,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -161,5 +162,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 161 | - posture: deep-worker | 162 | - posture: deep-worker |
| 162 | - model_class: frontier | 163 | - model_class: frontier |
| 163 | - routing_role: executor | 164 | - routing_role: executor |
| 164 | - resolved_model: gpt-5.5 | 165 | - resolved_model: gpt-5.4 |
| 165 | """ | 166 | """ | ... | ... |
| 1 | # oh-my-codex agent: verifier | 1 | # oh-my-codex agent: verifier |
| 2 | name = "verifier" | 2 | name = "verifier" |
| 3 | description = "Completion evidence, claim validation, test adequacy" | 3 | description = "Completion evidence, claim validation, test adequacy" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -117,5 +118,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -117,5 +118,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 117 | - posture: frontier-orchestrator | 118 | - posture: frontier-orchestrator |
| 118 | - model_class: standard | 119 | - model_class: standard |
| 119 | - routing_role: leader | 120 | - routing_role: leader |
| 120 | - resolved_model: gpt-5.5 | 121 | - resolved_model: gpt-5.4 |
| 121 | """ | 122 | """ | ... | ... |
| 1 | # oh-my-codex agent: vision | 1 | # oh-my-codex agent: vision |
| 2 | name = "vision" | 2 | name = "vision" |
| 3 | description = "Image/screenshot/diagram analysis" | 3 | description = "Image/screenshot/diagram analysis" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "low" | 6 | model_reasoning_effort = "low" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -129,5 +130,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -129,5 +130,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 129 | - posture: fast-lane | 130 | - posture: fast-lane |
| 130 | - model_class: frontier | 131 | - model_class: frontier |
| 131 | - routing_role: specialist | 132 | - routing_role: specialist |
| 132 | - resolved_model: gpt-5.5 | 133 | - resolved_model: gpt-5.4 |
| 133 | """ | 134 | """ | ... | ... |
| 1 | # oh-my-codex agent: writer | 1 | # oh-my-codex agent: writer |
| 2 | name = "writer" | 2 | name = "writer" |
| 3 | description = "Documentation, migration notes, user guidance" | 3 | description = "Documentation, migration notes, user guidance" |
| 4 | model = "gpt-5.5" | 4 | model = "gpt-5.4" |
| 5 | model_provider = "my-local-llm" | ||
| 5 | model_reasoning_effort = "high" | 6 | model_reasoning_effort = "high" |
| 6 | developer_instructions = """ | 7 | developer_instructions = """ |
| 7 | <identity> | 8 | <identity> |
| ... | @@ -140,5 +141,5 @@ Use local tools; report missing specialist coverage to the leader. | ... | @@ -140,5 +141,5 @@ Use local tools; report missing specialist coverage to the leader. |
| 140 | - posture: fast-lane | 141 | - posture: fast-lane |
| 141 | - model_class: standard | 142 | - model_class: standard |
| 142 | - routing_role: specialist | 143 | - routing_role: specialist |
| 143 | - resolved_model: gpt-5.5 | 144 | - resolved_model: gpt-5.4 |
| 144 | """ | 145 | """ | ... | ... |
| ... | @@ -254,31 +254,31 @@ Auto-generated by `omx setup` from the current `config.toml` plus OMX model over | ... | @@ -254,31 +254,31 @@ Auto-generated by `omx setup` from the current `config.toml` plus OMX model over |
| 254 | 254 | ||
| 255 | | Role | Model | Reasoning Effort | Use Case | | 255 | | Role | Model | Reasoning Effort | Use Case | |
| 256 | | --- | --- | --- | --- | | 256 | | --- | --- | --- | --- | |
| 257 | | Frontier (leader) | `gpt-5.5` | high | Primary leader/orchestrator for planning, coordination, and frontier-class reasoning. | | 257 | | Frontier (leader) | `gpt-5.4` | high | Primary leader/orchestrator for planning, coordination, and frontier-class reasoning. | |
| 258 | | Spark (explorer/fast) | `gpt-5.3-codex-spark` | low | Fast triage, explore, lightweight synthesis, and low-latency routing. | | 258 | | Spark (explorer/fast) | `gpt-5.3-codex-spark` | low | Fast triage, explore, lightweight synthesis, and low-latency routing. | |
| 259 | | Standard (subagent default) | `gpt-5.5` | high | Default standard-capability model for installable specialists and secondary worker lanes unless a role is explicitly frontier or spark. | | 259 | | Standard (subagent default) | `gpt-5.4` | high | Default standard-capability model for installable specialists and secondary worker lanes unless a role is explicitly frontier or spark. | |
| 260 | | `explore` | `gpt-5.3-codex-spark` | low | Fast codebase search and file/symbol mapping (fast-lane, fast) | | 260 | | `explore` | `gpt-5.3-codex-spark` | low | Fast codebase search and file/symbol mapping (fast-lane, fast) | |
| 261 | | `analyst` | `gpt-5.5` | medium | Requirements clarity, acceptance criteria, hidden constraints (frontier-orchestrator, frontier) | | 261 | | `analyst` | `gpt-5.4` | medium | Requirements clarity, acceptance criteria, hidden constraints (frontier-orchestrator, frontier) | |
| 262 | | `planner` | `gpt-5.4-mini` | high | Task sequencing, execution plans, risk flags (frontier-orchestrator, frontier) | | 262 | | `planner` | `gpt-5.4-mini` | high | Task sequencing, execution plans, risk flags (frontier-orchestrator, frontier) | |
| 263 | | `architect` | `gpt-5.4-mini` | high | System design, boundaries, interfaces, long-horizon tradeoffs (frontier-orchestrator, frontier) | | 263 | | `architect` | `gpt-5.4-mini` | high | System design, boundaries, interfaces, long-horizon tradeoffs (frontier-orchestrator, frontier) | |
| 264 | | `debugger` | `gpt-5.5` | high | Root-cause analysis, regression isolation, failure diagnosis (deep-worker, standard) | | 264 | | `debugger` | `gpt-5.4` | high | Root-cause analysis, regression isolation, failure diagnosis (deep-worker, standard) | |
| 265 | | `executor` | `gpt-5.5` | medium | Code implementation, refactoring, feature work (deep-worker, standard) | | 265 | | `executor` | `gpt-5.4` | medium | Code implementation, refactoring, feature work (deep-worker, standard) | |
| 266 | | `team-executor` | `gpt-5.5` | medium | Supervised team execution for conservative delivery lanes (deep-worker, frontier) | | 266 | | `team-executor` | `gpt-5.4` | medium | Supervised team execution for conservative delivery lanes (deep-worker, frontier) | |
| 267 | | `verifier` | `gpt-5.5` | high | Completion evidence, claim validation, test adequacy (frontier-orchestrator, standard) | | 267 | | `verifier` | `gpt-5.4` | high | Completion evidence, claim validation, test adequacy (frontier-orchestrator, standard) | |
| 268 | | `code-reviewer` | `gpt-5.5` | high | Comprehensive review across all concerns (frontier-orchestrator, frontier) | | 268 | | `code-reviewer` | `gpt-5.4` | high | Comprehensive review across all concerns (frontier-orchestrator, frontier) | |
| 269 | | `dependency-expert` | `gpt-5.5` | high | External SDK/API/package evaluation (frontier-orchestrator, standard) | | 269 | | `dependency-expert` | `gpt-5.4` | high | External SDK/API/package evaluation (frontier-orchestrator, standard) | |
| 270 | | `test-engineer` | `gpt-5.5` | medium | Test strategy, coverage, flaky-test hardening (deep-worker, frontier) | | 270 | | `test-engineer` | `gpt-5.4` | medium | Test strategy, coverage, flaky-test hardening (deep-worker, frontier) | |
| 271 | | `designer` | `gpt-5.5` | high | UX/UI architecture, interaction design (deep-worker, standard) | | 271 | | `designer` | `gpt-5.4` | high | UX/UI architecture, interaction design (deep-worker, standard) | |
| 272 | | `writer` | `gpt-5.5` | high | Documentation, migration notes, user guidance (fast-lane, standard) | | 272 | | `writer` | `gpt-5.4` | high | Documentation, migration notes, user guidance (fast-lane, standard) | |
| 273 | | `git-master` | `gpt-5.5` | high | Commit strategy, history hygiene, rebasing (deep-worker, standard) | | 273 | | `git-master` | `gpt-5.4` | high | Commit strategy, history hygiene, rebasing (deep-worker, standard) | |
| 274 | | `code-simplifier` | `gpt-5.5` | high | Simplifies recently modified code for clarity and consistency without changing behavior (deep-worker, frontier) | | 274 | | `code-simplifier` | `gpt-5.4` | high | Simplifies recently modified code for clarity and consistency without changing behavior (deep-worker, frontier) | |
| 275 | | `researcher` | `gpt-5.4-mini` | high | External documentation and reference research (fast-lane, standard) | | 275 | | `researcher` | `gpt-5.4-mini` | high | External documentation and reference research (fast-lane, standard) | |
| 276 | | `prometheus-strict-metis` | `gpt-5.5` | high | Prometheus Strict requirements interviewer and ambiguity mapper (frontier-orchestrator, frontier) | | 276 | | `prometheus-strict-metis` | `gpt-5.4` | high | Prometheus Strict requirements interviewer and ambiguity mapper (frontier-orchestrator, frontier) | |
| 277 | | `prometheus-strict-momus` | `gpt-5.5` | high | Prometheus Strict adversarial plan critic and risk challenger (frontier-orchestrator, frontier) | | 277 | | `prometheus-strict-momus` | `gpt-5.4` | high | Prometheus Strict adversarial plan critic and risk challenger (frontier-orchestrator, frontier) | |
| 278 | | `prometheus-strict-oracle` | `gpt-5.5` | high | Prometheus Strict implementation readiness verifier and handoff judge (frontier-orchestrator, standard) | | 278 | | `prometheus-strict-oracle` | `gpt-5.4` | high | Prometheus Strict implementation readiness verifier and handoff judge (frontier-orchestrator, standard) | |
| 279 | | `critic` | `gpt-5.5` | high | Plan/design critical challenge and review (frontier-orchestrator, frontier) | | 279 | | `critic` | `gpt-5.4` | high | Plan/design critical challenge and review (frontier-orchestrator, frontier) | |
| 280 | | `scholastic` | `gpt-5.5` | high | Ontology-first reasoning reviewer: category mistakes, hidden assumptions, modality separation, scholastic critique, and minimal-repair proposals (frontier-orchestrator, frontier) | | 280 | | `scholastic` | `gpt-5.4` | high | Ontology-first reasoning reviewer: category mistakes, hidden assumptions, modality separation, scholastic critique, and minimal-repair proposals (frontier-orchestrator, frontier) | |
| 281 | | `vision` | `gpt-5.5` | low | Image/screenshot/diagram analysis (fast-lane, frontier) | | 281 | | `vision` | `gpt-5.4` | low | Image/screenshot/diagram analysis (fast-lane, frontier) | |
| 282 | <!-- OMX:MODELS:END --> | 282 | <!-- OMX:MODELS:END --> |
| 283 | 283 | ||
| 284 | --- | 284 | --- | ... | ... |
-
Please register or sign in to post a comment