Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 471 Bytes

File metadata and controls

12 lines (8 loc) · 471 Bytes

CLAUDE.md

Shared knowledge lives in AGENTS.md — read it first.

This file holds only Claude-specific notes.

Claude-specific notes

  • Role: orchestration, planning, review, constrained implementation.
  • Use subagents for parallel exploration; keep the main context lean.
  • Deeper rules on demand: .claude/rules/, .claude/references/ (load per the AGENTS.md table).
  • Memory: AgentMemory only — see AGENTS.md. No MEMORY.md / CONFLICTS.md.