feat(engram): wire ISE emission into core processing paths (checkpoint, high-importance writes, WM promotion)

This commit is contained in:
2026-05-13 15:45:16 -05:00
parent a3ead6552e
commit 0c2ff6957e
4 changed files with 652 additions and 25 deletions
@@ -143,6 +143,7 @@ el_val_t http_post_with_headers(el_val_t url, el_val_t body, el_val_t headers_m
el_val_t http_post_form_auth(el_val_t url, el_val_t form_body, el_val_t auth_header);
el_val_t http_delete(el_val_t url);
void http_serve(el_val_t port, el_val_t handler);
void http_serve_async(el_val_t port, el_val_t handler);
void http_set_handler(el_val_t name);
/* HTTP server v2 ─────────────────────────────────────────────────────────────