resolveDefaultSandboxRoot
resolveDefaultSandboxRoot(
projectRoot?):string
Defined in: paths.ts:14
Resolves a default sandbox root for the file/bash/workspace tools: absolute ADL_SANDBOX_ROOT
as-is, otherwise DEFAULT_SANDBOX_RELATIVE_PATH relative to projectRoot (or process.cwd()
if omitted). Mirrors @agent-dev-lab/core’s resolveAdlSqlitePath exactly: pure path
resolution, no filesystem side effects — creating the directory is the caller’s job (via
mkdirSync), same split as that function’s own mkdirSync happening at DB-open time, not in
the resolver.
Parameters
Section titled “Parameters”projectRoot?
Section titled “projectRoot?”string
Returns
Section titled “Returns”string