16 lines
1.0 KiB
Plaintext
16 lines
1.0 KiB
Plaintext
// stewardship.elh — Layer 2 public surface
|
|
// auto-generated by elc --emit-header — do not edit
|
|
extern fn steward_get_mission() -> String
|
|
extern fn steward_align(input: String, imprint_id: String) -> String
|
|
extern fn steward_validate_imprint(imprint_id: String, tool_name: String) -> String
|
|
extern fn steward_cgi_check(action: String) -> String
|
|
// steward_log_event is an internal helper exported here because El has no access modifiers.
|
|
// External callers have no business invoking this directly — use steward_align,
|
|
// steward_validate_imprint, or steward_cgi_check, which call it at the correct points.
|
|
extern fn steward_log_event(kind: String, detail: String) -> Void
|
|
// Behavioral profiling and continuity detection (Layer 2 — session fingerprinting).
|
|
extern fn steward_fingerprint_session(input: String, session_id: String) -> String
|
|
extern fn steward_build_baseline() -> String
|
|
extern fn steward_check_continuity(current_fingerprint: String, session_id: String) -> String
|
|
extern fn steward_session_check(input: String, session_id: String) -> String
|