Symbiont Elixir/OTP rewrite of the AI orchestrator
Go to file
Amp YOLO 767ab4d67c dispatcher: enable IS_SANDBOX + --dangerously-skip-permissions
Queued tasks were stuck in a permission-denied loop because claude -p
runs in default permission mode and refuses every Bash/Edit/Write tool
call. They were marked done with the LLM s I-need-permission text,
which the next day s reflection then reported as unsolved, ad infinitum.

Set IS_SANDBOX=1 (required to bypass the root guard on -dangerously-
skip-permissions) and pass the flag itself, so dispatched tasks can
actually do filesystem and shell work.
2026-05-13 15:14:53 +00:00
_build auto-repair: commit 2 uncommitted file(s) — 2026-04-01 2026-04-01 16:15:33 +00:00
config Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +00:00
deps Elixir 1.19.5 / OTP 27 — all tests green, shared test helpers 2026-03-20 19:23:19 +00:00
lib dispatcher: enable IS_SANDBOX + --dangerously-skip-permissions 2026-05-13 15:14:53 +00:00
test Elixir 1.19.5 / OTP 27 — all tests green, shared test helpers 2026-03-20 19:23:19 +00:00
.formatter.exs Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +00:00
.gitignore Add .gitignore for runtime data and build artifacts 2026-03-20 21:28:12 +00:00
mix.exs Add Engram module — Elixir port of Python session memory system 2026-03-23 12:27:13 +00:00
mix.lock Add Engram module — Elixir port of Python session memory system 2026-03-23 12:27:13 +00:00