refactor!: rename slhx to hemx
Rename the tracked product identity, crate/package names, Rust paths/macros, generated artifacts, runtime files, public attributes, examples, docs, requirements, and tests from slhx to hemx without compatibility shims. Verified with cargo run -p hemx-xtask -- test, cargo test -p hemx-derive --test compile_fail, cargo test -p hemx-js, cargo test -p hemx-axum, cargo test -p hemx-v0-examples, cargo check --workspace, redgate list, redgate refs, redgate health --strict, git diff --check, and git grep/ls-files legacy-name audits. req: misc/001 req: codegen/001 req: component/004 req: runtime/001
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# slhx full techdemo
|
||||
# hemx full techdemo
|
||||
|
||||
Run:
|
||||
|
||||
cargo run -p slhx-techdemo
|
||||
cargo run -p hemx-techdemo
|
||||
|
||||
Open <http://127.0.0.1:3002>.
|
||||
|
||||
This is a polished Linear-style product demo for planning typed work across lanes. It is tailored to showcase slhx strengths:
|
||||
This is a polished Linear-style product demo for planning typed work across lanes. It is tailored to showcase hemx strengths:
|
||||
|
||||
- modern SSR-first UI
|
||||
- generated target objects from `.heml`
|
||||
@@ -17,12 +17,12 @@ This is a polished Linear-style product demo for planning typed work across lane
|
||||
- root-scoped runtime application without selector lookups
|
||||
- page-enhancer navigation with native link fallback
|
||||
- SSE server push into a generated slot
|
||||
- drag-and-drop lane moves persisted by typed server handlers through the slhx runtime
|
||||
- an explicit advanced opaque canvas island fed by a generated event helper, without teaching slhx core about the widget
|
||||
- no user-authored browser JavaScript in slhx-managed UI; the island JavaScript is a leaf-widget escape hatch
|
||||
- drag-and-drop lane moves persisted by typed server handlers through the hemx runtime
|
||||
- an explicit advanced opaque canvas island fed by a generated event helper, without teaching hemx core about the widget
|
||||
- no user-authored browser JavaScript in hemx-managed UI; the island JavaScript is a leaf-widget escape hatch
|
||||
|
||||
Verification:
|
||||
|
||||
cargo test -p slhx-techdemo --test e2e
|
||||
cargo test -p slhx-techdemo --test browser_e2e
|
||||
mutest -p slhx-techdemo -f examples/techdemo/src/main.rs -F 'registry' -j 2 --timeout 90 -- --test e2e
|
||||
cargo test -p hemx-techdemo --test e2e
|
||||
cargo test -p hemx-techdemo --test browser_e2e
|
||||
mutest -p hemx-techdemo -f examples/techdemo/src/main.rs -F 'registry' -j 2 --timeout 90 -- --test e2e
|
||||
|
||||
Reference in New Issue
Block a user