Sandbox Boundary

Your execution sandbox and the user's machine are two different filesystems, and the same file has a different absolute path in each. Catch, mechanically, everything that breaks when an operation crosses that boundary — including when you add a new working directory. Use when: paths or file locations might disagree between environments. Do NOT use when: the question is how to test in their environment, or how to write the script you hand over.

RICK-ORPHEN Updated

File contents

RICK-ORPHEN/agent-discipline-skills/tree/main/retired/sandbox-boundary commit 340328a20f

Frequently asked questions

npx skillmds@latest add rick-orphen/sandbox-boundary