Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 658 Bytes

File metadata and controls

14 lines (11 loc) · 658 Bytes

OpenMC Codebase Tools

Read the FULL AGENTS.md in this directory before starting work. It contains project context, coding conventions, and documentation of the RAG search tools registered in .mcp.json.

Claude Code-specific: first-call behavior

The first openmc_rag_search call of each session returns an index status message instead of search results. When this happens, you MUST use the AskUserQuestion tool to present the rebuild/use-existing choice to the user. Do not ask conversationally — always use the widget. Do not skip this step even if the index looks current — the user may have uncommitted changes that warrant a rebuild.