0053 — Runtime Services (Batch 6)¶
Status¶
Folded into quantum-depletion-service.md, anchor-repair-service.md, special-formations-generation.md, genesis-deploy.md, ship-registry.md, market-pricing.md, galaxy-generator-design.md, bang-import-pipeline.md, and region-lifecycle.md (not realtime-bus.md) — defer to those pages for the canonical description. (re-verified 2026-08-06)
Context¶
Nine runtime-service decisions in the WR series sat unresolved (WR4–WR14, minus WR13 already closed by ADR-0051) — each a periodic service or batch job the design implied but never explicitly specced (cadence, scan target, idempotency rule, failure mode). This ADR locked those specs: hostile-NPC spawn schedules (WR4), the bang-import worldgen/runtime allow-list (WR5), the quantum-depletion replenishment tick (WR6), the emergent-formation detector pass (WR7), the Genesis Team formation tick (WR8), the subscription-lifecycle promotion cron (WR9), the stolen-ship retract-grace expiry tick (WR10), the anchor-repair daily scan (WR12), and eager market bootstrap at station creation (WR14). Most are scheduled-tick services on cadences from 60 seconds to daily; a few are event-triggered. All compose with existing surfaces — none required new architecture.
Folded into:
- SYSTEMS/quantum-depletion-service.md — WR6
- SYSTEMS/anchor-repair-service.md — WR12
- SYSTEMS/special-formations-generation.md — WR7
- SYSTEMS/genesis-deploy.md — WR8
- SYSTEMS/ship-registry.md — WR10
- SYSTEMS/market-pricing.md — WR14
- SYSTEMS/galaxy-generator-design.md — WR4 (Cabal HQ pre-seeding)
- SYSTEMS/bang-import-pipeline.md — WR5
- SYSTEMS/region-lifecycle.md — WR9
Related docs¶
SYSTEMS/npc-scheduler.md— AM enforcement on-demand spawn flow (WR4).ADR/0048-pirate-ecosystem-dynamics.md— pirate spawn governed here (WR4).ADR/0050-batch3-provisioning-lifecycle-hardening.md— region-lifecycle parent decision (WR9, WR12) and gameserver Phase 13 invariants used by the bang-import validation (WR5).ADR/0051-batch4-scale-targets.md— closes WR13 (market-price tick rate-limiting).