docs(runtime): enforce canonical port 8000

This commit is contained in:
DCCONSTRUCTIONS
2026-07-27 14:02:20 +03:00
parent 9bbd5845b7
commit fa2d66ab0e
4 changed files with 36 additions and 4 deletions
+5
View File
@@ -46,6 +46,11 @@ decoders before BLE/Wi-Fi/data-session evidence exists.
`.codex/skills/mission-core-product-ui/SKILL.md` and follow
`docs/17_PRODUCT_UI_AND_LAB_PRESENTATION_CANON.md` and
`docs/18_APPLICATION_COMPONENT_ARCHITECTURE.md`.
- The integrated Control Station and API have one canonical local endpoint:
`http://127.0.0.1:8000`. Never start a second Mission Core backend on another
port to bypass a stale process. TCP `8765` is legacy Foxglove regression
only, not an operator path. Restart the canonical `8000` process and finish
with no Mission Core backend listening on `8765`.
- `NODEDC_DESIGN_GUIDELINE` is the only visual-design source of truth. Before
editing UI, read its `registry/registry.json`, `registry/components.json`,
`registry/icons.json`, and the relevant component documentation.