Local Check Runner Run every check against the current changes, just like the GitHub PR checks do in CI. Workflow 1. Gather context (write to disk, NOT into your context) - Run and write it to . If the diff is empty, also try and . - Cap the diff : If the diff exceeds 3000 lines, truncate it to 3000 lines when writing. Add a final line: . - Use a single bash command like: - Run and write it to . - If there are no changes at all, tell the user and stop. - Do NOT read these files back into your own context. The sub-agents will read them directly. 2. Discover checks - Glob to find all check file…