Upstream: Not yet filed on fullsend-ai/fullsend.
A sandbox_init_script field in the harness schema would allow pre-agent environment setup (sourcing env files, setting up toolchains, running diagnostics) without relying on `.env.d/` conventions or baking setup into skills.
Currently we work around this by mounting env files into `.env.d/` and relying on the sandbox startup loop to source them. A native init script would be more explicit and composable.
Impact: Would simplify sandbox bootstrap, especially for custom agents that need non-trivial setup before the agent starts.
TODO: File the upstream feature request on fullsend-ai/fullsend.
Migrated from `docs/known-issues.md`
Upstream: Not yet filed on fullsend-ai/fullsend.
A
sandbox_init_scriptfield in the harness schema would allow pre-agent environment setup (sourcing env files, setting up toolchains, running diagnostics) without relying on `.env.d/` conventions or baking setup into skills.Currently we work around this by mounting env files into `.env.d/` and relying on the sandbox startup loop to source them. A native init script would be more explicit and composable.
Impact: Would simplify sandbox bootstrap, especially for custom agents that need non-trivial setup before the agent starts.
TODO: File the upstream feature request on fullsend-ai/fullsend.
Migrated from `docs/known-issues.md`