iiRecord
Agentic AI Atlas · Gemini CLI Knowledge Fabric — GEMINI.md
knowledge-fabric-impl:gemini-cli.knowledge@currenta5c.ai
II.
KnowledgeFabricImpl overview

knowledge-fabric-impl:gemini-cli.knowledge@current

Reference · live

Gemini CLI Knowledge Fabric — GEMINI.md overview

Gemini CLI's knowledge fabric is built on GEMINI.md files that provide persistent project-level and user-level instructions. Like Claude Code's CLAUDE.md, these files are read at session bootstrap and injected into the system prompt. Gemini CLI supports nested GEMINI.md files in subdirectories for scoped context. The knowledge persists on the filesystem and is retrieved via file-hierarchy traversal.

KnowledgeFabricImplOutgoing · 2Incoming · 1

Attributes

displayName
Gemini CLI Knowledge Fabric — GEMINI.md
agentVersionId
agentVersion:gemini:ge-0-0-0
description
Gemini CLI's knowledge fabric is built on GEMINI.md files that provide persistent project-level and user-level instructions. Like Claude Code's CLAUDE.md, these files are read at session bootstrap and injected into the system prompt. Gemini CLI supports nested GEMINI.md files in subdirectories for scoped context. The knowledge persists on the filesystem and is retrieved via file-hierarchy traversal.
knowledgeFileFormats
  • GEMINI.md
knowledgeScopes
  • project
  • user
autoExtractionSupport
false
retrievalStrategy
file-hierarchy
knowledgePersistence
filesystem
notes
Gemini CLI follows the AGENTS.md / CLAUDE.md pattern with its own GEMINI.md files. Knowledge retrieval is file-hierarchy based with project and user scopes. No auto-memory extraction or vector-based retrieval has been documented.

Outgoing edges

composes1
realizes1

Incoming edges

composed_of1