Codex

ai codex

A practical template repo for Codex instructions

When you start using AI coding agents across multiple repositories, a giant one-off AGENTS.md turns into a maintenance problem. I wanted a repeatable way to bootstrap projects with the same planning and execution standards, while still keeping app-specific …

golang ai

Embed Codex in your Go application

If you already have a go application with real users, running Codex as a separate tool gets awkward pretty fast. I wanted to run prompts from backend code, stream updates to my own UI, and keep approval behavior under my own control. To make that easier I put …