Cerebro Creation
Instructions
- Read the triggering issue/PR, existing comments, reviews, and failing checks before editing.
- Identify the smallest production-quality change that satisfies the request.
- Match existing Go package boundaries, source connector patterns, and Makefile validation flow.
- Add focused tests for new behavior or any bug fixed.
- Run targeted tests first, then
make verifywhen feasible. - Leave changes in the working tree; CI handles commit, push, and PR creation.
Stop Conditions
- Stop if the request requires secrets, production access, or unclear external service behavior.
- Stop if the task would require merging PRs or pushing directly to the default branch.