GM-003: Missing Project Context in GEMINI.md - Gemini CLI
Summary
- Rule ID:
GM-003 - Severity:
MEDIUM - Category:
Gemini CLI - Normative Level:
SHOULD - Auto-Fix:
No - Verified On:
2026-02-07
Applicability
- Tool:
gemini-cli - Version Range:
unspecified - Spec Revision:
unspecified
Evidence Sources
Test Coverage Metadata
- Unit tests:
true - Fixture tests:
true - E2E tests:
false
Examples
The following examples demonstrate what triggers this rule and how to fix it.
Invalid
# Build Commands
Run npm install and npm build.
## Testing
Use npm test.
Valid
# Project
This is a linter for agent configurations.
## Build
Run cargo build.