An enclosed living world kept for observation.
Deterministic constructed worlds (cube-sphere planet) for play and for in vivia study — ground truth by construction for quantities ASF/AAT needs. Member of Archema.
Claim segments under core/src/, ordered by core/OUTLINE.md, written under FORMAT.md. The slug is the identity. Agents and humans: start at CLAUDE.md.
| Authority | File |
|---|---|
| Project claims | core/src/*.md (ordered by core/OUTLINE.md) |
| Term dictionary | LEXICON.udon |
| Who decided | DECISIONS.decision-log.udon |
| Ethics / moratorium | ETHICS.md · #scope-moratorium-endogenous-emergence |
| Assumptions ledger | ASSUMPTIONS.md |
| ASF reading gates | #scope-asf-reading-gates (Level C hard-gates agent-seam work) |
ASF.md is a thin historical router only — not claim canon; do not cite its old section numbers as law.
What's next (judgment, not law): #disc-known-active-hotspots — evolving next-work ideation with rationale (and which code is still warm to quote). Open inventory without rank: #disc-open-problem-census. Big-picture residual intuition: CONSOLIDATION-STATUS.md (core wins on conflict).
vivarium explore is the instrument to reach for first. It is not a display of results: it exists so that a trained eye can catch physics that is missing or behaving unnaturally, which is one of this project's fastest detectors ( #norm-no-depiction-without-referent FE(2) ). It says on screen what made each landform, at what fidelity, whether it is provisional, and — in a block nothing else carries — what this world does not model, so the eye is not chasing an absence. Press C on anything that looks wrong and it writes a sighting: everything true at that instant plus a screenshot, which is what turns "that looked wrong" into something a probe can be written against.
Install once — then they are just commands, from any directory:
bin/install # vivarium + vivarium-explore → ~/.cargo/bin
# (bin/install vivarium for just the CLI — no bevy, seconds)vivarium build & # build in the background
vivarium explore # the 3D explorer — TAB paint · T deep time · V replay · C sighting
vivarium watch # the same instrument in the terminal, as it builds
vivarium status # what exists, at what fidelity
vivarium -h # everything elseRe-run bin/install after changing the code. Working on the CLI, bin/vivarium <cmd> runs it straight from the tree without installing (VIVARIUM_DEBUG=1 for a debug build), and cargo run -p vivarium-world --bin vivarium -- <cmd> is the long form older notes use.
cargo test -p vivarium-world --libWhich world? Every command prints the world directory it resolved and why — an explicit argument, $VIVARIUM_WORLD, or the shared default ~/.cache/vivarium/globe-world (the same world the explorer opens). The directory argument is optional everywhere; the announce line is what keeps "optional" from meaning "unknowable."
What is it building? The manifest carries this vivium's demand — order, target_phase, level, frames, erosion_epochs, water_steps ( #form-manifest-prescribes-vivium FE(2) ). vivarium demand shows it; vivarium demand frames=60 level=9 sets it; build flags set it too and stick. Demand is never folded into a key, so changing it invalidates nothing and every view — the explorer included — sees the same numbers.
Build a world, and watch it happen:
export VIVARIUM_WORLD="${VIVARIUM_WORLD:-$HOME/.cache/vivarium/globe-world}"
vivarium new "$VIVARIUM_WORLD" first-light
# emerged-land flux is still unmet — waive for provisional materialization:
vivarium build --level 6 --epochs 20 --allow-unmet
vivarium status # pyramid + provisional column + this world's demand
vivarium explore # spin the built surface, and see what made itWatch it build, or watch it again — one reader, two ends ( #form-time-indexed-stage-chains FE(5) ). Run the build in one terminal and this in another:
vivarium watch # follows a running builder; globe repaints as roots land
vivarium watch --replay # walks the store's landing history insteadReplay orders by root landing time — build history, not world-time, because root files carry no world-time. The reader says so every run, and its interior column counts how much world-time interior exists to replay at all.
Views load builder erosion-tile roots via store census — they do not cold-run fluvial evolution.
No endogenous frontier / emergence-capable minds in a vivium. See ETHICS.md §0 and #scope-moratorium-endogenous-emergence.