Start from the current platform reality, not the historical scaffolding.
The repo already has authoritative onboarding, deployment ADRs, target taxonomy, and trust-graph docs. This page surfaces the shortest path into those materials and the commands developers actually need to get moving.
Authoritative Reading List
These are the documents that should shape development decisions before anyone invents a new deployment lane.
Contributor Onboarding
Shortest current orientation path into the active platform.
Deployment Taxonomy ADR
Authoritative deployment target model and controller boundaries.
Shared Platform Boundary ADR
Which services belong to the shared platform and which belong to tenant nodes.
Trust Graph Query Layer
Current read-side projection and query surface for explainability.
Working Commands
These commands cover the main public site and the core verification lane that now includes the player service contracts.
Fresh Portal
cd services/sf-portal && deno task startPublic web entrypoint for developers, supporters, and community narrative.
Platform Contracts
deno task test:platform-contractsFast cross-surface contract lane, including gateway and player service coverage.
Shared Backend
cd shared-backend/service && ./scripts/start-local-backend.shCanonical local launcher for the Rust GraphQL backend.