Understand the codex-multi-auth repository structure
mainThe repository is organized into several functional areas. Use this map to locate specific logic or documentation:
lib/: The core of the project. Contains authentication logic, account management, runtime proxies, storage, UI, and policies.scripts/: Contains the CLI wrappers, themcodexlauncher, and official Codex forwarders.docs/: Contains all user documentation, references, and maintainer guides.test/: Contains unit, integration, and property tests.skills/: Contains packaged agent skill definitions.config/: Contains configuration examples for the plugin-host.vendor/: Contains vendored shims forcodex-ai-pluginandcodex-ai-sdk.dist/: Generated build output (do not edit directly)..codex-plugin/: The plugin manifest used by the Codex plugin scanner.