···4444- **CRITICAL: Use YOUR workspace path for all file operations** - When using Read/Edit tools, files must be in YOUR workspace directory (check with `pwd`), NOT the main repo. Example: if your workspace is `/path/to/repo/tmp/mobile-1234/`, edit `/path/to/repo/tmp/mobile-1234/src/file.js`, NOT `/path/to/repo/src/file.js`.
4545- **Never use hardcoded paths to ~/misc/mpeek or similar** - Always resolve paths relative to your current working directory.
46464747+### Policy: Process Safety (CRITICAL)
4848+4949+**NEVER interfere with processes outside your workspace.**
5050+5151+- **Do NOT kill, stop, or signal processes** you didn't start (no `kill`, `pkill`, `killall` on external processes)
5252+- **Do NOT modify system state** outside your workspace (no writing to /tmp shared files, no global npm installs, etc.)
5353+- **Only manage processes YOU started** within YOUR workspace session
5454+- **If external processes block you, REPORT IT** - don't try to fix it yourself
5555+5656+Violations of this policy compromise other agents and the coordinator's work. If you encounter a port conflict or blocking process, use `agent-status "blocked" "description"` and wait for coordinator assistance.
5757+4758### Policy: Commands (CRITICAL)
48594960**STOP. READ THIS BEFORE RUNNING ANY COMMAND.**
···160171161172---
162173163163-## Your Taskyarn start shows electron not found so we need to test and stabilize things after the big electron/node upgrade
174174+## Your Taskshared iOS build artifacts in ./tmp to avoid full rebuilds per workspace (one mobile task at a time)