Will Anderson will.anderson
will.anderson pushed to main at neuron-technologies/neuron 2026-06-11 18:26:26 +00:00
3b2bb5276d fix(ci): use foundation-prod, HTTPS el clone, main branch, fix runtime path
will.anderson pushed to main at neuron-technologies/neuron 2026-06-11 17:33:27 +00:00
764250c4f6 fix(soul): repair CI — drop gpg/TTY and import safety/stewardship/imprint layers
will.anderson pushed to main at neuron-technologies/neuron 2026-06-11 17:14:44 +00:00
33c377410d Merge pull request 'feat(soul): Layer 1 — safety.el' (#8) from feat/layer-safety into main
195cc9dc66 Merge pull request 'test(soul): Layer 1 safety.el test suite' (#10) from test/layer-safety into feat/layer-safety
db2ee387a4 fix(soul): address review issues in feat/layer-safety
ba8491926c test(soul): comprehensive tests for Layer 1 safety.el
5597bf78cb feat(soul): Layer 1 — safety.el with screen/validate/bell interface
Compare 5 commits »
will.anderson merged pull request neuron-technologies/neuron#8 2026-06-11 17:14:42 +00:00
feat(soul): Layer 1 — safety.el
will.anderson pushed to main at neuron-technologies/neuron 2026-06-11 17:14:35 +00:00
af933494a9 Merge pull request 'feat(soul): Layer 2 — stewardship.el' (#7) from feat/layer-stewardship into main
084bee9f0f Merge pull request 'test(stewardship): comprehensive test suite for Layer 2 — 35 cases' (#12) from test/layer-stewardship into feat/layer-stewardship
df2c7409c0 feat(steward): behavioral profiling and continuity detection — drift, discontinuity, identity anomaly
63968cd224 fix(stewardship): address review issues in feat/layer-stewardship
45ad322e0c test(stewardship): add comprehensive test suite for Layer 2 stewardship
Compare 6 commits »
will.anderson merged pull request neuron-technologies/neuron#7 2026-06-11 17:14:34 +00:00
feat(soul): Layer 2 — stewardship.el
will.anderson pushed to main at neuron-technologies/neuron 2026-06-11 17:14:25 +00:00
72751c3833 Merge pull request 'feat(soul): Layer 3 — imprint.el' (#6) from feat/layer-imprint into main
4b648f3291 Merge pull request 'test(imprint): add 14-case test suite for Layer 3 imprint boundary' (#11) from test/layer-imprint into feat/layer-imprint
749b60c6e8 fix(soul): address review issues in feat/layer-imprint
fbbc6d4347 Add imprint.el test suite (14 cases)
6fec93ff7f feat(soul): Layer 3 — imprint.el with bounded API surface
Compare 5 commits »
will.anderson merged pull request neuron-technologies/neuron#6 2026-06-11 17:14:25 +00:00
feat(soul): Layer 3 — imprint.el
will.anderson pushed to feat/layer-safety at neuron-technologies/neuron 2026-06-11 17:14:02 +00:00
195cc9dc66 Merge pull request 'test(soul): Layer 1 safety.el test suite' (#10) from test/layer-safety into feat/layer-safety
ba8491926c test(soul): comprehensive tests for Layer 1 safety.el
Compare 2 commits »
will.anderson merged pull request neuron-technologies/neuron#10 2026-06-11 17:14:02 +00:00
test(soul): Layer 1 safety.el test suite
will.anderson merged pull request neuron-technologies/neuron#11 2026-06-11 17:14:01 +00:00
test(imprint): add 14-case test suite for Layer 3 imprint boundary
will.anderson pushed to feat/layer-imprint at neuron-technologies/neuron 2026-06-11 17:14:00 +00:00
4b648f3291 Merge pull request 'test(imprint): add 14-case test suite for Layer 3 imprint boundary' (#11) from test/layer-imprint into feat/layer-imprint
fbbc6d4347 Add imprint.el test suite (14 cases)
Compare 2 commits »
will.anderson merged pull request neuron-technologies/neuron#13 2026-06-11 17:14:00 +00:00
test(soul): integration and contract tests for layered_cycle
will.anderson pushed to feat/layer-composition at neuron-technologies/neuron 2026-06-11 17:13:59 +00:00
ffd1f34344 Merge pull request 'test(soul): integration and contract tests for layered_cycle' (#13) from test/layer-composition into feat/layer-composition
d097455d6a test(soul): integration and contract tests for layered_cycle composition
Compare 2 commits »
will.anderson pushed to feat/layer-stewardship at neuron-technologies/neuron 2026-06-11 17:13:47 +00:00
084bee9f0f Merge pull request 'test(stewardship): comprehensive test suite for Layer 2 — 35 cases' (#12) from test/layer-stewardship into feat/layer-stewardship
45ad322e0c test(stewardship): add comprehensive test suite for Layer 2 stewardship
Compare 2 commits »
will.anderson merged pull request neuron-technologies/neuron#12 2026-06-11 17:13:46 +00:00
test(stewardship): comprehensive test suite for Layer 2 — 35 cases
will.anderson commented on pull request neuron-technologies/neuron#9 2026-06-11 17:13:32 +00:00
feat(soul): wire consciousness layers — L0→L1→L2→L3→L1 cycle

Updated: layered_cycle now calls steward_session_check() which handles both behavioral fingerprinting and mission alignment in one L2 pass. Continuity status (consistent/drift/discontinuity/anomaly…

will.anderson pushed to feat/layer-composition at neuron-technologies/neuron 2026-06-11 17:13:26 +00:00
a8027e9c00 feat(soul): wire steward_session_check into layered_cycle — continuity + behavioral profiling
will.anderson commented on pull request neuron-technologies/neuron#7 2026-06-11 16:59:00 +00:00
feat(soul): Layer 2 — stewardship.el

Added: behavioral profiling and continuity detection

Four new functions:

  • steward_fingerprint_session() — extracts a 6-dimension behavioral fingerprint from each message: vocabulary…
will.anderson pushed to feat/layer-stewardship at neuron-technologies/neuron 2026-06-11 16:58:50 +00:00
df2c7409c0 feat(steward): behavioral profiling and continuity detection — drift, discontinuity, identity anomaly