# V7 — Features (Page Index)

This directory holds the V7 (Mawu — a UE5 + Rust open-world "creator republic")
feature map, decomposed from the single [`../V7_features.md`](../V7_features.md)
hub into focused, in-depth, code-grounded pages. The hub remains the canonical
entry point and preserves every section heading; each page below expands one
part of the product with richer, code-grounded detail and an honest implemented
/ spec-only status. The companion architecture reference lives in
[`../architecture/`](../architecture/README.md).

> **Cross-reference convention.** Page-to-page links are relative
> (`./<slug>.md`); the architecture companion for a feature page is linked as
> `../architecture/<slug>.md`. Platform-foundation links point at the shared
> [`platform/`](../../platform/overview.html) space.

## Feature landscape

```mermaid
flowchart TB
  Creator[Creator and Mawu Studio] --> Package[Realm package assets dependencies and capabilities]
  Package --> Ixchel[Ixchel sandbox and executable modding]
  Ixchel --> Realm[Moremi server-authoritative realm]
  Realm --> Danu[Danu massive population and world continuity]
  Player[Player and Ori incarnation] --> Realm
  Realm --> Social[Pheme voice Hera social streaming and live service]
  Realm --> Economy[Abundantia creator republic commerce and payouts]
  Realm --> Governance[Eunomia governance Sekhmet safety and integrity]
  Social --> Governance
  Economy --> Governance
  Governance --> Platform[Accessibility localization discovery data fleet and launch]
```

The landscape keeps the creator experience above a hard platform/realm trust
boundary. Realm code can express powerful behavior only through declared,
enforced capabilities; server authority, durable state, voice/social, economy,
safety, governance, and operations remain trusted platform concerns.

Use this index to choose the creator or player job, pair it with the owning
[architecture page](../architecture/README.md), and trace immutable package
versions, capabilities, authority, persistence, rights, economy, governance, and
failure/recovery. Then check backlog, gap analysis, dependencies, current
code/security/adversarial/integration tests, release review, fleet evidence, and
provider reconciliation before assigning support status.

Every focused feature page appears exactly once below. The
[V7 documentation guide](../docs/README.md) supplies trust-aware reading paths
and truth vocabulary; the [diagram atlas](../docs/diagram-atlas.md) supplies
execution, data, lifecycle, capability, publication, and release models.

## Orientation

- [Overview, Product Promise & Design Posture](./overview-promise-and-posture.md)
  — what V7 is, the design posture, and the product promise.
- [Subsystem Glossary, Surfaces & the Trust Boundary](./glossary-surfaces-and-trust-boundary.md)
  — every V7 subsystem mapped to code, the surfaces, and the trust boundary.

## Realms & Population

- [The Realm Model & Danu Massive Population](./realm-model-and-danu-population.md)
  — player-authored persistent realms and massive-population server meshing.
- [Moremi: The Server-Authoritative Roleplay Framework](./moremi-roleplay-framework.md)
  — the framework creators use to build deep, server-authoritative roleplay
  realms.

## Executable UGC & Creation

- [Ixchel: The Sandbox & Executable Modding](./ixchel-sandbox-and-modding.md) —
  executable safe scripting and the modding framework creators build with.
- [Mawu Studio: Creation Tools](./mawu-studio-creation-tools.md) — the tools
  creators use to author realms, scripts, and content.

## Voice, Social & Continuity

- [Pheme Voice & Hera Social Graph](./pheme-voice-and-hera-social.md) —
  proximity/radio voice and crews/guilds/the persistent social graph.
- [Streaming, Cross-Version Incarnation & Live Service](./streaming-incarnation-and-live-service.md)
  — the Ori cross-version incarnation, streaming/spectating, and live service.

## The Creator Economy

- [Abundantia: The Creator Republic](./abundantia-creator-republic.md) — how
  creators distribute, monetize, and get paid, and who pays for hosting.
- [The Economy Firewall, Commerce & Rights](./economy-firewall-commerce-and-rights.md)
  — the economy firewall/anti-fraud, commerce, and rights.

## Governance, Safety & Launch

- [Eunomia Governance & Trust/Safety for Executable UGC](./eunomia-governance-and-trust-safety.md)
  — multi-tier community governance and trust/safety/anti-abuse for executable
  UGC.
- [Platform, Accessibility, Localization & Launch](./platform-accessibility-localization-and-launch.md)
  — accessibility, localization, AI cost/fidelity tiering, budgets, and launch.
