The framework

Foundry

Foundry wraps Claude Code sessions with persistent memory, project conventions, multi-thread awareness, and correctness checking. It's a nervous system around a capable model — so the agent stops re-learning what you already taught it.

The agentic team.

Five roles wrap every message. Defined by where they show up in the lifecycle — not by headcount. One agent or many is an implementation choice, not an architecture one.

Install

git clone https://github.com/inixiative/foundry.git
cd foundry
bun install
bun run setup
bun run start

Requires Bun 1.0+. Pick a provider (Anthropic, OpenAI, Gemini, or Claude Code CLI) during setup.

Design principles

License

packages/core — MIT. packages/foundry — BSL 1.1, converts to MIT on 2030-04-06.