Symbiont Elixir/OTP rewrite of the AI orchestrator
Go to file
Amp YOLO e70916102c build: untrack _build/ and deps/ (already in .gitignore)
Build artifacts and downloaded deps were committed before .gitignore
existed and have stayed tracked since. Any recompile (like yesterdays
dispatcher fix landing) dirties them and the next morning auto-repair
commits the BEAM diff as if it were work. git rm -r --cached makes
the existing .gitignore actually do its job.
2026-05-16 22:53:02 +00:00
config Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +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