The workshop

The workshop around your agent.

Foundry wraps the coding sessions you already use with project memory, context routing, guardrails, and a record of what the team taught the agent along the way.

Cyberpunk foundry with a luminous grand program under construction.Greek workshop with a monumental bronze titan-scale project under construction.Arkham drafting hall with an impossible architectural system being stabilized.
Foundry view The project stays at the center The scene changes by theme, but the product job is stable: keep the work, context, and corrections connected. Cyberpunk / Greek / Arkham
What Foundry adds

Not a new agent. The layer that keeps agent work aligned.

Context routing

Assemble the smallest useful context slice for the task instead of pushing the whole corpus into every prompt.

Signal capture

Record the corrections, redirects, and decisions that normally evaporate when a session ends.

Guarded execution

Check conventions, security, architecture, and known failure modes before drift becomes normal.

Operator visibility

Trace what happened, what context was loaded, what was corrected, and what should be remembered.

The team around every session

Specialized roles, practical responsibilities.

The imagery can be grand. The workflow is ordinary: map context, capture learning, monitor the wire, protect boundaries, and do the work in the repo.

around the project CARTOGRAPHER
CARTOGRAPHER — Maps contextCARTOGRAPHER — Maps contextCARTOGRAPHER — Maps contextLIBRARIAN — Captures learningLIBRARIAN — Captures learningLIBRARIAN — Captures learningHERALD — Watches the wireHERALD — Watches the wireHERALD — Watches the wireWARDEN — Guards boundariesWARDEN — Guards boundariesWARDEN — Guards boundariesARTIFICER — Does the workARTIFICER — Does the workARTIFICER — Does the work

CARTOGRAPHER

Maps context

Finds the project context a task actually needs, so the working agent does not have to carry the whole corpus.

Install

Bring your own repo, model, and workflow.

Foundry is source-available workshop infrastructure around your existing agent setup. Start locally, then decide which layers to wire in.

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

The product is grounded even when the stage is cinematic.

Wrap, do not replace

Foundry works around Claude Code and other agent workflows rather than asking teams to migrate their work.

Right context, not more context

Project memory has to be routed, layered, and measured. Dumping everything into the prompt is not alignment.

One writer, many readers

The Librarian is the reconciliation point so signals become coherent project state instead of scattered notes.

Every correction can compound

A lesson learned once should be available to the next run, the next agent, and eventually the whole team.

License

The core package inside the Foundry repo is MIT. packages/foundry is BSL 1.1 and converts to MIT on 2030-04-06.