fix(soul): address review issues in feat/layer-safety
Neuron Soul CI / build (pull_request) Failing after 6m47s

This commit is contained in:
2026-06-11 11:46:43 -05:00
parent 5597bf78cb
commit db2ee387a4
2 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ extern fn hard_bell_threshold() -> Int
extern fn safety_threat_score(input: String, history: String) -> Int
extern fn safety_screen(input: String, history: String) -> String
extern fn safety_validate(output: String, action: String) -> String
extern fn safety_log_bell(level: String, reason: String, input_summary: String) -> Void
extern fn safety_log_bell(level: String, reason: String, input_summary: String) -> String