docs: prefer targeted pre-push tests#9643
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the AGENTS.md file to optimize the pre-push checklist and common tasks workflows, advising developers to run only relevant checks and targeted tests instead of the full unit test suite. The feedback suggests improving the bug-fixing workflow by explicitly prompting developers to run targeted tests for the affected area to prevent regressions.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Performance Report✔️ no performance regression detected Full benchmark results
|
What changed
pnpm test:unitsuite for broad changes that cannot be covered adequately by targeted tests or when explicitly requestedWhy
Running the complete unit suite for narrow script, documentation, or isolated code changes adds significant local feedback time without improving validation over an applicable targeted test.
Validation
pnpm docs:lint