Effect-TS Code Review Orchestrate a multi-agent review of code changes against Effect-TS best practices. Workflow Step 1: Discover Changed Files Run to find all changed files on the current branch. If that fails (e.g., on main), fall back to or for unstaged changes. List the changed files for the user. Step 2: Categorize Files Split files into categories: - Backend Effect files : files NOT ending in , NOT config files ( , , etc.), NOT UI component library directories - Test files : files - UI files : files - Skip : , , , , config files, generated files Step 3: Launch Sub-Agents in Parallel Ba…