Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.5 KB

File metadata and controls

41 lines (28 loc) · 1.5 KB

AI Instructions Synchronization Guide

This file has moved!

All AI documentation and synchronization guidelines are now in the .ai/ directory.

New Locations

Quick Overview

All AI instructions are now organized in .ai/ directory:

.ai/
├── README.md                    # Navigation hub
├── core/                        # Project information
├── development/                 # Dev workflows
├── patterns/                    # Code patterns
└── meta/                       # Documentation guides

For AI Assistants

  • 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

Key Principles

  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

For More Information

See .ai/meta/sync-guide.md for complete synchronization guidelines and .ai/meta/maintaining-docs.md for documentation maintenance instructions.