Core concepts
The toolkit is small but opinionated. Three ideas explain almost everything:
- Hexagonal core - the domain depends only on PSR interfaces, so the same logic runs on any framework. See Architecture.
- Hard facts vs. advisory opinion - deterministic
Checks produce aVerificationReportof facts; aRiskStrategyturns that into an advisoryRiskAssessment. See Domain model and Verification flow. - Capability-aware extension - registries and providers are drivers behind one shared manager; you extend by adding a driver, not by editing the core.
Read these three pages once and the rest of the docs (registries, risk, AI, bridges) will fall into place.