Deployment & Runtime Ops

Operator Manual

Deployment baseline, operational checks, and incident handling for SKIA Forge.

Runtime Role
SKIA Forge operates as an orchestration and governance runtime service that augments development workflows with policy-aware controls.
Deployment Baseline
01
npm run build
02
npm run dev
(or your production process command)
03
Listen on SKIA_PORT (default 4173). Validate /health, /live, /ready, /version
Environment & Secrets
Keep all secrets in environment management — never commit credentials
Configure SKIA integration values per deployment environment via your hosting provider's environment variables
Use explicit mode controls for strict vs adaptive operations
Operational Checks
Health checks pass: /health returns 200 ok
Control-plane posture shows expected governance mode
Governance recommendations are readable and actionable
Audit logs are being produced after orchestration runs
Incident Handling
01
Capture failure endpoint and payload metadata.
02
Review control-plane recommendations from /api/forge/control-plane.
03
Apply remediation and re-run the failed request.
04
Escalate with logs and request IDs if unresolved — contact support.