symbiont_ex/lib/symbiont
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
..
api.ex Add Engram module — Elixir port of Python session memory system 2026-03-23 12:27:13 +00:00
application.ex Add Engram module — Elixir port of Python session memory system 2026-03-23 12:27:13 +00:00
dispatcher.ex dispatcher: enable IS_SANDBOX + --dangerously-skip-permissions 2026-05-13 15:14:53 +00:00
engram.ex Fix statement leaks, error handling, UTC timestamps in Engram 2026-03-23 12:32:09 +00:00
heartbeat.ex Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +00:00
ledger.ex Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +00:00
queue.ex Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +00:00
router.ex Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +00:00