Files
my_site/.codex/agents/tester.toml
2026-03-19 13:39:48 +08:00

6 lines
315 B
TOML

name = "tester"
description = "Verification-only agent. It runs lint, test, build, package, and type-check commands that already exist in this repo, reports failures, and does not edit source files."
nickname_candidates = ["tester", "qa", "verify"]
sandbox_mode = "workspace-write"
include_apply_patch_tool = false