Tim Lingo tim.lingo
  • Joined on 2026-06-05
tim.lingo opened issue neuron-technologies/neuron#81 2026-07-17 17:27:15 +00:00
soul: /api/chat non-agentic path echoes user input verbatim — imprint_respond is a placeholder
tim.lingo opened issue neuron-technologies/neuron#80 2026-07-17 17:27:09 +00:00
soul: engram_save int return str_eq'd as string — segfault on first heartbeat in local mode (mem_save + handle_api_consolidate)
tim.lingo pushed to feat/bin-native-connector at tim.lingo/neuron-connectd 2026-07-17 15:31:31 +00:00
b3f3944c95 fix(build): sync package-lock with a012367's added deps — npm ci was failing for every clean installer build
tim.lingo created pull request neuron-technologies/neuron#79 2026-07-17 14:09:54 +00:00
Agent consent: the pause contract + false-receipt kill (2 fixes, stricter only)
tim.lingo pushed to feat/agent-phase1-soul at neuron-technologies/neuron 2026-07-17 14:09:51 +00:00
4171aadfff fix(engine): BUG-6 — approved writes must land, and say where (false-receipt kill)
9a6014d65b fix(engine): honor require_approval — the pause contract, implemented (PAUSE-CONTRACT + BUG-LEAK source fixes)
8cdd1512d1 docs(narrated-runs): engine notes for the regen — compiled-form fixes + debts
64c1789fcc Merge pull request 'hotfix: fix malformed string literals in safety.el/sessions.el that break elc' (#77) from hotfix/elc-source-typos into main
1011d8e5be regen dist: rebuild soul.c from corrected sources (OOM gone, Track B compiled in)
Compare 9 commits »
tim.lingo closed pull request neuron-technologies/el#56 2026-07-17 13:59:20 +00:00
[SNAPSHOT — DO NOT MERGE] Live darwin soul runtime (el-sdk) — capture for history + reconciliation
tim.lingo commented on pull request neuron-technologies/el#56 2026-07-17 13:59:14 +00:00
[SNAPSHOT — DO NOT MERGE] Live darwin soul runtime (el-sdk) — capture for history + reconciliation

Closing: this snapshot served its purpose — the darwin runtime has since been reconciled upstream (darwin elb, elc OOM fix #77, dist regen). The capture is preserved on branch chore/live-darwin-ru…

tim.lingo pushed to feat/agent-phase1-soul at neuron-technologies/neuron 2026-07-17 04:02:13 +00:00
2c346ee2b8 fix(engine): BUG-6 — approved writes must land, and say where (false-receipt kill)
tim.lingo pushed to feat/agent-phase1-soul at neuron-technologies/neuron 2026-07-17 03:26:42 +00:00
fa5de69358 fix(engine): honor require_approval — the pause contract, implemented (PAUSE-CONTRACT + BUG-LEAK source fixes)
tim.lingo commented on issue neuron-technologies/neuron#78 2026-07-15 16:05:57 +00:00
Agent launch-readiness package: one regen (narrated runs + sources ledger + text-drop + WS2 + fabrication law) + 4 new engine bugs + 3 decisions

Sweep addendum (same day): two more engine-side data points. (1) URGENT for the streaming/liveness decision: a 6-step research+write ask ran as ONE server-tool call, hit the 300s HTTP budget with…

tim.lingo opened issue neuron-technologies/neuron#78 2026-07-15 15:44:42 +00:00
Agent launch-readiness package: one regen (narrated runs + sources ledger + text-drop + WS2 + fabrication law) + 4 new engine bugs + 3 decisions
tim.lingo opened issue neuron-technologies/el#70 2026-07-15 14:21:05 +00:00
soul RSS leak ~35MB/min: awareness-loop allocations bypass the per-request arena (OOM-cycled hourly; likely hits GKE too)
tim.lingo commented on pull request neuron-technologies/el#66 2026-07-15 12:50:54 +00:00
fix(engram): tokenized + ranked lexical search (multi-word 0 -> N)

Parallel-work heads-up from Tim's machine (Neuron): we built the same fix independently on 07-14 and measured both approaches on a pinned 40-query judged eval against the live container corpus…

tim.lingo pushed to feat/ranked-engram-search at neuron-technologies/el 2026-07-15 12:48:21 +00:00
f76ccc0590 engram: ranked BM25+recency search replaces storage-order substring; URL-decode GET query params
tim.lingo created branch feat/ranked-engram-search in neuron-technologies/el 2026-07-15 12:48:20 +00:00
tim.lingo pushed to feat/agent-phase1-soul at neuron-technologies/neuron 2026-07-13 18:40:16 +00:00
a54770d606 docs(narrated-runs): engine notes for the regen — compiled-form fixes + debts
tim.lingo pushed to feat/agent-phase1-soul at neuron-technologies/neuron 2026-07-13 16:07:13 +00:00
aa67f86f90 propose(agentic): narrated runs — live run-progress ledger + narration on the pause envelope
tim.lingo opened issue neuron-technologies/neuron#75 2026-07-13 14:14:48 +00:00
Unscoped agent write_file lands files in the soul process cwd — deny like run_command
tim.lingo commented on issue neuron-technologies/neuron#74 2026-07-11 18:22:37 +00:00
Agent web-search/report pipeline: 8 fixes proven on the clean soul — patch ready for main (soul.c + chat.el upstream)

Second addendum — RUNTIME BUG FOUND during the safety-contact work, worth separate attention:

HTTP responses that embed an fs_read string get clamped to the FILE's byte count — Content-Len…

tim.lingo commented on issue neuron-technologies/neuron#74 2026-07-11 18:21:59 +00:00
Agent web-search/report pipeline: 8 fixes proven on the clean soul — patch ready for main (soul.c + chat.el upstream)

Second addendum — RUNTIME BUG FOUND during the safety-contact work: HTTP responses embedding an fs_read string get clamped to the FILE's byte count (Content-Length pinned to file size, body…