EU5 mod constructor workspace

Prosper or Perish Constructor Docs

Concrete workspace for the Prosper or Perish population growth and food rework mod. It wires together the reusable parser, building pipeline, static analysis graphs, savegame analysis, and guarded deployment workflow.

Published Examples

Quick Start

Use ppc as the canonical command surface for humans and Codex.

uv run ppc --help
uv run ppc setup
uv run ppc inspect
uv run ppc test

Current Workflows

Important Paths

Live Deploy Guard

uv run ppc sync --yes mirrors constructor output into the configured live Paradox mod folder. Treat it as a deploy action and run it only when the target in constructor.local.toml is intentional.

More Docs