-- Safe to run on empty DB host or to recreate schema from scratch. -- WARNING: This will DROP existing databases. SET FOREIGN_KEY_CHECKS = 0; DROP DATABASE IF EXISTS trustfundme_campaign_db; DROP ...
Multi-agent TDD orchestration with architecturally enforced context isolation. Uses Claude Code's Task tool to spawn separate subagents for test writing and implementation -- the Test Writer never ...