chore: prepare repository for public release

This commit is contained in:
Jens
2026-08-31 07:23:03 +02:00
parent 03df2db8b6
commit e43d7aca68
164 changed files with 694 additions and 29691 deletions
+4 -4
View File
@@ -113,9 +113,9 @@ When Tower is reachable:
Then verify:
```bash
curl -fsS http://192.168.10.150:1202/health/live
curl -fsS http://192.168.10.150:1202/health/ready
curl -fsS http://192.168.10.150:1202/api/v1/system/capabilities
curl -fsS http://192.0.2.10:1202/health/live
curl -fsS http://192.0.2.10:1202/health/ready
curl -fsS http://192.0.2.10:1202/api/v1/system/capabilities
```
The in-app browser acceptance must cover desktop, widescreen and a narrow
@@ -464,7 +464,7 @@ contains no unexpected browser-console or failed-request events.
```bash
npm --prefix frontend run test:unit
bash scripts/run_rc8_release_journeys.sh \
http://192.168.10.150:1202 \
http://192.0.2.10:1202 \
artifacts/rc8-release-journeys \
artifacts/rc8-golden-areas.json
```