docs(simulation): accept worker-gated polygon ui

This commit is contained in:
DCCONSTRUCTIONS
2026-07-24 21:29:55 +03:00
parent 60e79160c9
commit 53fd1e3bfc
4 changed files with 107 additions and 71 deletions
+6 -3
View File
@@ -68,13 +68,16 @@ export MISSIONCORE_COMMIT=<exact-40-character-commit>
uv run uvicorn k1link.web.app:app --host 127.0.0.1 --port 8765
```
Open:
Open the Control Station:
```text
http://127.0.0.1:8765/?workspace=polygon-run
http://127.0.0.1:8765/
```
The live panel must show `Worker готов`. Start/stop calls require an
After Mission Core confirms the worker, `Полигон` must appear in the header and
open the live workspace directly. The
`?workspace=polygon-run[&run=<qualification-run-id>]` URL remains a compatible
deep-link. The live panel must show `Worker готов`. Start/stop calls require an
`Idempotency-Key`; the React client generates one per operator intent. Removing
the `internal-virtual-only` environment gate must leave status visible while
disabling lifecycle actions.