Phase 1 wiki completion (cultural sweep, GTTR depth, star map popups) + infrastructure refactors (atlas.rs, main.gd, Python tooling). 8 tickets: copy (4), client (2), server (1), ci (1). Cascade dependencies locked: Phase 1→2→3→4→5→6. #693 cancelled (superseded by #704 compositor). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
71 lines
3.0 KiB
Markdown
71 lines
3.0 KiB
Markdown
# Sprint 31: Bedrock — Copy Tasks
|
|
|
|
**Goal:** Complete Phase 1 wiki content (cultural sweep, GTTR depth, star map popups) and refactor accumulated complexity in atlas.rs, main.gd, and Python tooling.
|
|
|
|
**Branch:** `sprint-31/copy`
|
|
**Agents:** Mellanie (author), Paula (narrative), Miri (worldbuilding)
|
|
|
|
## New Tickets
|
|
|
|
| # | Title | Blocked by |
|
|
|---|-------|------------|
|
|
| #766 | Cultural diversity sweep — wiki naming and heritage asymmetry | — |
|
|
| #782 | Per-body GTTR entries for moons and stations | — |
|
|
| #774 | Enrich GJ-672 (Nova Estrada) and GJ-147 (Entremeio) wiki entries | — |
|
|
| #773 | Evaluate Iserlohn (GJ-532) planet name for IP originality | — |
|
|
|
|
Use `tooling/db/ticket show <id>` for full details.
|
|
|
|
## Key Decisions
|
|
|
|
- `decisions/content.md` — D-NNN content decisions, cultural corridor system
|
|
- `decisions/scope.md` — development cascade, Phase 1 deliverable definition
|
|
|
|
## Notes
|
|
|
|
### #766 Cultural diversity sweep (largest ticket)
|
|
The cultural stereotyping audit (`docs/audits/cultural-stereotyping-audit.md`) flagged
|
|
multiple cultural groups with imbalanced representation. Afrikaans is the worst at ~15:1
|
|
confirming:subverting ratio (Sprint 30 added Brandpunt as first subversion). This ticket
|
|
requires reviewing all cultural groups, identifying imbalances, and rewriting wiki entries
|
|
to add subversions. Work across all 5 corridors. The audit's recommendations (tech hubs,
|
|
academic centers, commercial dynasties, artistic communities) should guide the rewrites.
|
|
|
|
**Scope rule:** This is a separate sprint's worth of work if done exhaustively. For this
|
|
sprint, focus on the top 3 most imbalanced groups and deliver concrete wiki rewrites for
|
|
at least 2 systems per group. File follow-up tickets for the remaining groups.
|
|
|
|
### #782 Per-body GTTR entries
|
|
Many systems have only system-level GTTR. Significant moons and stations (pop >10K) need
|
|
their own entries. Existing patterns: `wiki/star-systems/GJ-*/gttr.md`. Prioritize hub
|
|
systems at hops 1-4 first (highest traffic, most gameplay relevance).
|
|
|
|
### #774 Thin wiki entries
|
|
Paula's Sprint 30 review flagged Nova Estrada and Entremeio as noticeably thinner than
|
|
the batch standard. Enrich to match Kettenschmied-level quality (economic logic + human
|
|
cost in the same breath).
|
|
|
|
### #773 Iserlohn IP evaluation
|
|
Miri's review flagged "Iserlohn" (GJ-532 planet name) as a potential Legend of the Galactic
|
|
Heroes reference. The real-German-city rationale is documented in the proposal notes. Make a
|
|
deliberate decision: keep with rationale, or rename to another Sauerland-region reference.
|
|
|
|
## Dependency Chain
|
|
|
|
```
|
|
#766 (cultural sweep) → standalone, largest piece
|
|
#782 (per-body GTTR) → standalone, parallel track
|
|
#774 (thin entries) → standalone, quick
|
|
#773 (Iserlohn IP) → standalone, quick decision
|
|
```
|
|
|
|
All tickets are independent — work in parallel by agent.
|
|
|
|
## PR Workflow
|
|
|
|
```bash
|
|
tea pr create --repo jpmschweitzer/settled-reach --login schweitz \
|
|
--title "data(copy): Sprint 31 — cultural sweep, GTTR depth, wiki quality" \
|
|
--description "body" --base main --head sprint-31/copy
|
|
```
|