sandbox-agent/foundry/packages/backend/src/actors
Nathan Flurry bea3b58199 fix(foundry): use $HOME instead of hardcoded /home/sandbox for sandbox repo paths
E2B sandboxes run as `user` (home: /home/user), not `sandbox`, so
`mkdir -p /home/sandbox` fails with "Permission denied". Replace all
hardcoded `/home/sandbox` paths with `$HOME` resolved at shell runtime
inside the sandbox, and dynamically resolve the repo CWD via the sandbox
actor so it works across providers (E2B, local Docker, Daytona).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 17:33:53 -07:00
..
_scripts Refactor Foundry GitHub state and sandbox runtime (#247) 2026-03-13 02:45:07 -07:00
audit-log feat(foundry): revert actions to queue/workflow pattern with direct sends 2026-03-16 18:46:53 -07:00
github-data feat(foundry): add foundry base sandbox image with sudo, chromium, and dev tooling 2026-03-17 02:09:12 -07:00
organization feat(foundry): add foundry base sandbox image with sudo, chromium, and dev tooling 2026-03-17 02:09:12 -07:00
sandbox fix(foundry): use $HOME instead of hardcoded /home/sandbox for sandbox repo paths 2026-03-17 17:33:53 -07:00
task fix(foundry): use $HOME instead of hardcoded /home/sandbox for sandbox repo paths 2026-03-17 17:33:53 -07:00
user feat(foundry): add foundry base sandbox image with sudo, chromium, and dev tooling 2026-03-17 02:09:12 -07:00
context.ts chore(foundry): improve sandbox impl + status pill (#252) 2026-03-14 12:14:06 -07:00
handles.ts feat(foundry): revert actions to queue/workflow pattern with direct sends 2026-03-16 18:46:53 -07:00
index.ts fix(foundry): fix runner version 2026-03-17 14:33:13 -07:00
keys.ts chore(foundry): migrate to actions (#262) 2026-03-16 15:23:59 -07:00
logging.ts fix(foundry): fix runner version 2026-03-17 14:33:13 -07:00
polling.ts Rename Foundry handoffs to tasks (#239) 2026-03-11 13:23:54 -07:00