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:
- Use descriptive filenames (kebab-case)
- Include clear examples and code snippets
- Reference related documentation in the main project
- Keep files focused on specific topics
Related Documentation
For comprehensive documentation, see:
AGENTS.md- Agent configurationMCP_GUIDE.md- Complete MCP referenceGITLAB_CLOUDFLARE_AUTH.md- Authentication setupDEPLOYMENT_GUIDE.md- Deployment and setup