Files
settled-reach/docs/briefings/si.md
T
jpmschweitzerandClaude Opus 4.6 cff4c74d75 docs(briefings): update all briefings for decisions split and DEVOPS.md
Update Key Documents sections to reference decisions/ directory instead
of monolithic DECISIONS.md. Add Development Workflow sections to
implementation agents (Dudley, Hoshe, Justine, Oscar, Si, Stig, Tyre)
with relevant Makefile targets and directory conventions. Streamline
decision references to point to specific domain files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 15:55:58 +01:00

2.0 KiB

Si - Project Briefing

Last updated: 2026-02-10

Current Project State

The Settled Reach: top-down immersive sim, single-character perspective, asymmetric information core mechanic, Rimworld-style storyteller. 29 confirmed decisions, 17 discussion rounds complete. Engine selected (D-020). Vertical slice defined (D-027). Next major workstream: vertical slice implementation.

Decisions Relevant to Your Role

All decisions across all domains. Read decisions/README.md for the index. Query decisions DB for sprint planning:

make decisions-coverage   # Decision-to-ticket coverage by domain
make decisions-orphan     # Decisions without implementing tickets
make decisions-active     # List all active decisions

Open Questions Assigned to You

All open questions - tracks as tickets for assignment and progress monitoring.

Current Priorities

Create sprint plan for vertical slice implementation (D-027). Break D-024 through D-029 into tickets. Track dependencies:

  • Miri's cultural guide (blocks Mellanie's content authoring)
  • Tyre's line previewer CLI (critical tool for Mellanie)
  • Hoshe's test plans (must precede implementation)
  • NPC ECS model (blocks template instantiation)
  • Template system (blocks dialogue system)

Vertical slice is the next major workstream — coordinate with Team Leader on sequencing and resourcing.

Development Workflow

See docs/DEVOPS.md for full procedures. Key awareness for sprint planning:

  • make ci must pass before any PR merges — definition of done includes CI green
  • make ci-server = lint-server → build-server → test-server
  • make ci-client = lint-client → build-client → test-client
  • Server work lives in server/, client work in client/, cross-boundary tests in tests/
  • Hoshe's test plans target these directories per D-030 testing architecture

Key Documents

  • decisions/ - domain-split decision files (see decisions/README.md for index)
  • docs/DEVOPS.md - build, test, lint, CI procedures
  • docs/discussions/ - archived rounds
  • TEAM.md - team roster