Files

731 B

CLAUDE.md - AI Assistant Reference

📘 All technical documentation has been moved to AGENTS.md

For AI Assistants

Please read AGENTS.md for complete project documentation including:

  • Architecture overview
  • Core components
  • Development setup
  • Testing strategy
  • Code standards
  • AI assistant instructions
  • Release process

Quick Commands

uv sync --extra dev    # Setup
uv run pytest          # Test
uv run moma [dir]   # Run

Essential Principles

  1. Read AGENTS.md first
  2. Read files before modifying
  3. Test everything (uv run pytest)
  4. Follow existing patterns
  5. Keep solutions simple

Full Documentation: AGENTS.md