The home stepper's step-idx signal was not persisting across SX navigation because set-cookie/freeze-to-sx wasn't working in the WASM kernel. Replace with def-store which uses a global registry that survives island re-hydration. Also fix sx_http.exe build: add sx_http back to dune, inline scope primitives (Sx_scope module was removed), add declarative form stubs and render stubs, fix /sx/ home route mapping. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
(executables
|
|
(names run_tests debug_set sx_server sx_http integration_tests)
|
|
(libraries sx unix))
|
|
|
|
(executable
|
|
(name mcp_tree)
|
|
(libraries sx unix yojson str))
|