# Codex Knowledge Base This directory contains knowledge base files that provide context and guidance for AI assistants working with this project. ## Purpose Files in `.codex/` are designed to be: - **Quickly accessible** by AI assistants (Cursor, Claude, etc.) - **Project-specific** knowledge and patterns - **Reference material** for common tasks and configurations ## Contents - **multiple-accounts.md** - Guide for configuring multiple accounts (GitHub, GitLab, Cloudflare) with unique token variable names ## Usage These files are automatically indexed by Cursor and other AI tools that support knowledge bases. They provide context when: - Working with MCP configurations - Setting up authentication tokens - Understanding project patterns and conventions ## Adding New Knowledge When adding new knowledge files: 1. Use descriptive filenames (kebab-case) 2. Include clear examples and code snippets 3. Reference related documentation in the main project 4. Keep files focused on specific topics ## Related Documentation For comprehensive documentation, see: - `AGENTS.md` - Agent configuration - `MCP_GUIDE.md` - Complete MCP reference - `GITLAB_CLOUDFLARE_AUTH.md` - Authentication setup - `DEPLOYMENT_GUIDE.md` - Deployment and setup