feat(runtime): port engram_load_merge to released runtime + missing WM headers #62
Reference in New Issue
Block a user
Delete Branch "fix/runtime-load-merge-2026-06-30"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
engram_load_mergefromel-compiler/runtime(added in35c1897) tolang/releases/v1.0.0-20260501/el_runtime.c— the released runtime used by Engram and the soul daemon buildengram_wm_count,engram_wm_avg_weight,engram_wm_top_json, andengram_load_mergeinel_runtime.h(implementations were added inda116b2/35c1897but prototypes were missing)Why
awareness.elcallsengram_load_mergein its sync refresh cycle. Without this function in the released runtime, the soul daemon fails to compile. The missing header declarations caused implicit-function-declaration warnings and potential ABI breakage.Identified during self-review 2026-06-30.
deb0520)Pull request closed