2025-10-07 10:52:52 +00:00
# AI Instructions Synchronization Guide
2025-11-18 13:58:59 +00:00
**This file has moved!**
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
All AI documentation and synchronization guidelines are now in the `.ai/` directory.
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
## New Locations
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
- **Sync Guide**: [.ai/meta/sync-guide.md ](.ai/meta/sync-guide.md )
- **Maintaining Docs**: [.ai/meta/maintaining-docs.md ](.ai/meta/maintaining-docs.md )
- **Documentation Hub**: [.ai/README.md ](.ai/README.md )
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
## Quick Overview
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
All AI instructions are now organized in `.ai/` directory:
2025-10-07 10:52:52 +00:00
```
2025-11-18 13:58:59 +00:00
.ai/
├── README.md # Navigation hub
├── core/ # Project information
├── development/ # Dev workflows
├── patterns/ # Code patterns
└── meta/ # Documentation guides
2025-10-07 10:52:52 +00:00
```
2025-11-18 13:58:59 +00:00
### For AI Assistants
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
- **Claude Code**: Use `CLAUDE.md` (references `.ai/` files)
- **Cursor IDE**: Use `.cursor/rules/coolify-ai-docs.mdc` (references `.ai/` files)
- **All Tools**: Browse `.ai/` directory for detailed documentation
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
### Key Principles
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
1. **Single Source of Truth** : Each piece of information exists in ONE file only
2. **Cross-Reference** : Other files reference the source, don't duplicate
3. **Organized by Topic** : Core, Development, Patterns, Meta
4. **Version Consistency** : All versions in `.ai/core/technology-stack.md`
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
## For More Information
2025-10-07 10:52:52 +00:00
2025-11-18 13:58:59 +00:00
See [.ai/meta/sync-guide.md ](.ai/meta/sync-guide.md ) for complete synchronization guidelines and [.ai/meta/maintaining-docs.md ](.ai/meta/maintaining-docs.md ) for documentation maintenance instructions.