0069 — Bang produces fully-formed region snapshots¶
Status¶
Folded into ../SYSTEMS/bang-import-pipeline.md.
Context¶
Bang owns the deterministic content-shape — it emits SpecialFormation rows, Cluster and formation names (per ADR-0044), station/planet inventories, citadel state, and NPCRoster count-and-host-sector rows — and the gameserver's import pipeline is a validating loader for that snapshot plus the small layer of state bound to live operator/customer context. The full contract, row-class boundary, generation-request inputs, and Phase 13 validation surface live in the target system spec.
Related¶
../SYSTEMS/bang-import-pipeline.md— validate-and-scaffold pipeline; worldgen-content allow-list; canonicality contract onUniverse.version.../SYSTEMS/galaxy-generator-design.md— Phase 9 formation stamping and Phase 12.5a/b NPC roster placement run inside bang.../SYSTEMS/special-formations-generation.md— the stamping algorithm runs inside bang.../OPERATIONS/bang-integration.md— Universe JSON shape;Universe.versionis the contract version.- ADR-0044 — cluster and formation naming convention.
- ADR-0046 —
WARP_SINK-not-in-BUBBLEinvariant; bang enforces, Phase 13 re-validates. - ADR-0047 — pirate-holding tiers; roster seeding runs inside bang.
- ADR-0050 SK20 — gameserver-canonical equivalence amended to a versioned-schema contract on
Universe.version. - ADR-0053 WR5 — worldgen-content allow-list.
- ADR-0064 — Phase 13 cross-checks.
../DATA_MODELS/galaxy.md,../DATA_MODELS/special-formations.md,../DATA_MODELS/npcs.md— schema source-of-truth; bang consumes generated bindings.