15 FORGE

FOUNDRY

INDEX KNOWLEDGE

Sixteen gigabytes of repositories, readable in a thousand tokens.

27 PROJECTS

Abstract

Foundry is the control tower for the whole estate: a single registry describing twenty-seven projects (tier, location, remote, and the dependency edges between them) plus a read-only scanner that regenerates a live status view. It deliberately contains no project code. It exists so that any agent, human or otherwise, can orient across roughly sixteen gigabytes of repositories for the cost of about a thousand tokens instead of a filesystem crawl.

Provenance

Came out of a context problem, not an architecture one. Once the estate crossed twenty-odd repositories, every agent that needed to know where something lived had to be told, expensively, at the start of every session.

Declassified

The smallest thing on this page and the one I would defend hardest as a pattern. The cost of context is the real constraint on autonomous work, and the fix was not a smarter retrieval system, it was an index a human could also read. The scanner is read-only by design: it reports the estate, it never reorganizes it. Same rule as the dashboard, for the same reason.

Want the detail behind this?

The dossier above is the public shape of it. The architecture decisions, the tradeoffs and what broke are a conversation.

Reach out directly