chore: agents are primary now, I like this more
All checks were successful
Run Test Suite / test (push) Successful in 36s
All checks were successful
Run Test Suite / test (push) Successful in 36s
This commit is contained in:
parent
e27c7560a2
commit
d270927ff7
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Identifies dead code, unused dependencies, and structural bloat in Go projects
|
description: Identifies dead code, unused dependencies, and structural bloat in Go projects
|
||||||
mode: subagent
|
mode: primary
|
||||||
model: openai/gpt-5.4-mini
|
model: openai/gpt-5.4-mini
|
||||||
temperature: 0.1
|
temperature: 0.1
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Reviews Go code for idiomatic patterns, performance, and concurrency safety
|
description: Reviews Go code for idiomatic patterns, performance, and concurrency safety
|
||||||
mode: subagent
|
mode: primary
|
||||||
model: openai/gpt-5.4
|
model: openai/gpt-5.4
|
||||||
temperature: 0.1
|
temperature: 0.1
|
||||||
permission:
|
permission:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Generates and reviews Go tests, specializing in table-driven patterns and teatest TUI validation
|
description: Generates and reviews Go tests, specializing in table-driven patterns and teatest TUI validation
|
||||||
mode: subagent
|
mode: primary
|
||||||
model: openai/gpt-5.3-codex
|
model: openai/gpt-5.3-codex
|
||||||
temperature: 0.1
|
temperature: 0.1
|
||||||
permission:
|
permission:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user