Foundry Wiki

Foundry is a declarative, manifest-driven framework for building and operating platforms. One manifest describes the platform — its services, stacks, environments, and how each service deploys. The foundry CLI scaffolds it, runs it locally, and generates its CI/CD; a dedicated ops repo orchestrates deploys; an infrastructure repo holds the shared modules.

v0.7.0

The manifest schema is at v0.7.0 — multi-repo (per-service repository, path, and environments) and a unified deploy.strategy. foundry init currently scaffolds a single-repo v0.5.0 manifest — the multi-repo fields are additive and used by the central ops-repo platform.json.