Module status page
Predict
Prediction scoring, calibration, provider status, and stale signal inputs used by OS surfaces.
What Is Live
- API route: src/app/api/v1/predict-engine/score-from-raw/route.ts
- API route: src/app/api/predictions/route.ts
- API route: src/app/api/calibration/summary/route.ts
- Service: src/lib/predict-engine
- Service: src/lib/predictions
- Adapter: src/lib/operator-command/operatorModuleWiringInventory.ts
What Is Not Wired
- Missing critical piece: Explicit production validation record for Predict-to-Operator bridge behavior.
- Known risk: Predict signals are consumed by multiple downstream scoring/readiness modules.
- Duplicate logic: Confidence and readiness metrics appear in Predict, Decision, and Operator layers.
Known Blockers
No active blockers are listed.
Next Recommended Action
- Add a Predict bridge smoke that asserts queue visibility and no write side effects.
System Audit Evidence
- Readiness score: 65%
- Integration depth: operator integrated
- Route exposure: api only
- Security boundary: partial
- Queue integration: wired
- Readiness integration: partial
- Workflow integration: partial
- Data Room integration: partial
- Export integration: partial
- Test: src/lib/operator-command/__tests__/operatorModuleWiringInventory.test.ts
- Smoke: scripts/smoke-site-intelligence-operator.ts
- Smoke: scripts/smoke-system-confidence.ts
- Persistence: Database-backed prediction/calibration data and API payloads.
Architecture Governance
- 11 governance doctrines tracked
- 15 required adapter seams
- 13 forbidden direct couplings
- No high or critical governance findings
Capability Registry
- Read-only Predict status page for scoring APIs, audit surfaces, and production evidence gaps.
- Registry production status: staging
- Primary nav group: Intelligence
- Capability: system audit maturity
- Capability: prediction API inventory
- Capability: production evidence gap
- Capability: safe related links
Related Links
- Open Tools
Current safe discovery surface for predictive intelligence.
- Open System Audit
Predict maturity, tests, and missing production evidence.
Safe Available Actions
- Open System Audit
Canonical module maturity and production readiness.
- Open Architecture Governance
Doctrine and adapter requirements.
- Open registered route
Status/landing route from the capability registry.
- Open Tools
Current safe discovery surface for predictive intelligence.
- Open System Audit
Predict maturity, tests, and missing production evidence.
- Source/api/v1/predict-engine/score-from-raw/route.ts
API source path listed for visibility only; no action is executed from this page.
- Source/api/predictions/route.ts
API source path listed for visibility only; no action is executed from this page.
- Source/api/calibration/summary/route.ts
API source path listed for visibility only; no action is executed from this page.
- scripts/smoke-site-intelligence-operator.ts
Smoke script reference; not executed from this page.
- scripts/smoke-system-confidence.ts
Smoke script reference; not executed from this page.