Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 626 Bytes

File metadata and controls

12 lines (8 loc) · 626 Bytes

Gemini Guide

Read AGENTS.md first. It is the canonical agent workflow for this repository.

Key rules:

  • Use list_docs to discover indexed documents when the RAG state is unknown.
  • Use search_docs before answering questions about chips, registers, datasheets, SDK APIs, source files, or board behavior.
  • Do not index by default. Only call index_doc when the user explicitly asks to add, rebuild, refresh, or index documents.
  • Do not remove indexed documents unless the user explicitly asks for removal.
  • Prefer the default pymupdf PDF backend for normal PDFs; use MinerU for scanned or complex-layout PDFs.