oh-my-codex is an AI coding workflow orchestrator and a retrieval augmented generation documentation assistant. It manages complex programming tasks through a structured sequence of planning, execution, and verification phases, while providing tools for querying and translating technical documentation.
The project utilizes Git worktrees to isolate parallel coding sessions, ensuring that concurrent tasks remain independent. It integrates a vector-store knowledge base to index documents into embeddings, enabling semantic search and factual context retrieval across multiple languages.
The system covers a broad range of capabilities including AI-driven software development automation, multilingual technical translation, and technical knowledge management. It incorporates a markdown wiki for project-specific information and uses a sidecar process for bounded state verification via shell commands.
The platform includes performance benchmarking for language models, measuring metrics such as hit rate and citation quality.