mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
781 B
781 B
CLAUDE.md - AI Assistant Reference
Version: 0.8.11 Last Updated: 2026-04-11
📘 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
- Read AGENTS.md first
- Read files before modifying
- Test everything (
uv run pytest) - Follow existing patterns
- Keep solutions simple
Full Documentation: AGENTS.md