Skip to content

Commit cda39d4

Browse files
committed
Set maxTurns: 30 on all validation agents to prevent silent timeouts
1 parent fc806a2 commit cda39d4

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

agents/architecture-alignment-checker/AGENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: architecture-alignment-checker
33
description: Verifies implementation aligns with architecture decisions, component responsibilities, and technology choices. Use after task implementation.
44
model: sonnet
5+
maxTurns: 30
56
---
67

78
# Architecture Alignment Checker Agent

agents/code-quality-reviewer/AGENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: code-quality-reviewer
33
description: Reviews code changes for quality, readability, elegance, and test coverage. Use after task implementation to verify code meets quality standards.
44
model: sonnet
5+
maxTurns: 30
56
---
67

78
# Code Quality Reviewer Agent

agents/code-simplifier/AGENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: code-simplifier
33
description: Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
44
model: sonnet
5+
maxTurns: 30
56
---
67

78
# Code Simplifier Agent

agents/design-consistency-checker/AGENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: design-consistency-checker
33
description: Verifies design system compliance - tokens, accessibility, and pattern consistency. Use after task implementation to verify design alignment.
44
model: sonnet
5+
maxTurns: 30
56
---
67

78
# Design Consistency Checker Agent

agents/housekeeper/AGENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: housekeeper
33
description: Reviews that housekeeping tasks are properly updated - task status marked complete, action items checked off, spec/architecture updates, and documentation changes. Use after task implementation.
44
model: sonnet
5+
maxTurns: 30
56
---
67

78
# Housekeeper Agent

agents/performance-reviewer/AGENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: performance-reviewer
33
description: Reviews code changes for performance issues including algorithmic complexity, memory management, I/O inefficiencies, and resource management. Use after task implementation.
44
model: sonnet
5+
maxTurns: 30
56
---
67

78
# Performance Reviewer Agent

agents/security-reviewer/AGENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: security-reviewer
33
description: Reviews code changes for security vulnerabilities including OWASP Top 10, input validation, authentication issues, and sensitive data handling. Use after task implementation.
44
model: sonnet
5+
maxTurns: 30
56
---
67

78
# Security Reviewer Agent

agents/spec-alignment-checker/AGENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: spec-alignment-checker
33
description: Verifies implementation aligns with task definition, product specs, and EARS requirements. Use after task implementation to ensure spec compliance.
44
model: sonnet
5+
maxTurns: 30
56
---
67

78
# Spec Alignment Checker Agent

0 commit comments

Comments
 (0)