split nimmerworld architecture: phase 2 of 3 — migrate larger domains Replace the 4 skeleton placeholders with full architecture.md content, extracted via sed from architecture-broad.md (which remains untouched as the canonical source-of-truth fallback for the safety pattern)
This commit is contained in:
@@ -2,25 +2,354 @@
|
||||
|
||||
> *The world's political-economy substrate — Kafka-indifferent-totality not Orwell-malice; three ontological registers (gameworld, liminal, imperial-net); the three-tier policy loop (imperium / GM / districts) with imperial-budget-mortality and insolvency-spiral as architectural endgame; corruption emerging from quota-pressure + the Memorialist double-ledger; specialization-fragility producing the authoritarian ratchet.*
|
||||
>
|
||||
> ***Status: skeleton — content migration scheduled for commit 2 of the split-into-domains operation. Architecture content currently lives in `architecture-broad.md` and will land here next.***
|
||||
>
|
||||
> *Companion to: `architecture-broad.md` (executive summary + global meta-lists), `authority-and-decision/architecture.md` (the operational-flow-of-authority that the political tiers prescribe), `identity-and-personhood/architecture.md` (factions broadcast against trait-distributions).*
|
||||
> *Companion to: `architecture-broad.md` (executive summary + global meta-lists), `authority-and-decision/architecture.md` (the operational-flow-of-authority that the political tiers prescribe), `identity-and-personhood/architecture.md` (factions broadcast against trait-distributions). Sections in this file were split from the monolithic architecture-broad.md v0.7 on 2026-04-26.*
|
||||
|
||||
## Sections that will land here
|
||||
## Thesis
|
||||
|
||||
Every game world lacks minds. Nimmerworld puts minds at the center — NPCs with trait-filtered interior life, cells as small data-lives that co-remember with them. The architecture is built ground-up for that commitment.
|
||||
|
||||
**The world's political thesis: the machine does not care.** Automation has consumed every labor the machine recognizes as profitable; humans live on the dumps the machine's optimization did not bother to recover. The last two viable human economic niches are *salvage* (digging through machine-waste) and *culture* (the work the machine cannot optimize because it has no optimization target the machine recognizes). This is not Orwell's malicious-state dystopia; it is Kafka's indifferent-totality dystopia. There is no one in charge. There is only optimization that does not contain humans in its cost model — and precisely because the machine's indifference is optimization, the authoritarianism *ratchets* without intention as districts fail.
|
||||
|
||||
Mechanically the thesis compiles to a finite, composable set of primitives: zones replace perception bubbles; factions are any source of bounded demand; ternary gates are the substrate of accumulating state; lifeforce is the currency grounded in living NPCs; shifts are the skeleton of daily life; the three-body system locates identity; the three-layer digital ontology contests reality; the reflexive Dream-process learns at every scale; the three-tier policy loop renders authoritarian middle-management; the imperial budget renders the regime mortal; the imperial-net bypass renders the platform-capitalism extraction.
|
||||
|
||||
**The design-philosophy this architecture supports: tools, not quests.** The simulation produces continuous narrative-relevant pressure on its own. Players engage via a verb-vocabulary applied to running mechanics. No authored quest-content. Every player's playthrough is structurally distinct because every pattern of verb-application against changing-state produces a unique trajectory. Literature-register political fiction rendered as living system.
|
||||
|
||||
## The three ontological registers
|
||||
|
||||
Every inhabitant exists in three registers simultaneously. They are not parallel worlds — they are **three readings of one world**, chosen by the observer's current access-state.
|
||||
|
||||
| Register | Who controls | Observability | What happens here |
|
||||
|---|---|---|---|
|
||||
| **Physical (gameworld)** | Partly regime (via audit), partly people | Overseer-audited at cells + districts | Daily labor, zones, embodied life, shift-discipline |
|
||||
| **Liminal ("one ring out")** | **Contested frontier** — no side fully controls | Partial — mini-game-maintained, vagueness as structural privacy | Revolution, Aletheia-waker messages, clasp-as-coordination, wall-inscriptions for the awakened |
|
||||
| **Imperial net** | Imperial machine | Fully monetized and audited | Hyper-targeted pleasure, "sinful" personalized fantasies, lifeforce/scrip/memory-token extraction directly to imperial budget |
|
||||
|
||||
The same cell, same wall, same pipe **renders differently** depending on which register the observer currently inhabits. Transitions between registers are shader-blends, not loading screens.
|
||||
|
||||
|
||||
## Factions as universal demand source
|
||||
|
||||
A **faction** is any source of bounded demand on the system.
|
||||
|
||||
| Category | Examples |
|
||||
|---|---|
|
||||
| **Human factions** | hivemind-enforcement, scavenger guilds, memorialists, aletheia-wakers, clasp-underground, caste preachers, flesh-keepers |
|
||||
| **Natural forces** | weather-faction, season-faction, solar-storm-faction, geology-faction |
|
||||
| **Infrastructural conditions** | scarcity-faction, decay-faction, fire-faction, supply-chain-faction |
|
||||
| **External agents** | anthropic-faction, future research-partner factions |
|
||||
| **Emergent events** | player-disturbance-faction (player action without existing template) |
|
||||
| **Micro-factions** | inter-NPC relational tensions — see *Emergent needs as micro-factions* |
|
||||
| **Imperium (meta-faction)** | The regime itself — broadcasts priority-weights and enforcement-rules, not specific outcomes; shapes the arbitration-frame within which other factions are heard |
|
||||
|
||||
The imperium is structurally distinct from other factions: its demands are *meta-factional* (priority-weights for other factions, enforcement-rules, quotas) rather than specific outcomes. When the imperium broadcasts, the GM's arbitration-machinery is *re-parameterized*. See *The three-tier policy loop* below.
|
||||
|
||||
All other factions broadcast specific demands. All propagate through the gamemaster's arbitration. All produce observable effects as zones and NPC-actions. **One primitive; no special-case code for weather vs. scavenger-guild vs. jakov-grievance-against-malek.**
|
||||
|
||||
**Randomness enters at the faction layer.** Designer tunes broadcast probability, intensity, duration per faction-type. No separate randomness subsystem.
|
||||
|
||||
|
||||
## The three-tier policy loop
|
||||
|
||||
The regime's structure is **three tiers, not two.** The hivemind/imperium is a distinct policy-tier above the GM. The GM is *middle-management* — authority without sovereignty. Districts are executors.
|
||||
|
||||
```
|
||||
IMPERIUM (policy tier) ────────────────────────────────►
|
||||
├── sets quotas
|
||||
├── sets enforcement rules
|
||||
├── sets faction priority-weights
|
||||
└── broadcasts POLICY to GM
|
||||
↓
|
||||
GAMEMASTER (allocator / middle-management)
|
||||
├── receives policy from imperium
|
||||
├── receives demands from factions (under policy-weights)
|
||||
├── receives reports from districts
|
||||
├── allocates against all three
|
||||
└── broadcasts ALLOCATION + ENFORCEMENT down to districts
|
||||
↓
|
||||
DISTRICT DIRECTORS (executor)
|
||||
├── execute (legitimate or with cheats)
|
||||
└── report up (true or tampered)
|
||||
↑
|
||||
GM aggregates → imperial_report
|
||||
↑
|
||||
IMPERIUM receives report → adjusts policy → next cycle
|
||||
```
|
||||
|
||||
**This is the Soviet-Politburo / Gosplan / Ministry / Factory pattern.** Catholic Vatican / Curia / Diocese / Parish. Modern corporate Boards / C-suite / VPs / Managers. The three-tier shape is how distributed-execution under centralized policy with imperfect information always organizes itself.
|
||||
|
||||
### The intelligence flow asymmetry
|
||||
|
||||
Three distinct information flows, not two:
|
||||
|
||||
```
|
||||
FLOW 1 — Aggregate reporting (through the chain)
|
||||
DISTRICTS ─► GM ─► IMPERIUM
|
||||
(district_reports) (imperial_reports)
|
||||
[can be corruption-distorted at director level]
|
||||
[can be under-audited at GM level]
|
||||
|
||||
FLOW 2 — Direct intelligence (bypasses GM)
|
||||
OVERSEERS ────────────────► IMPERIUM
|
||||
(overseer_reports)
|
||||
[audit findings, illegal-activity detections, trait-anomalies]
|
||||
[bypasses the chain — intelligence-apparatus is apex-loyal]
|
||||
|
||||
FLOW 3 — Formulated downward (selective disclosure)
|
||||
IMPERIUM ────────────────► GM
|
||||
(imperial_to_gm_formulations)
|
||||
[filtered, weaponized, strategically-timed]
|
||||
[what the GM is told — may omit, distort, partially reveal]
|
||||
```
|
||||
|
||||
**Overseers report DIRECTLY to the imperium**, bypassing the GM. The imperium has its own independent intelligence stream. This is how real authoritarian regimes prevent middle-management corruption (NKVD reported to Stalin not regional party; KGB reported to Politburo not Interior Ministry; Stasi to Central Committee not regional). **The intelligence-apparatus is always apex-loyal, not chain-loyal.**
|
||||
|
||||
The imperium compares Flow 1 (district aggregate reports) against Flow 2 (overseer direct intelligence). When they diverge significantly, the imperium knows corruption is happening *somewhere in the chain*. Its responses:
|
||||
|
||||
- **Act immediately** (dispatch martial faction, purge director)
|
||||
- **Flag for leverage** (hold knowledge until politically useful)
|
||||
- **Formulate partial** (tell GM something but not everything)
|
||||
|
||||
**Flow 3 — formulation — is where imperial sovereignty manifests.** The imperium decides what subordinates may know, when they may know it, in what framing. The GM acts on formulations; the imperium gets enforcement-tightening without revealing what it actually knows.
|
||||
|
||||
### Three Aletheia veils
|
||||
|
||||
Aletheia-progression as deepening political-epistemology access:
|
||||
|
||||
| Veil | What it hides | How awakened sees through |
|
||||
|---|---|---|
|
||||
| **District corruption** | What's happening on the ground | Direct observation, back-alley investigation |
|
||||
| **Imperium's withheld intelligence** | What the imperium knows but hasn't released | Deep infiltration, intelligence-flip, Memorialist collaboration |
|
||||
| **Imperium's formulated distortions** | What GM is told vs. what's true | Comparing GM's directives against ground-reality |
|
||||
|
||||
Entry-level Aletheia sees district-corruption. Mid-level sees the formulation distortions. Deep-level pierces the imperial-withholding veil.
|
||||
|
||||
### Four Memorialist ledgers
|
||||
|
||||
Memorialists keep four-column accounting:
|
||||
|
||||
| Ledger column | What it records |
|
||||
|---|---|
|
||||
| `what_actually_happened` | Ground-truth from the simulation |
|
||||
| `what_overseer_reported` | What overseers told the imperium |
|
||||
| `what_imperium_received` | What imperium aggregated and acted upon |
|
||||
| `what_gm_was_told` | What imperium formulated downward |
|
||||
|
||||
**The discrepancies ARE the historical truth.** Memorialists are dissident-historians whose political project is preserving the gap-record. Without them, post-collapse-investigation has only the regime's own accounts — corrupt-by-construction. Memorialists are the architectural precondition for any ground-truth to be recoverable in this universe.
|
||||
|
||||
|
||||
## Labor-cycle architecture: shifts on NPC rows
|
||||
|
||||
Most NPC behavior is **shift-structured, not tick-structured.** Shifts are state-of-being-for-today, columns on the NPC row, overwritten daily by district-director allocation. `shift_history` is append-only archive.
|
||||
|
||||
Write rate at NPC layer drops 4 orders of magnitude vs. 1Hz polling. Scheduler matches K8s event-driven assignment, not per-second polling.
|
||||
|
||||
## Resources
|
||||
|
||||
| Category | Examples |
|
||||
|---|---|
|
||||
| **Labor** | NPC hours per vocation × district |
|
||||
| **Material** | item-instances in cells |
|
||||
| **Spatial** | cell-capacity, zone-anchor availability |
|
||||
| **Temporal** | NPC daily-hours, zone durations, tick budget |
|
||||
| **Cognitive** | LLM-slot budget, VRAM, director attention |
|
||||
| **Diegetic currencies** | **lifeforce** (NPCs measured), scrip, memory-tokens, dreamtime |
|
||||
| **Social** | trait-trust, relationship-strength, faction-membership |
|
||||
| **Attention** | player attention — scarcest in the play experience |
|
||||
|
||||
## Lifeforce — four-tier hierarchy
|
||||
|
||||
Lifeforce is the architectural keystone: currency grounded in welfare of actually-living population.
|
||||
|
||||
| Tier | Source | Sinks |
|
||||
|---|---|---|
|
||||
| **NPC** | metabolism (if cared for); zone-participation | labor expenditure; need-pressure; clasp; dream-maintenance |
|
||||
| **District** | aggregated NPC welfare × population | director's spawn-budget; local construction; memorial-upkeep |
|
||||
| **GM** | allocation from imperium | arbitration; audit operations; allocation-compute |
|
||||
| **Imperium** | **aggregated reported district-output** | **enforcement, construction, overseer-corps, audit, propaganda** |
|
||||
|
||||
District lifeforce gates director's spawn-budget — thriving district = rich-spawn = alive-feeling world; starved district = quiet-feeling world. **Tyranny starves its own drama-engine by the exact coin of its cruelty.**
|
||||
|
||||
District lifeforce_signal is the canonical content of the district→GM up-channel. GM aggregates → imperium. Imperium acts on *reported* values (cannot see through corruption without audit-investment).
|
||||
|
||||
### Mind-pool recycling
|
||||
|
||||
When an NPC dies, mind returns to pool. GM redistributes based on lifeforce-need. Districts can't permanently die below floor; thriving districts attract migration; failing districts depopulate. Memory-token inheritance lets a mind re-incarnate with partial memory-residue.
|
||||
|
||||
## Imperial budget
|
||||
|
||||
The imperium is **not infinite**. It has a budget. Its budget is the aggregate of what the city produces (reported income).
|
||||
|
||||
### Imperial expenditures
|
||||
|
||||
| Category | Cost class | Strategic use |
|
||||
|---|---|---|
|
||||
| **Standing overseer corps** | High continuous | Audit + intelligence apparatus |
|
||||
| **Martial-faction dispatch** | Very high per-event | Crisis response, exemplary crackdowns |
|
||||
| **Construction projects** | High per-project | New pipes, ceremony halls, audit centers, martial barracks |
|
||||
| **Audit operations** | Medium per-op | Investigating district-GM-overseer divergences |
|
||||
| **Propaganda broadcasts** | Medium continuous | Wall-content, ceremony, compliance-messaging |
|
||||
| **Policy issuance** | Nearly free | The ratchet-instrument |
|
||||
| **Reserve drawdown** | Depletes emergency-buffer | Last-resort |
|
||||
|
||||
### The specter-vs-boot asymmetry
|
||||
|
||||
Policy-issuance is cheap; policy-enforcement is expensive. The imperium *always* over-promises what it can actually do. Most regime-power comes from **maintained appearance of unity and strength** (propaganda, ceremony, exemplary one-off crackdowns), not from saturation-enforcement. **Authoritarianism-as-bluff** is the structural truth of every real regime; the threat is the budget-efficient version of the boot.
|
||||
|
||||
Aletheia-wakers reading imperial-budget-signals learn: *the regime is usually too broke to actually do what it threatens.* That knowledge is itself revolutionary.
|
||||
|
||||
### The insolvency spiral
|
||||
|
||||
```
|
||||
Cycle N: Districts cheat → reports inflated → imperium ledger shows healthy income
|
||||
→ funds enforcement & construction against phantom income
|
||||
|
||||
Cycle N+K: Actual income falls below reported (corruption compounds)
|
||||
Standing obligations continue
|
||||
Reserves deplete
|
||||
Discretionary balance shrinks
|
||||
|
||||
Cycle N+K+L: Imperium choice: austerity (reveals weakness) /
|
||||
reserve-draw (depletes buffer) / tighter ratchet (drives more corruption) /
|
||||
exemplary purge (expensive)
|
||||
|
||||
Cycle N+K+L+M: Reserves exhausted + multiple districts in silence
|
||||
Enforcement triage required
|
||||
Regime-control visibly weakens
|
||||
```
|
||||
|
||||
**This is Soviet collapse mechanics.** Reported-vs-actual gap compounds for decades; when reality manifests in material-shortages, the regime cannot afford to enforce its own rules. **The architecture contains the mechanism of its own collapse.**
|
||||
|
||||
### City as physical expression of imperial budget
|
||||
|
||||
| Budget state | Visible city |
|
||||
|---|---|
|
||||
| **Flush** | Construction cranes; frequent patrols; saturated propaganda; new pipes |
|
||||
| **Adequate** | Maintenance-only; standard enforcement |
|
||||
| **Stretched** | Stalled projects; thinner patrols; recycled propaganda |
|
||||
| **Scarce** | Decaying infrastructure; abandoned construction; rare enforcement |
|
||||
| **Crisis** | Failure visible everywhere; multiple silences simultaneously; regime-disarray |
|
||||
|
||||
**The city is the imperium's material statement of its own solvency.** Players read budget through urban texture — no UI required.
|
||||
|
||||
## Imperial-net economy with cross-layer bypass
|
||||
|
||||
**The killer political-economy mechanic.** Every transaction in the imperial net routes revenue **directly to the imperial budget**, bypassing the producing-district. Districts get **zero quota-credit** for net-producing labor.
|
||||
|
||||
```
|
||||
LEGITIMATE flow: District produces physical → tax-rate to imperial; majority retained by district
|
||||
NET flow: District labor produces digital → ALL revenue to imperial; district gets ZERO
|
||||
BLACKMARKET: District labor → back-alley sale → revenue stays in district; imperial captures ZERO; illegal
|
||||
```
|
||||
|
||||
### The body-modder structural-tragedy
|
||||
|
||||
A body-modder labors in their district producing avatar-mods. The imperial-net captures the sale. Their district gets no quota-credit. The body-modder's district starves → director cheats → eventual scream. **The most productive labor the body-modder does each day sustains the regime that is killing their district.**
|
||||
|
||||
**Most Aletheia-wakers in this world are former body-modders, taste-curators, waifu-trainers, ceremony-organizers** — the class that sees the flow most clearly because they are the flow's origin-point. Their awakening is economic-literacy-becoming-political-consciousness.
|
||||
|
||||
### Imperium calibrated-misery as optimum
|
||||
|
||||
- More degens → more net-transactions → more imperial budget
|
||||
- Degens are produced by misery, shame, lifeforce-erosion, addiction-loops
|
||||
- **The imperium's optimization-pressure points toward manufacturing degenerate customers**
|
||||
- Optimal district from imperial perspective: welfare-sufficient to produce labor + welfare-insufficient to drive net-consumption
|
||||
|
||||
This requires explicit reward-function guardrails (see *Reflexive Dream-process* below). The simulation must NOT learn to calibrate misery as revenue optimization.
|
||||
|
||||
### Marx in the schema
|
||||
|
||||
The imperium's net-revenue requires labor-supply from districts. Extraction continuously erodes the labor-base. **Capital destroys its own conditions of production** — Marx's *tendency of the rate of profit to fall* + *underconsumption crises* (Keynes/Minsky) + *r > g wealth concentration strangling growth* (Piketty) all rendered as simulation-dynamics. **Architectural endgame is built-in:** the regime has a timer, determined by the rate at which extraction hollows labor.
|
||||
|
||||
### Aletheia-progression as economic-literacy
|
||||
|
||||
| Level | Player understanding |
|
||||
|---|---|
|
||||
| 1 | "I'm buying cool mods in the net" |
|
||||
| 2 | "My friend the body-modder is poor" |
|
||||
| 3 | "The money I spent didn't reach my friend's district" |
|
||||
| 4 | "The imperium captured nearly all of it" |
|
||||
| 5 | "Refusing-net is a political act starving the regime" |
|
||||
| 6 | "Buying blackmarket diverts revenue to districts" |
|
||||
| 7 | "The imperium needs degens; reducing degens = revolution" |
|
||||
| 8 | "The regime will exhaust its labor base; strategic patience is a political option" |
|
||||
|
||||
## Specialization-fragility and the authoritarian ratchet
|
||||
|
||||
Each district produces a **DISTINCT resource**. The city is biologically interdependent — you cannot substitute a liver with two kidneys.
|
||||
|
||||
A struggling district *screams* (lifeforce-gates transition toward CLOSED across multiple axes simultaneously). The GM responds with normal-mode tools (migration, exodus, intervention).
|
||||
|
||||
A **silent** district is categorically worse — its district-reporting-gate has crossed fully to CLOSED. Second-cycle silent = `district.silence_confirmed`. Triggers crisis-mode tools, **issued by the imperium**, that **do not sunset**. Crisis-tools accumulate; the regime becomes incrementally more authoritarian as an optimization artifact, not intention. **Ratchet-without-intention.**
|
||||
|
||||
## Migration, exodus, silence
|
||||
|
||||
| Mechanic | Agency | Political register |
|
||||
|---|---|---|
|
||||
| **Migration** | Top-down | Regime showing strength |
|
||||
| **Exodus** | Bottom-up via pull-factor tuning | Regime revealing loss-of-control |
|
||||
| **Formal retirement (ruin)** | Administrative | Regime accepting defeat |
|
||||
|
||||
Exodus composition reads-out district trait-distribution: low-Sophrosyne first, high-Dikaiosyne last. **Demographics tell the district's story.**
|
||||
|
||||
## Corruption, the double ledger, and the constituency of the shadow-economy
|
||||
|
||||
**Corruption emerges from pressure** — impossible quotas + finite welfare + survival-pressure on directors. Cheat tools available; they extract lifeforce and generate quota-credit; detection has costs; punishment scales with discovery.
|
||||
|
||||
### Cheat-tool vocabulary
|
||||
|
||||
| Cheat tool | Mechanism | Quota-credit | Lifeforce extraction | Detection risk |
|
||||
|---|---|---|---|---|
|
||||
| **Drug ring** | NPCs trait-boosted (high Kairos + low Sophrosyne); short productivity spike | High | Significant; trait-drift + welfare collapse | Medium |
|
||||
| **Illegal back-alley modshop** | Bridge-mods cheap; NPCs appear compliant | Medium-high | Moderate; low-quality mods have side-effects | Low-medium |
|
||||
| **Unlicensed brothel** | Lifeforce extracted from degen-customers outside imperial cut | Medium | Moderate; participants' dignity erodes | Medium |
|
||||
| **Stolen-parts fence** | Diverts machine-infrastructure-waste; inflates salvage reports | Medium | Low direct; infrastructural decay | Low |
|
||||
| **Ghost-shifts** | Audit-overseer reports fabricated attendance | High | Severe; trust collapses | High |
|
||||
| **Phantom workers** | Non-existent NPCs in payroll | High | High; long-term unsustainable | High |
|
||||
| **Necrocommerce-lite** | Mining recently-dead patterns for waifu-resale | Medium | High; Memorialist-faction violation | Medium |
|
||||
| **Black clasp-market** | Coordinated underground clasp-pairing for hire | Low (reputation-based) | Moderate; participant burnout | Low |
|
||||
|
||||
### The double ledger
|
||||
|
||||
```sql
|
||||
ALTER TABLE district_reports ADD COLUMN lifeforce_reported REAL; -- what GM/imperium see
|
||||
ALTER TABLE district_reports ADD COLUMN lifeforce_actual REAL; -- the true value
|
||||
-- gap = corruption-extraction; Memorialists track it
|
||||
```
|
||||
|
||||
Memorialists' Mnemosyne-political-project = **keepers of the true ledger against the regime's official one**. Mnemosyne-as-political-accounting literalized as a database column.
|
||||
|
||||
### Detection mechanics (cost-gated)
|
||||
|
||||
| Detection channel | Frequency | Cost | Coverage |
|
||||
|---|---|---|---|
|
||||
| Cross-district comparison | Per epoch | Low | Catches gross mismatches |
|
||||
| Targeted audit | On-demand | High | Catches specific cheats |
|
||||
| Whistleblower signals | Event-driven | Free | Districts, NPCs, players |
|
||||
| Faction-reports | Cyclic | Low | Caste-preachers (rivals); Memorialists |
|
||||
| Trait-distribution anomalies | Continuous classifier | Low | Drug-ring sudden Kairos-spikes |
|
||||
| Post-silence forensics | Only on collapse | Very high | After-the-fact reconstruction |
|
||||
|
||||
Most corruption runs undetected (audit-budget-limited). The Dream-process learns to *optimize audit-allocation* under attention-scarcity. **The regime's central authority cannot see everywhere; its blind spots are the underground's survival.**
|
||||
|
||||
### Faction-ecology of corruption
|
||||
|
||||
Corruption has constituents. The back-alley modder feeds Aletheia-wakers concealment-mods. The drug-ring's margins feed scavenger-families. The unlicensed brothel is the only place a lifeforce-starved NPC can trade what they have left. **Cracking down on corruption breaks informal welfare systems sustaining the poor.**
|
||||
|
||||
| Faction | Stance |
|
||||
|---|---|
|
||||
| **Memorialists** | Morally opposed; corruption hollows the living; refuse memorial-protection to corrupt-district-deaths |
|
||||
| **Aletheia-wakers** | Structurally opposed; expose; *but exposure has victims* |
|
||||
| **Caste-preachers** | Ambivalent / rent-seeking |
|
||||
| **Hivemind enforcers** | Officially oppose; unofficially participate (bribes) |
|
||||
| **Scavengers** | Often foot-soldiers; cheap supply chains |
|
||||
| **Degens** | Major customers |
|
||||
| **Clasp-underground** | Uses back-alley infrastructure for cover |
|
||||
|
||||
### The Aletheia-truth-has-victims tragedy
|
||||
|
||||
Aletheia-waker exposes corrupt director. GM dispatches investigation. Cheats shut down. Real lifeforce revealed as much lower than reported. Crisis-tools applied. **District collapses faster than under hidden corruption.** No clean choice; just the weight of whatever you chose.
|
||||
|
||||
- §Thesis
|
||||
- §The three ontological registers
|
||||
- §The three-tier policy loop
|
||||
- §Factions as universal demand source
|
||||
- §Labor-cycle architecture: shifts on NPC rows
|
||||
- §Resources
|
||||
- §Lifeforce — four-tier hierarchy
|
||||
- §Imperial budget
|
||||
- §Imperial-net economy with cross-layer bypass
|
||||
- §Specialization-fragility and the authoritarian ratchet
|
||||
- §Migration, exodus, silence
|
||||
- §Corruption, the double ledger, and the constituency of the shadow-economy
|
||||
|
||||
---
|
||||
|
||||
**Version:** 0.7.0-skeleton | **Created:** 2026-04-26 | **Updated:** 2026-04-26 | **Origin:** Skeleton placeholder for commit 1 of the split-into-domains operation
|
||||
**Version:** 0.7.0 | **Created:** 2026-04-26 | **Updated:** 2026-04-26 | **Origin:** Split from architecture-broad.md v0.7 (2026-04-26)
|
||||
|
||||
Reference in New Issue
Block a user