All notable changes to the Codex CLI Bridge skill will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
First production-ready release of the Codex CLI Bridge skill.
- bridge.py - Main orchestrator for complete workflow execution
- safety_mechanism.py - Environment validation (Codex CLI + CLAUDE.md checks)
- claude_parser.py - CLAUDE.md and project structure parser
- project_analyzer.py - Project metadata and structure analysis
- agents_md_generator.py - Template-based AGENTS.md generation
- skill_documenter.py - Skill documentation for Codex CLI users
- codex_executor.py - Codex CLI execution helpers with Python wrappers
- Auto-check Codex CLI installation
- Auto-run
/initif CLAUDE.md missing (with user notification) - Comprehensive environment validation
- User-friendly error messages
- Status reporting
- README.md - Complete skill overview with quick start guide
- HOW_TO_USE.md - Comprehensive usage guide with examples
- SKILL.md - Full skill reference documentation
- sample_input.json - Example input structure
- expected_output.json - Example output format
/sync-agents-md- Regenerate AGENTS.md from CLAUDE.md/codex-exec- Execute Codex CLI commands with proper syntax
- ✅ CLAUDE.md → AGENTS.md automatic generation
- ✅ Reference-based architecture (no file duplication)
- ✅ Intelligent skill documentation (functional vs prompt-based)
- ✅ Codex execution helpers (always uses
codex exec) - ✅ Model selection logic (gpt-5 vs gpt-5-codex)
- ✅ Sandbox mode helpers (read-only, workspace-write)
- ✅ Session management (start, resume)
- ✅ Workflow pattern translation (Claude Code → Codex CLI)
- ✅ Command reference table
- ✅ MCP integration documentation
- Language: Python 3.7+
- Dependencies: PyYAML
- File Size: 114KB (complete package)
- Modules: 7 Python files
- Documentation: 4 comprehensive guides
- Tested On: claude-code-skills-factory repository (13 skills, 59 agents)
- Lines of Code: ~2,500
- Documentation: ~3,000 lines
- Test Coverage: Manual testing on real project
- Generated Output: 19KB AGENTS.md (629 lines)
- One-way sync: CLAUDE.md → AGENTS.md (bidirectional deferred to v2.0)
- Reference-based: All file paths, no content duplication
- Safety-first: Auto-validation before any operation
- Template-driven: Consistent output format
- Bidirectional sync (AGENTS.md → CLAUDE.md) not implemented (planned for v2.0)
- Watch mode for auto-regeneration not included
- MCP server detection requires manual configuration
- Templates folder created but no custom templates yet
-
🔄 Bidirectional Sync: AGENTS.md → CLAUDE.md updates
- Conflict resolution
- Merge strategies
- Change detection
-
🔄 Watch Mode: Auto-regenerate on file changes
- File system monitoring
- Debounced updates
- Background process
-
🔄 Enhanced Templates: Customizable AGENTS.md output
- Multiple template formats
- User-defined sections
- Style customization
- Performance: Caching for faster re-generation
- Validation: Enhanced YAML and Markdown validation
- Testing: Automated test suite
- Logging: Structured logging system
- CLI: Enhanced command-line interface
- Plugin System: Extend functionality with plugins
- Multiple Formats: Generate docs in different formats (HTML, PDF)
- Diff View: Show changes between versions
- Analytics: Track skill usage and popularity
- Bug Fixes: Address any issues reported by users
- Documentation: Add more examples and use cases
- Error Handling: More granular error messages
- Performance: Optimize parsing for large projects
| Version | Date | Description |
|---|---|---|
| 1.0.0 | 2025-10-30 | Initial production release |
New Installation:
# 1. Clone or copy the skill
cp -r codex-cli-bridge ~/.claude/skills/
# 2. Install dependencies
pip3 install PyYAML
# 3. Validate installation
python3 ~/.claude/skills/codex-cli-bridge/bridge.py --validate
# 4. Generate AGENTS.md
python3 ~/.claude/skills/codex-cli-bridge/bridge.pyFuture versions will document breaking changes here.
Future versions will document deprecations here.
Security updates will be documented here in future versions.
- Claude Code Skills Factory Team
- Built with ❤️ for cross-tool collaboration
Legend:
- ✅ Implemented
- 🔄 Planned
- 🐛 Bug Fix
- 🎉 Major Feature
- 📚 Documentation
- ⚡ Performance
- 🔒 Security
Last Updated: 2025-10-30