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.mdcontracts/infra/k8s/
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.