add agent and debug macros, improve activity timeouts, migrate claude and codex to cli (#224)

This commit is contained in:
David Blass
2026-02-04 22:29:45 +00:00
committed by pullfrog[bot]
parent adc165d95f
commit 6fbff21fca
20 changed files with 5030 additions and 21553 deletions
+2 -1
View File
@@ -53,8 +53,9 @@ function validator(result: AgentResult): ValidationCheck[] {
}
export const test: TestRunnerOptions = {
name: "nobashcreative tests",
name: "nobashcreative",
fixture,
validator,
agentEnv,
tags: ["adhoc"],
};