Coding task dashboard for autonomous agents. Memo what you want to do, throw it at an agent, see results.
- Runtime: Bun
- Backend: Elysia + bun:sqlite
- Frontend: React + Tailwind CSS + Eden (type-safe RPC)
- Agent: Claude Agent SDK v2
bun installbun run devMock runner mode (no real agent):
BANTO_MOCK_RUNNER=1 bun run devbun test
bun run test:ime:fast
bun run test:ime:fullbun run lint
bun run fmt
bun run typecheck