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.
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