The Control Plane
Hybrid Orchestration.
graph LR
A[Gemma: Triage] --> B[Gemini: Expert Fix]
B --> C[Gemma: Commit]
style A fill:#38bdf8,stroke:#0f172a,color:#0f172a
style B fill:#a5b4fc,stroke:#0f172a,color:#0f172a
style C fill:#38bdf8,stroke:#0f172a,color:#0f172a
jobs:
triage:
run: ferri with --model gemma "Scan for bugs"
expert-fix:
run: ferri with --model gemini-pro "Fix bugs"