refactor(saas): make navigation and status idiomatic

Use a real enhanceable Settings URL, remove response-simulated navigation, and replace the one-shot public SSE endpoint with an initial canonical event plus ongoing server-owned updates. Keep a bounded one-event probe for production-reference tests.

req: examples/014

req: nav/001

req: nav/002

req: nav/004

req: push/003
This commit is contained in:
slhx agent
2026-07-22 18:18:48 +02:00
parent c4a6edfed1
commit 276f40ee59
7 changed files with 59 additions and 73 deletions
+2
View File
@@ -852,6 +852,8 @@ what a valid business email is. [north_star]
013 Workout mobile commands must not add a broad `hemx-mobile` framework. [north_star]
014 The SaaS production reference uses real URL navigation and an ongoing server-owned SSE status stream; its bounded test probe emits the same canonical hemx event shape. [north_star]
---
## ms