Merge PR #9: feat(soul): wire consciousness layers — L0->L1->L2->L3->L1 cycle
Deploy Soul to GKE / deploy (push) Failing after 14m11s
Neuron Soul CI / build (push) Failing after 14m23s

Resolves conflicts by keeping main's full safety/stewardship/imprint implementations.
PR #9 uniquely contributes: layered_cycle() in soul.el, route wiring in routes.el,
soul.elh export, and the layer composition test suite.
This commit is contained in:
2026-06-15 11:32:32 -05:00
6 changed files with 845 additions and 4 deletions
Generated Vendored
+1
View File
@@ -2,3 +2,4 @@
extern fn init_soul_edges() -> Void
extern fn load_identity_context() -> Void
extern fn emit_session_start_event() -> Void
extern fn layered_cycle(raw_input: String) -> String