Will Anderson will.anderson
will.anderson created branch hotfix/ci-dev-publish-hardening in neuron-technologies/el 2026-07-15 16:33:41 +00:00
will.anderson pushed to hotfix/ci-dev-publish-hardening at neuron-technologies/el 2026-07-15 16:33:41 +00:00
4696fd6833 ci(dev): make SDK publish fail loudly, decouple ci-base rebuild
will.anderson pushed to dev at neuron-technologies/el 2026-07-15 15:50:09 +00:00
581a351fb1 Merge pull request 'integrate: stack PRs #65–#69 (elc OOM guard, tokenized+semantic engram search, get_node_by_label, win portability) for green CI' (#71) from hotfix/stage-elc-engram-integration into dev
8ce8656de2 epm: declare cross-module callees as extern fn so strict compilers accept generated C
1e49560f1f Merge remote-tracking branch 'origin/feat/engram-semantic-search' into hotfix/stage-elc-engram-integration
e8f0b5a9de Merge remote-tracking branch 'origin/fix/engram-lexical-tokenized-search' into hotfix/stage-elc-engram-integration
40287c4cfc Merge remote-tracking branch 'origin/hotfix/win-runtime-portability' into hotfix/stage-elc-engram-integration
Compare 44 commits »
will.anderson merged pull request neuron-technologies/el#71 2026-07-15 15:50:08 +00:00
integrate: stack PRs #65–#69 (elc OOM guard, tokenized+semantic engram search, get_node_by_label, win portability) for green CI
8ce8656de2 epm: declare cross-module callees as extern fn so strict compilers accept generated C
will.anderson created pull request neuron-technologies/el#71 2026-07-15 14:34:57 +00:00
integrate: stack PRs #65–#69 (elc OOM guard, tokenized+semantic engram search, get_node_by_label, win portability) for green CI
1e49560f1f Merge remote-tracking branch 'origin/feat/engram-semantic-search' into hotfix/stage-elc-engram-integration
e8f0b5a9de Merge remote-tracking branch 'origin/fix/engram-lexical-tokenized-search' into hotfix/stage-elc-engram-integration
40287c4cfc Merge remote-tracking branch 'origin/hotfix/win-runtime-portability' into hotfix/stage-elc-engram-integration
0481bea44d Merge remote-tracking branch 'origin/hotfix/runtime-engram-get-node-by-label' into hotfix/stage-elc-engram-integration
9d565ca080 Merge remote-tracking branch 'origin/hotfix/elc-fixes' into hotfix/stage-elc-engram-integration
Compare 5 commits »
will.anderson created branch hotfix/stage-elc-engram-integration in neuron-technologies/el 2026-07-15 14:34:31 +00:00
will.anderson created pull request neuron-technologies/el#69 2026-07-15 09:24:41 +00:00
runtime: make PR #136 Windows soul reproducible (Win32 setsockopt + fsync portability)
will.anderson pushed to hotfix/win-runtime-portability at neuron-technologies/el 2026-07-15 09:24:21 +00:00
4773dd0aa2 runtime: make Windows soul reproducible from a clean el checkout
will.anderson created branch hotfix/win-runtime-portability in neuron-technologies/el 2026-07-15 09:24:19 +00:00
will.anderson created pull request neuron-technologies/el#68 2026-07-15 09:08:07 +00:00
Add engram_get_node_by_label runtime native to unblock soul link
6b9d9e6c4a Add engram_get_node_by_label runtime native to unblock soul link
will.anderson created pull request neuron-technologies/el#67 2026-07-14 23:49:21 +00:00
feat(engram): semantic search layer via nomic-embed-text (cosine ∪ lexical)
will.anderson pushed to feat/engram-semantic-search at neuron-technologies/el 2026-07-14 23:48:23 +00:00
b4967af13e feat(engram): semantic search layer via nomic-embed-text (cosine ∪ lexical)
will.anderson created branch feat/engram-semantic-search in neuron-technologies/el 2026-07-14 23:48:23 +00:00
will.anderson pushed to hotfix/elc-source-typos at neuron-technologies/neuron 2026-07-14 23:45:23 +00:00
1011d8e5be regen dist: rebuild soul.c from corrected sources (OOM gone, Track B compiled in)
will.anderson created pull request neuron-technologies/el#66 2026-07-14 23:39:52 +00:00
fix(engram): tokenized + ranked lexical search (multi-word 0 -> N)
e3dabe3e08 fix(engram): tokenized + ranked lexical search, not whole-query Ctrl-F