perf(build): preserve no-op codegen artifacts

This commit is contained in:
slhx agent
2026-07-13 09:38:54 +02:00
parent 945122cb02
commit 7db05356ae
3 changed files with 55 additions and 5 deletions
+3
View File
@@ -1079,6 +1079,9 @@ what a valid business email is. [north_star]
### req: build/008
0 008 Global checks for every declared handle having an implementation are deferred to app-mount tests or enabled by an optional `#[hemx::component]` macro.
### req: build/009
0 009 `hemx_build` preserves generated artifact timestamps when canonical contents are unchanged, so no-op builds do not invalidate downstream Rust compilation. [north_star]
---
## misc