Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 524 Bytes

File metadata and controls

executable file
·
10 lines (8 loc) · 524 Bytes

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Code Exploration Policy

Always use jCodemunch-MCP tools — never fall back to Read, Grep, Glob, or Bash for code exploration.

  • Before reading a file: use get_file_outline or get_file_content
  • Before searching: use search_symbols or search_text
  • Before exploring structure: use get_file_tree or get_repo_outline
  • Call resolve_repo with the current directory first; if not indexed, call index_folder.