feat(soul): Layer 2 — stewardship.el with mission alignment and CGI governance
Neuron Soul CI / build (pull_request) Failing after 7m38s

This commit is contained in:
2026-06-11 11:30:39 -05:00
parent 5a4ef04005
commit a1e460e897
2 changed files with 148 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// 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
extern fn steward_log_event(kind: String, detail: String) -> Void