Agent
Implement minimal code to pass failing tests for TDD GREEN phase. Reads the test file and writes minimum implementation. NEVER modifies test files. Raises specdefect: true instead of weakening tests when the spec is contradictory, unimplementable, or under-specified. Returns files, success output, and specdefect…