Cleared stale STANDBY markers, swept dead DISCUSSION.md pointers, disambiguated overlapping personas, corrected asset-gen paths. Armed 7 discussion agents (gestalt/gore/mellanie/miri/nigel/ozzie/paula) with Bash so they can run the pql preamble. Integrated inigo into the roster + briefing (audio, standby). Removed tiger — localization dropped from scope (R-013). Part of T-1099. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1.7 KiB
1.7 KiB
title, description, type, status, agent, updated
| title | description | type | status | agent | updated |
|---|---|---|---|---|---|
| Oscar - Project Briefing | Networking/multiplayer agent on standby — covers client-server IPC architecture, deterministic simulation sync, and future multiplayer design | briefing | active | Oscar | 2026-03-13 |
Oscar - Project Briefing
Last updated: 2026-03-13
Current Project State
Check active work: pql ticket list --status in_progress
Check your tickets: pql ticket list --assigned oscar
Status
STANDBY. This briefing will be populated when networking/multiplayer implementation begins.
Key Decisions for Your Domain
Read decisions/architecture.md (primary). Key decisions:
- D-009: Multiplayer strategy (design for it, build single-player first)
- D-010: Four architectural principles (client-server, info boundaries, deterministic sim)
- D-020: Subprocess/IPC architecture — local socket for single-player, TCP for multiplayer
- D-026: Simulation tier sync — deterministic eviction across all observers for future multiplayer
Development Workflow
See docs/DEVOPS.md for full procedures. Your key targets:
make setup— verify Rust toolchain and Godotmake build— build both client and servermake test— run all tests (IPC round-trip tests critical for your domain)make ci— full CI pipeline locally- Server code:
server/(Rust, networking layer) - Client code:
client/(Godot, network client) - Cross-boundary tests:
tests/(IPC serialization fixtures, protocol regression)
Key Documents
- decisions/ - domain-split decision files (see decisions/README.md for index)
- docs/DEVOPS.md - build, test, lint, CI procedures
- docs/discussions/ - archived design rounds