The First End-To-End Demo

Watch the platform loop prove itself

This is the reference implementation running its Family Style World: a family plans outfits for a wedding. A plan is drafted in an isolated Candidate World, a World Law refuses the premature merge, explicit acceptance becomes a Commit through the interaction bridge, Reality advances with a traceable diff, and the experience recomposes. Every line below is real output from pnpm demo.

1 / 11
Reality — append-only, every snapshot keptsnap__initialworld_family · 16 entitiessimulate → cw_1cw_world_family_1traversal · 10 entities, law-filteredripple “create.applied” · magnitude 0.85 · proposals, not mutationslaw_candidate_acceptance✕ refused — rejection is a correct outcomebridge → WIL commit/commitsnap_13diff · 3 opsSLI projectionprimary: household_primarythe loop, proven — what changed, why, who, what was simulated, what became Reality, why it’s visible
Compiler

Define and compile the Family Style World

A world is declared — people, closets, garments, relationships, laws — and compiled into an Executable World. The runtime never executes raw definitions.

$ pnpm demo

━━ 1–2. Define and compile the Family Style World

compiled world "world_family" (16 entities)

Run it yourself

The demo is deterministic — you will get the same loop, the same law refusal, and the same six answers on your machine.

$ git clone https://github.com/Architech-Forge/reality_loom.git

$ cd reality_loom && pnpm install && pnpm build

$ pnpm demo