Scaffold isolated Pi instance

This commit is contained in:
syntaxbullet
2026-07-23 19:17:31 +02:00
commit b3aa2155d3
10 changed files with 99 additions and 0 deletions

7
launch Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
instance_dir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)"
export PI_CODING_AGENT_DIR="$instance_dir"
exec "${PI_BIN:-pi}" "$@"