mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
36 lines
731 B
Markdown
36 lines
731 B
Markdown
# CLAUDE.md - AI Assistant Reference
|
|
|
|
> **📘 All technical documentation has been moved to [AGENTS.md](AGENTS.md)**
|
|
|
|
## For AI Assistants
|
|
|
|
Please read **[AGENTS.md](AGENTS.md)** for complete project documentation including:
|
|
|
|
- Architecture overview
|
|
- Core components
|
|
- Development setup
|
|
- Testing strategy
|
|
- Code standards
|
|
- AI assistant instructions
|
|
- Release process
|
|
|
|
## Quick Commands
|
|
|
|
```bash
|
|
uv sync --extra dev # Setup
|
|
uv run pytest # Test
|
|
uv run moma [dir] # Run
|
|
```
|
|
|
|
## Essential Principles
|
|
|
|
1. **Read [AGENTS.md](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](AGENTS.md)
|