will.anderson 82d5b243a4
Neuron Soul CI / build (pull_request) Failing after 4m48s
Neuron Soul CI / deploy (pull_request) Has been skipped
feat(mcp-wrapper): collapse the ~90-tool surface to 9 geometry+agentic ops
tools/list now returns exactly 9 ops (design: api-reshape README, artifact
0e828907 / surface.el §5) instead of the noun-per-tool catalog. Type is a
parameter, not a tool-per-noun.

Layer 1 — geometry (live against soul :7770 today):
  read({vantage,type?,k,depth}) write({content,type,...})
  relate({from,to,relationship}) supersede({id,action,content?})
Layer 2 — agentic primitives (return an honest pending-cognition-promotion
envelope until the cognition build is promoted on the engram):
  think attend assert ground learn

Why:
- The old surface advertised empty inputSchemas so args never bound; every op
  here declares a real schema (tool_s) so targeting/bounding params bite.
- Vantage-read fixes the whole-self-dump: the aperture (k/depth) bounds output.
  Because the live soul's /graph does not yet honor compact/k, the aperture is
  enforced at the WRAPPER boundary (cap_output, ~2000 + k*3000 chars) where the
  MCP transport limit bites. Measured: self read k=1 -> 5.3KB, k=20 -> 65KB
  (was ~790KB unbounded).
- Identity keystones (kn-efeb4a5b / kn-5b606390) are write-protected on
  write(type=self|values), relate, and supersede.

Transition: the previous ~90 tool names remain as HIDDEN ALIASES in
dispatch_tool_call (old catalog retained as unused tools_catalog_full), so any
caller still using an old name keeps working while the visible surface is the 9.
2026-08-15 12:07:18 -05:00
S
Description
Neuron - the canonical CGI substrate. Real soul.el lives here.
14 MiB
Languages
Emacs Lisp 68%
Python 15.8%
Shell 14.8%
HTML 0.6%
Go Template 0.5%
Other 0.3%