Skip to main content
Version: 0.11.1

GM-002: Missing Section Headers in GEMINI.md - Gemini CLI

Summary

  • Rule ID: GM-002
  • 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

Just plain text instructions without any section headers or structure.

Valid

# My Project

A web application built with TypeScript.

## Build

Run npm build.