Will Anderson will.anderson
will.anderson created pull request neuron-technologies/el#60 2026-06-25 16:46:20 +00:00
fix(windows): guard el_mem_check with _WIN32 — rusage is POSIX-only
will.anderson pushed to fix/windows-rusage-guard at neuron-technologies/el 2026-06-25 16:46:08 +00:00
93d36fddb1 fix(windows): guard el_mem_check with _WIN32 — rusage is POSIX-only
will.anderson created branch fix/windows-rusage-guard in neuron-technologies/el 2026-06-25 16:46:05 +00:00
will.anderson pushed to main at neuron-technologies/neuron 2026-06-23 18:04:20 +00:00
bdc07be344 chore(dist): compile EL recall/dedup/session-continuity fixes to C
will.anderson pushed to main at neuron-technologies/neuron 2026-06-22 20:08:41 +00:00
4a44c24bfb fix(recall): wire id_in_seen guards into session_preload node renders
will.anderson pushed to main at neuron-technologies/neuron 2026-06-22 19:54:01 +00:00
ac1991fe8c Merge branch 'fix/emergency-regressions'
f2b63f0048 fix(emergency): repair session-continuity regressions from prior merge
Compare 2 commits »
will.anderson pushed to fix/emergency-regressions at neuron-technologies/neuron 2026-06-22 19:52:42 +00:00
f2b63f0048 fix(emergency): repair session-continuity regressions from prior merge
will.anderson created branch fix/emergency-regressions in neuron-technologies/neuron 2026-06-22 19:52:41 +00:00
will.anderson pushed to main at neuron-technologies/neuron 2026-06-22 19:30:05 +00:00
774688cfb9 fix/session-continuity-hook
aa2404b3f7 fix/context-dedup-shared-ids
94b55d667c fix/engram-float-parser
f73c913498 fix(session-continuity): address all adversarial review findings
588ca11f57 fix(context-dedup): include scan_part and affective_part IDs in seen set
Compare 10 commits »
will.anderson pushed to fix/session-continuity-hook at neuron-technologies/neuron 2026-06-22 19:25:38 +00:00
f73c913498 fix(session-continuity): address all adversarial review findings
aaada3770a fix(recall): deduplicate engram nodes by ID across activation and search passes
Compare 2 commits »
588ca11f57 fix(context-dedup): include scan_part and affective_part IDs in seen set
9e178d8371 fix(recall): deduplicate engram nodes by ID across activation and search passes
will.anderson created branch fix/context-dedup-shared-ids in neuron-technologies/neuron 2026-06-22 19:06:38 +00:00
will.anderson pushed to fix/session-continuity-hook at neuron-technologies/neuron 2026-06-22 19:02:10 +00:00
a0299c0a89 fix(recall): session-end summary hook + session summary recall at start
will.anderson created branch fix/session-continuity-hook in neuron-technologies/neuron 2026-06-22 19:02:09 +00:00
will.anderson pushed to fix/engram-float-parser at neuron-technologies/neuron 2026-06-22 18:58:49 +00:00
33cb1138f4 fix(recall): set threshold=25 in all engram_compile_ranked variants
will.anderson pushed to fix/engram-float-parser at neuron-technologies/neuron 2026-06-22 18:57:48 +00:00
ec7efdeeb7 fix(recall): engram score float parsing — pad to 2 decimals before strip
will.anderson created branch fix/engram-float-parser in neuron-technologies/neuron 2026-06-22 18:57:47 +00:00
597b1ff1a2 fix(context-format): render nodes, replace _sel_N sentinels, fix hard_bell syntax, remove duplicates
27663dc968 fix(recall): resolve session-start-recall code review issues