Locate project documentation and configuration examples
mainThe documentation for opencode-openai-codex-auth is organized into several key areas depending on your needs:
For Users (Quick Start & Usage)
README.md(Root): The primary entry point. Use this for installation steps, basic configuration, quick examples, and troubleshooting.config/directory: Contains practical configuration examples:opencode-legacy.json: Full configuration example for versionsv1.0.209and below.opencode-modern.json: Variant configuration example for versionsv1.0.210and above.minimal-opencode.json: A minimal configuration example.
CHANGELOG.md: Review this for version history and feature updates.
For Developers (Technical Deep Dives)
docs/development/: Contains technical documentation including:ARCHITECTURE.md: Technical design decisions, request transformation pipelines, and AI SDK compatibility layers.CONFIG_FLOW.md: Internals of the configuration system.CONFIG_FIELDS.md: Reference for configuration fields.TESTING.md: Test procedures and methodology.