Codex Knowledge Base
Codex CLI for Bazel Monorepo Workflows: MCP Server Integration, Remote Builds, and AGENTS.md Conventions
Bazel monorepos present a unique challenge for AI coding agents. The build graph is explicit and hermetic, the dependency model is declarative, and a single.
Codex CLI as an MCP Server: Exposing Agent Capabilities to the Agents SDK and Other MCP Clients
Most developers know Codex CLI as an MCP client — it connects to external MCP servers like Linear, Supabase, or Apollo to pull tools into its agent loop.
Codex CLI Agent Improvement Loops: Closing the Harness Engineering Flywheel with Traces, Evals, and Automated Handoffs
Most teams treat their agent configuration — AGENTS.md, skills, hooks, tool policies — as a write-once artefact. They tune it until the agent stops.
Codex's Three-Tier Browser Architecture: Plugins, Chrome Extension, and Sandboxed Browser
Codex implements a hierarchical browser tool system that solves a fundamental challenge in agentic systems: tool selection as a first-class problem. Rather.
Codex CLI for TypeScript 6.0 Strict Mode Migration: Incremental Type Safety, Zod Schema Generation, and CI Enforcement
TypeScript 6.0 shipped on 23 March 2026 with strict: true enabled by default. For teams upgrading from 5.x — where strict mode was opt-in — this change.
Codex CLI for Release Management: Changelog Generation, Semantic Versioning, and Automated Release Pipelines
Release management remains one of the most error-prone manual processes in software engineering. Developers forget to bump versions, write vague changelog.
Codex CLI with Linear MCP: Sprint Automation, Issue Decomposition, and Cycle-Driven Development
Senior developers who live in the terminal face a context-switching tax every time they tab into a browser to check sprint status, decompose an epic.
Codex CLI for Internationalisation: Translation Auditing, MCP-Driven Workflows, and CI Enforcement
Internationalisation is one of those concerns that every team agrees matters yet few prioritise until a product manager sends a panicked message about a.
Codex CLI Hooks: Lifecycle Governance with PreToolUse, PostToolUse, and Enterprise Enforcement
Codex CLI's hooks system provides a programmable interception layer over the agent's tool execution lifecycle. Every shell command, file edit, and MCP tool.
Codex CLI for GitOps Workflows: ArgoCD Application Generation, Kustomize Overlay Management, and Environment Promotion Pipelines
GitOps treats Git as the single source of truth for declarative infrastructure and application state. ArgoCD v3.4 and Flux v2.x are the dominant.