will.anderson 63968cd224
Neuron Soul CI / build (pull_request) Failing after 6m38s
fix(stewardship): address review issues in feat/layer-stewardship
- steward_log_event (line 14): add println after let discard so the
  function's last expression is Void, fixing the type mismatch on a
  Void-declared function
- steward_get_mission (lines 40-43): remove non-Config fallthrough that
  allowed any Episodic/Working node to silently override the mission;
  only Config nodes are now authoritative
- steward_align signal_deceive (line 56): widen 'deceive the user' to
  'deceive' to catch variants like 'deceive users', 'deceive them', etc.
- steward_align signal_hide (line 57): tighten 'hide from' to
  'hide from the user' to eliminate false positives on legitimate inputs
  like 'hide from a background process' or 'hide from view'
- stewardship.elh: document that steward_log_event is an internal helper
  exported only because El has no access modifiers; callers should not
  invoke it directly
2026-06-11 11:46:56 -05:00
S
Description
Neuron - the canonical CGI substrate. Real soul.el lives here.
27 MiB
Languages
Emacs Lisp 84.3%
Shell 9%
Python 5%
HTML 1.2%
Dockerfile 0.5%