feat(workspace): trust resolved project path

This commit is contained in:
2026-06-02 16:57:52 +00:00
parent 5308d53288
commit 6150497b47
4 changed files with 48 additions and 1 deletions
+1
View File
@@ -184,6 +184,7 @@ def resolve_plan(
forward_host_credentials=provider.forward_host_credentials,
auth_token=provider.auth_token,
host_env=dict(os.environ),
trusted_project_path=workspace_plan.workdir,
)
guest_env = dict(agent_provision.guest_env)
for key, val in agent_provision.env_vars.items():