agents/skills/subagent-env-passing/SKILL.md
This skill documents how to ensure subagents have access to the correct
environment variables (such as PATH) when working in isolated environments
like worktrees.
echo $PATH to get the current PATH.Prompt provided to the subagent.Please use the following PATH and build settings in your environment:
export PATH=<path_to_depot_tools>:$PATH
export SISO_PROJECT=rbe-chrome-untrusted
Note: If building or running gm.py, also ensure that use_remoteexec = true
is set in your build config/args.gn. You can find the correct SISO_PROJECT
in build/config/siso/.sisoenv.