@@ -15,7 +15,7 @@ schedule = "0 2 * * *"
1515max_duration_secs = 1800
1616repo_path = " /home/alex/terraphim-ai"
1717create_prs = false
18- cli_tool = " opencode"
18+ cli_tool = " /home/alex/.bun/bin/ opencode"
1919provider = " opencode-go"
2020model = " glm-5"
2121
@@ -24,7 +24,7 @@ model = "glm-5"
2424[[agents ]]
2525name = " security-sentinel"
2626layer = " Safety"
27- cli_tool = " opencode"
27+ cli_tool = " /home/alex/.bun/bin/ opencode"
2828provider = " opencode-go"
2929model = " kimi-k2.5"
3030fallback_provider = " opencode-go"
@@ -46,7 +46,7 @@ max_memory_bytes = 2147483648
4646[[agents ]]
4747name = " meta-coordinator"
4848layer = " Safety"
49- cli_tool = " claude"
49+ cli_tool = " /home/alex/.local/bin/ claude"
5050provider = " anthropic"
5151model = " opus-4-6"
5252persona = " Ferrox"
@@ -63,7 +63,7 @@ capabilities = ["monitoring", "coordination", "health-check"]
6363[[agents ]]
6464name = " compliance-watchdog"
6565layer = " Safety"
66- cli_tool = " opencode"
66+ cli_tool = " /home/alex/.bun/bin/ opencode"
6767provider = " opencode-go"
6868model = " kimi-k2.5"
6969fallback_provider = " zai-coding-plan"
@@ -80,7 +80,7 @@ capabilities = ["compliance", "licence-audit", "supply-chain"]
8080[[agents ]]
8181name = " drift-detector"
8282layer = " Safety"
83- cli_tool = " opencode"
83+ cli_tool = " /home/alex/.bun/bin/ opencode"
8484provider = " zai-coding-plan"
8585model = " glm-4.7-flash"
8686fallback_provider = " opencode-go"
@@ -99,7 +99,7 @@ capabilities = ["drift-detection", "configuration-audit"]
9999[[agents ]]
100100name = " upstream-synchronizer"
101101layer = " Core"
102- cli_tool = " opencode"
102+ cli_tool = " /home/alex/.bun/bin/ opencode"
103103provider = " kimi-for-coding"
104104model = " k2p5"
105105fallback_provider = " opencode-go"
@@ -118,13 +118,13 @@ capabilities = ["sync", "dependency-management", "git"]
118118[[agents ]]
119119name = " product-development"
120120layer = " Core"
121- cli_tool = " claude"
121+ cli_tool = " /home/alex/.local/bin/ claude"
122122provider = " anthropic"
123123model = " sonnet-4-6"
124124persona = " Lux"
125125skill_chain = [" disciplined-research" , " architecture" , " product-vision" , " wardley-mapping" ]
126126task = """ Review recent code changes in /home/alex/terraphim-ai:
127- 1. Run: git log --since='' 6 hours ago\ ' --stat
127+ 1. Run: git log --since='6 hours ago' --stat
1281282. For each significant commit, analyse code quality and architectural impact
1291293. Use semi-formal reasoning: PREMISES -> TRACE -> EVIDENCE -> CONCLUSION
1301304. Check test coverage: cargo test --workspace 2>&1 | tail -20
@@ -136,7 +136,7 @@ capabilities = ["code-review", "architecture", "reasoning"]
136136[[agents ]]
137137name = " spec-validator"
138138layer = " Core"
139- cli_tool = " claude"
139+ cli_tool = " /home/alex/.local/bin/ claude"
140140provider = " anthropic"
141141model = " opus-4-6"
142142persona = " Carthos"
@@ -152,7 +152,7 @@ capabilities = ["specification", "validation", "traceability"]
152152[[agents ]]
153153name = " test-guardian"
154154layer = " Core"
155- cli_tool = " opencode"
155+ cli_tool = " /home/alex/.bun/bin/ opencode"
156156provider = " kimi-for-coding"
157157model = " k2p5"
158158fallback_provider = " opencode-go"
@@ -170,7 +170,7 @@ capabilities = ["testing", "coverage", "quality"]
170170[[agents ]]
171171name = " documentation-generator"
172172layer = " Core"
173- cli_tool = " opencode"
173+ cli_tool = " /home/alex/.bun/bin/ opencode"
174174provider = " opencode-go"
175175model = " minimax-m2.5"
176176fallback_provider = " opencode-go"
@@ -190,7 +190,7 @@ capabilities = ["documentation", "changelog"]
190190[[agents ]]
191191name = " market-research"
192192layer = " Growth"
193- cli_tool = " opencode"
193+ cli_tool = " /home/alex/.bun/bin/ opencode"
194194provider = " opencode-go"
195195model = " minimax-m2.5"
196196fallback_provider = " opencode-go"
@@ -208,7 +208,7 @@ capabilities = ["research", "analysis", "market"]
208208[[agents ]]
209209name = " implementation-swarm"
210210layer = " Growth"
211- cli_tool = " opencode"
211+ cli_tool = " /home/alex/.bun/bin/ opencode"
212212provider = " kimi-for-coding"
213213model = " k2p5"
214214fallback_provider = " opencode-go"
@@ -225,7 +225,7 @@ capabilities = ["implementation", "coding", "tdd"]
225225[[agents ]]
226226name = " compound-review"
227227layer = " Growth"
228- cli_tool = " opencode"
228+ cli_tool = " /home/alex/.bun/bin/ opencode"
229229provider = " opencode-go"
230230model = " glm-5"
231231fallback_provider = " zai-coding-plan"
0 commit comments