Web process
Serves public site, portal, command and APIs only
Internal GCCAP operating surface
GCCAP does not delete operating records, trial packs, hardware activation surfaces or evidence automation layers. They are preserved for authorised client portal, command-centre and internal operating use while the public website stays clean for airline first impressions.
Open portal accessInternal GCCAP surface
P11 responds directly to the architecture risk that a single Node process cannot carry global aviation cold-chain ingestion, processing, reporting, alerts, agents and client traffic. It creates the runtime split control plane for web process, ingestion service, worker service, live socket/update service, simulation isolation, startup manifests, runtime health checks, service dependencies and deployment boundaries.
StatusInternal / restricted surface. Not part of the public client walkthrough.
Operational layer
These controls stop GCCAP from becoming a large demo inside one process and move it toward production service boundaries.
Serves public site, portal, command and APIs only
Receives supplier/gateway telemetry without blocking web users
Processes telemetry, reports, alerts, AI and evidence jobs asynchronously
Publishes client and command updates without owning ingestion
Keeps demos and synthetic data out of production runtime
Defines each service, dependencies, env vars and health checks
Decision clarity
Claude correctly identified that the long-term GCCAP runtime must not be one web server doing everything. P11 makes that architecture explicit.