SethGammon/Citadel
809 stars · Last commit 2026-08-02
The operating layer for Claude Code + OpenAI Codex: persistent project memory, intent routing, safety hooks, cost telemetry, and parallel agent fleets.
README preview
<img src="assets/citadel-hero.svg" width="100%" alt="Citadel, an operating layer for Claude Code and OpenAI Codex" /> <div align="center"> [](https://github.com/SethGammon/Citadel/actions/workflows/tests.yml) [](LICENSE)  [](https://sethgammon.github.io/Citadel/) **An open-source operating layer for Claude Code and OpenAI Codex.** Citadel helps coding agents work reliably across real repositories. It routes requests, preserves project state between sessions, coordinates parallel work, applies repository safeguards, and records verification and handoffs. [Quick install](#quick-install) | [Start using it](#start-using-it) | [Is it a fit?](#when-citadel-is-useful) | [Portable operations](#portable-operations) | [Documentation](#choose-your-documentation) </div> ## Quick install **Requires:** Claude Code or OpenAI Codex, Node.js 18+, and a git repository.