|
|
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
README.md
XGRIDS K1 frontend contribution
This source tree is owned by the XGRIDS device plugin and is statically linked into the reviewed Mission Core Control Station build. It is not part of the generic application source tree.
The contribution contains:
K1ProvisioningPipelinefor power confirmation, BLE discovery and the three explicit local connection directions: Bridge, Quick Connect and Direct Connect;K1AcquisitionPipelinefor explicit canonical connection/workspace/project/ START checkpoints, local receiver preparation and compatibility file replay;K1SpatialControlsfor an explicit no-retry STOP followed by the separate READY plus steady-green completion gate;- plugin-local diagnostics, metrics, API state, lifecycle mapping, observation-source mapping and scoped styles;
- typed v0.6.0 local-network and interactive application-control state plus legacy shadow inspection contracts;
plugin.ts, which binds the manifestdevice.connectioncomponent key to the runtime provider and connection view.
Imports from the host are limited to @mission-core/plugin-sdk, the public
frontend host surface, plus React and the NODE.DC UI kit. The only generic
Control Station import of this plugin is the reviewed composition root.
Arbitrary runtime JavaScript discovery is intentionally unsupported.