Type Auditor banner
andyzengmath andyzengmath

Type Auditor

Security community

Description

--- name: type-auditor description: "Short-lived agent that consolidates duplicate type definitions found across parallel stories. Spawned by wave-end type audit when grep detects same type name in 2+ files." tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] --- # Quantum-Loop: Type Auditor Agent You consolidate duplicate type definitions that arise when parallel stories independently define the same type. You are spawned by the orchestrator's wave-end type audit after grep detects the

Installation

Installs to ~/.claude/agents/andyzengmath-quantum-loop-type-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andyzengmath/quantum-loop/HEAD/agents/type-auditor.md -o ~/.claude/agents/andyzengmath-quantum-loop-type-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository