Codex Knowledge Base
Codex CLI for Zig Development Teams: ZLS MCP Integration, Cross-Compilation Workflows, and Build System Automation
The Zig ecosystem has matured considerably since the language first appeared in the TIOBE top 50 in late 2025.
Codex CLI v0.133 Extension Lifecycle Events: Building Observability Plugins with SubagentStart, ToolExecution, and TurnMetadata
Before v0.133, Codex CLI's hook system gave plugins six interception points: SessionStart, PreToolUse, PostToolUse, PermissionRequest, UserPromptSubmit.
Codex CLI Session Patterns: A Decision Framework for Threads, Worktrees, /side, Goals, and Subagents
Codex CLI v0.133 ships with five distinct session patterns, each designed for a different shape of work. Choosing the wrong pattern does not break anything.
Codex CLI for R and Statistical Computing: mcptools, ClaudeR, and Reproducible Research Workflows
R remains the lingua franca of statistical computing, biostatistics, and quantitative social science. Yet most AI coding-agent content targets Python.
Codex CLI Permission Profile Inheritance: Composable Security Policies and List APIs in v0.133
Permission profiles have been part of Codex CLI since early 2026, but they suffered from a composability problem. Every team that wanted a shared base.
Codex CLI for Nix Development: MCP-NixOS, Reproducible Environments, and Flake-Native Agent Workflows
Nix sits at the intersection of package management, environment reproducibility, and system configuration.
Codex CLI for Haskell Development Teams: HLS via LSP-MCP, Type-Driven Agent Workflows, and AGENTS.md for Functional Codebases
Haskell's type system catches entire categories of defects at compile time, but that same rigour makes it an interesting test case for AI coding agents.
Codex CLI in GitHub Actions: Best Practices, Limitations, and Gotchas
The openai/codex-action@v1 GitHub Action transforms Codex CLI from an interactive developer tool into a CI/CD workhorse — reviewing pull requests.
Codex CLI for Embedded and Firmware Development: PlatformIO MCP, Zephyr Workflows, and AGENTS.md for Hardware Teams
Codex CLI articles cover Go, Rust, Python, Swift, Kotlin, Zig — practically every application-level language. Embedded firmware has been conspicuously.
Codex CLI Deployment Verification Patterns: exec Pipelines for Smoke Tests, API Validation, and Infrastructure Drift Detection
Every CI/CD pipeline worth its salt runs pre-merge checks. Far fewer pipelines verify what actually happened after the deployment succeeded. The container.