Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 553 Bytes

File metadata and controls

18 lines (12 loc) · 553 Bytes

CLAUDE.md

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

Read @AGENTS.md

Tool Usage

Prefer built-in Claude Code tools over Bash equivalents:

Instead of Use
cat, head, tail Read tool
grep, rg Grep tool
find Glob tool
sed, awk Edit tool

Built-in tools provide better error handling, security, and integrate with Claude's context.