mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
feat: Update version to 0.8.11 and revise documentation references to AGENTS.md
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# CLAUDE.md - AI Assistant Reference
|
||||
|
||||
**Version**: 0.7.0-dev
|
||||
**Last Updated**: 2026-01-01
|
||||
**Version**: 0.8.11
|
||||
**Last Updated**: 2026-04-11
|
||||
|
||||
> **📘 All technical documentation has been moved to [ENGINEERING_GUIDE.md](ENGINEERING_GUIDE.md)**
|
||||
> **📘 All technical documentation has been moved to [AGENTS.md](AGENTS.md)**
|
||||
|
||||
## For AI Assistants
|
||||
|
||||
Please read **[ENGINEERING_GUIDE.md](ENGINEERING_GUIDE.md)** for complete project documentation including:
|
||||
Please read **[AGENTS.md](AGENTS.md)** for complete project documentation including:
|
||||
|
||||
- Architecture overview
|
||||
- Core components
|
||||
@@ -27,7 +27,7 @@ uv run moma [dir] # Run
|
||||
|
||||
## Essential Principles
|
||||
|
||||
1. **Read [ENGINEERING_GUIDE.md](ENGINEERING_GUIDE.md) first**
|
||||
1. **Read [AGENTS.md](AGENTS.md) first**
|
||||
2. Read files before modifying
|
||||
3. Test everything (`uv run pytest`)
|
||||
4. Follow existing patterns
|
||||
@@ -35,4 +35,4 @@ uv run moma [dir] # Run
|
||||
|
||||
---
|
||||
|
||||
**Full Documentation**: [ENGINEERING_GUIDE.md](ENGINEERING_GUIDE.md)
|
||||
**Full Documentation**: [AGENTS.md](AGENTS.md)
|
||||
|
||||
Reference in New Issue
Block a user