Will Anderson will.anderson
will.anderson created pull request neuron-technologies/neuron#33 2026-06-22 16:22:56 +00:00
feat(soul): context quality, first-message profile load, refusal handling, agentic safety
will.anderson created branch improve/soul-chat-pipeline in neuron-technologies/neuron 2026-06-22 16:22:32 +00:00
will.anderson pushed to improve/soul-chat-pipeline at neuron-technologies/neuron 2026-06-22 16:22:32 +00:00
28fce08dd9 feat(soul): context quality, first-message profile load, refusal handling, agentic safety
will.anderson created pull request neuron-technologies/neuron#32 2026-06-22 16:22:02 +00:00
fix(routes): error handling, health endpoint, request validation, rate limiting
will.anderson pushed to improve/soul-routes-api at neuron-technologies/neuron 2026-06-22 16:21:33 +00:00
d92b8c279a fix(routes): error handling, health diagnostics, request validation, rate limiting
will.anderson created branch improve/soul-routes-api in neuron-technologies/neuron 2026-06-22 16:21:32 +00:00
will.anderson created pull request neuron-technologies/neuron#31 2026-06-22 16:21:17 +00:00
fix(safety): crisis detection 4 fixes
e9a8a659e0 fix(safety): crisis detection — 4 targeted fixes
will.anderson created branch improve/safety-crisis-detection in neuron-technologies/neuron 2026-06-22 16:20:53 +00:00
will.anderson pushed to stage at neuron-technologies/el 2026-06-20 00:06:11 +00:00
2d751890ea feat(windows): native Windows port of el_runtime.c — fix all blockers
99b113ea9d Merge branch 'stage' into feat/windows-el-runtime
c087b97093 fix(windows): resolve PR blockers — nanosleep shim, unsetenv, duplicate typedefs, SOCKET type, el_closesocket
a36a62ca14 fix(el-runtime): promote http_handler typedefs to el_runtime.h (cross-module + Windows)
28ef43264a feat(el-runtime): native Windows port of el_runtime.c (winsock/dlsym/CreateProcess)
Compare 5 commits »
will.anderson merged pull request neuron-technologies/el#55 2026-06-20 00:06:11 +00:00
feat(el-runtime): native Windows port of el_runtime.c (+ engram_node_full corruption fix)
will.anderson pushed to feat/windows-el-runtime at neuron-technologies/el 2026-06-20 00:06:02 +00:00
99b113ea9d Merge branch 'stage' into feat/windows-el-runtime
718a2e0c06 Merge pull request 'feat(engram): accumulation layer — new nodes to top of stack, not core-identity' (#59) from feat/accumulation-layer into stage
b6187501fd Merge pull request 'Reconcile live runtime data-integrity fixes onto main (UAF + atomic engram_save)' (#58) from fix/runtime-integrity-reconcile into stage
18e1ab6db1 feat(engram): add accumulation layer (layer 5) — new nodes default to it, not core-identity
2dec76c87a fix(runtime): reconcile live data-integrity fixes onto main (UAF + atomic engram_save)
Compare 33 commits »
will.anderson pushed to feat/windows-el-runtime at neuron-technologies/el 2026-06-19 23:59:36 +00:00
c087b97093 fix(windows): resolve PR blockers — nanosleep shim, unsetenv, duplicate typedefs, SOCKET type, el_closesocket
will.anderson pushed to main at neuron-technologies/neuron 2026-06-19 20:35:46 +00:00
ddd858d2ec fix(deploy): extend rollout timeout to 8m for GKE Autopilot cold starts
will.anderson pushed to main at neuron-technologies/neuron 2026-06-19 20:25:30 +00:00
996dd3860a fix: replace embedded python with sed in deploy-gke manifest update step
6f4adf7640 self-review 2026-06-19: filter auto_term to Memory/BacklogItem/Entity only
Compare 2 commits »
will.anderson commented on pull request neuron-technologies/el#55 2026-06-19 19:53:56 +00:00
feat(el-runtime): native Windows port of el_runtime.c (+ engram_node_full corruption fix)

Review: feat(el-runtime): native Windows port of el_runtime.c (+ engram)

Thanks for the port Tim — the overall structure is solid (consistent _WIN32 guards, correct Winsock include…

will.anderson pushed to main at neuron-technologies/neuron 2026-06-18 20:03:33 +00:00
7e901bbbd2 fix(ci): prune Docker state at start of CI build to prevent disk exhaustion
will.anderson pushed to main at neuron-technologies/neuron 2026-06-18 19:23:49 +00:00
2de1e60b8a fix(ci): update infra manifests after blue-green swap
will.anderson pushed to main at neuron-technologies/neuron 2026-06-18 19:04:22 +00:00
b563fff062 fix(ci/docker): pre-download artifacts before build, remove --secret
will.anderson pushed to main at neuron-technologies/neuron 2026-06-18 18:44:06 +00:00
fdd946b3d4 fix(ci): serialize build+deploy via concurrency group to prevent Docker exhaustion