feat: Update version to 0.8.11 and revise documentation references to AGENTS.md

This commit is contained in:
sha
2026-04-12 10:46:27 +03:00
parent 2e652ae58a
commit 3241f5d435
33 changed files with 116 additions and 65 deletions
+6 -6
View File
@@ -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)