Files
settled-reach/docs/sprints/sprint-32/planning.md
T
jpmschweitzerandClaude Opus 4.6 f1b97d4a88 fix(economics): address 17 PR review comments on #114
Blocking fixes:
- V-13: legal_services demand_model compliance→market (build-breaker)
- D-184: political flag names match TOML (commission_certified etc.)
- D-184: professional services list matches TOML
- D-173: elasticity count 5→4, cross-ref to D-184
- Workshop outcomes: fix self-contradicting fusion fuel statement
- R-011: move to end of file (was between D-183 and D-184)

Should-fix:
- D-166 domain link scope.md→architecture.md
- Sprint briefing counts updated (13→17 D-records, #801 marked done)
- Burnelli-Sheldon added to agent roster + briefing created
- questions-architecture.md footer tally updated
- medical_services demand_model utility→market
- timber display name drop "/Biomass"

Polish:
- D-171 Groombridge clarified (clearing house, not co-issuer)
- hospitality description has Reach texture
- commission_certification shadow_viable=false rationale in description
- Ticket #801 description updated
- Wiki pages regenerated

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-05 22:18:41 +02:00

32 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Sprint 32: Landfall — Planning Tasks
**Goal:** Close Phase 1 — deliver remaining deliverables, validate pipelines with spikes, kick off Phase 2 economics design.
**Agents:** Gestalt (systems), Miri (worldbuilding), Tyre (technical), Paula (narrative), Nigel (replayability), Qatux (documenter), SI (project manager)
## New Tickets
| # | Title | Blocked by | Status |
|---|-------|------------|--------|
| #796 | Phase 2 economics design kickoff | — | DONE |
| #801 | Define commodity catalog (TOML) | — | — |
| #804 | Extend systems.db schema for economics | — | — |
Use `tooling/db/ticket show <id>` for full details.
## Notes
### #796 Phase 2 economics design kickoff — DONE
Workshop complete. Produced 17 D-records (D-171D-187) in `decisions/economics.md` and 19 tickets (#797#815) under #747. See `docs/sprints/sprint-32/workshop-796-round*.md` and `docs/workshops/commodity-catalog/` for full records.
### #801 Define commodity catalog (TOML) — DONE
Delivered `wiki/economics/commodities.toml` (36 commodities) and `wiki/economics/production_chains.toml` (21 chains). Workshop produced D-184D-187. Follow-up tickets #811#815 created.
### #804 Extend systems.db schema for economics
Server team ticket. Add tables: `gate_links` (from star-map.json), `commodities`, `production_chains`, `chain_inputs`, `corp_presence`. Add columns: `currency_zone` on `star_systems`, corporation extensions. Import gate adjacency data.
**Reference:** D-182 (TOML source of truth), Tyre's Round 2 schema spec.