mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
ee64fa237b
- Filter CodeRabbit, Codex, Gemini, Copilot, and Codecov top-level comments and review bodies in get-pr-comments. These bots put actionable feedback in inline review threads; their wrapper bodies are reliable noise and the agent repeatedly narrated ignoring them. Also trim unused url/createdAt fields from the GraphQL payload. - Add silent-drop rule so the agent stops announcing non-actionable items. - Split test responsibility: resolvers run only targeted tests for what they changed (specific file, pattern, or the test they wrote), never the full project suite. Orchestrator runs the project's validation once against the combined diff before commit. Covers pre-existing failures (note in footer), failures in touched files (one inline retry, then escalate), and the zero-changes skip path.