You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of Milestone E — Intelligence and Launch. Ref: #27
Implements the developer-facing integration framework defined in SYSTEMS_V4_APP_BUILDER_GUIDE_FIXED.md. Makes every product speak a common operational and commercial protocol without requiring shared databases or frameworks.
Alex tasks
Manifest and acceptance levels
systems.app.json manifest schema definition (schema: systems.app.v4) with server-side validation tooling
Part of Milestone E — Intelligence and Launch. Ref: #27
Implements the developer-facing integration framework defined in
SYSTEMS_V4_APP_BUILDER_GUIDE_FIXED.md. Makes every product speak a common operational and commercial protocol without requiring shared databases or frameworks.Alex tasks
Manifest and acceptance levels
systems.app.jsonmanifest schema definition (schema: systems.app.v4) with server-side validation toolingPORTconfig, health endpoint, graceful shutdown, no rootBuild and runtime enforcement
GET /api/health,GET /api/ready,GET /api/version)scripts/systems-smoke-test.*after deploy, gate release on result0.0.0.0, graceful SIGTERM shutdown, no root privilege, stdout/stderr logsSDKs (server-side)
@systems/node— entitlement check, event batching, webhook verification, local cache, signature verificationsystems-python— same server-side responsibilitiessystems-cli— manifest validate, acceptance level check, smoke test runnerCompliance
Tomas tasks
Dashboard
Browser SDK
@systems/browser— public-client entitlement check (no secret keys), event emissionDocumentation
RUNBOOK.mdtemplate and requirementsExit gate
systems-cli validatecorrectly reports acceptance level gapsRollback
Disable manifest enforcement. Deploy flow falls back to existing detection logic.