Commit Graph

2 Commits

Author SHA1 Message Date
will.anderson c28dcc9953 feat(neuron): wire transport, tools, claims, TUI client, graph ledger
- llm/stream: fetch+SSE -> normalized events through dialects
- tools: bash/read/write with claims guard and per-dialect wire schemas
- auth: local claims stamp (external claim providers plug in later)
- session/sessions: durable admission inbox, promotion, eager settlement
- kernel/graph: nodes+edges append-only store
- server: Tier-1 API routes + /global/event SSE for packages/tui
- main.ts: thin client of the engine API - no model knowledge
2026-08-22 21:44:26 -05:00
will.anderson cfca4cec19 feat(opencode): cut plugin system and remote behavior feeds; add SessionContext assembly and Runner
- delete plugin machinery (loader, install, meta, hooks) and all trigger sites
- fold first-party provider auth into static registry (provider/hooks.ts)
- remove remote instruction URL fetch, skills remote puller, TUI plugin host
- add session/context.ts: single provenance-tagged context assembly point
- add session/runner.ts: admit/context/stream/tools loop with compaction policy
- relocate audit artifacts to audit/ (FORK-AUDIT, instruction docs as evidence)
2026-08-22 16:13:29 -05:00