chore: agents are primary now, I like this more
All checks were successful
Run Test Suite / test (push) Successful in 36s

This commit is contained in:
Hayden Hargreaves 2026-04-08 17:28:47 -07:00
parent e27c7560a2
commit d270927ff7
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: