This repository is the runtime and deployment hub for the SocioProphet platform.
It is intentionally a thin platform monorepo:
apps/contains deployable services (API, gateway, web portal, search/index daemons, execution services)contracts/contains platform-facing event, evidence, and receipt contracts consumed by runtime servicesdocs/contains platform-level guidance (architecture, transport binding, security, roadmap)infra/contains deployment wiring (Kustomize, Argo CD appsets, namespaces, etc.)tools/contains validation and smoke-test helpers (standards.lock.yamlgates platform drift checks)libs/contains small shared runtime bindings that adapt pinned upstream standards into platform code
Standards and governance stay in dedicated upstream repositories. prophet-platform is where those standards become running services, concrete deployment topologies, and platform contracts.
make validate
make smoke-healthdocs/ARCHITECTURE.mddocs/TRITRPC_SPEC.mddocs/TRITRPC_PLATFORM_BINDING.mddocs/PLATFORM_EVAL_FABRIC.mdcontracts/infra/k8s/
The platform also carries a first-class evaluation, observability, and competition-intelligence lane.
Start here:
docs/PLATFORM_EVAL_FABRIC.mddocs/LOCAL_DEV_EVAL_FABRIC.mddocs/EVAL_FABRIC_GOVERNANCE.mdapps/eval-fabric-api/schemas/eval/infra/local/docker-compose.eval-fabric.yml
This lane is platform responsibility, not a detached benchmark pack. It owns the container, datastore, schema, and API bootstrap for platform-level ranking, replay, and intelligence work.
This phase removes the plaintext PING/PONG bootstrap path and replaces it with a minimal TriTRPC v1 runtime binding for internal service health traffic. The upstream SocioProphet/TriTRPC repository remains the normative transport source of truth; this repository only defines the platform-specific stream binding and deployment profile around that standard.