mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 07:30:52 -07:00
docs: mandate exhaustive validation when fixing build errors or CI failures
This commit is contained in:
@@ -51,9 +51,10 @@ powerful tool for developers.
|
|||||||
its long runtime, only run this at the very end of a code implementation task.
|
its long runtime, only run this at the very end of a code implementation task.
|
||||||
If it fails, use faster, targeted commands (e.g., `npm run test`,
|
If it fails, use faster, targeted commands (e.g., `npm run test`,
|
||||||
`npm run lint`, or workspace-specific tests) to iterate on fixes before
|
`npm run lint`, or workspace-specific tests) to iterate on fixes before
|
||||||
re-running `preflight`. For simple, non-code changes like documentation or
|
re-running `preflight`. When specifically fixing build errors, CI failures, or
|
||||||
prompting updates, skip `preflight` at the end of the task and wait for PR
|
addressing PR review feedback, exhaustive validation is mandatory to prevent
|
||||||
validation.)
|
regressions. For simple, non-code changes like documentation or prompting
|
||||||
|
updates, skip `preflight` at the end of the task and wait for PR validation.)
|
||||||
- **Individual Checks:** `npm run lint` / `npm run format` / `npm run typecheck`
|
- **Individual Checks:** `npm run lint` / `npm run format` / `npm run typecheck`
|
||||||
|
|
||||||
## Development Conventions
|
## Development Conventions
|
||||||
|
|||||||
Reference in New Issue
Block a user