iop/configs/iop-agent.local.example.yaml

37 lines
1,023 B
YAML

# Secret-free, device-owned Agent CLI runtime configuration.
# Replace placeholder absolute paths with real device roots before use.
version: "1"
device:
state_root: /home/user/.local/share/iop-agent/state
overlay_root: /home/user/.local/share/iop-agent/overlays
log_root: /home/user/.local/share/iop-agent/logs
temp_root: /home/user/.local/share/iop-agent/tmp
cache_root: /home/user/.local/share/iop-agent/cache
# Client launch policies are device-local and disabled by default.
clients:
flutter:
executable: /opt/iop/bin/iop-flutter
args: []
working_directory: /opt/iop
launch_on_start: false
restart_on_crash: false
focus_args: [--focus-existing]
unity:
executable: /opt/iop/bin/iop-unity
args: []
working_directory: /opt/iop
launch_on_start: false
restart_on_crash: false
override:
defaults:
profile_aliases:
local: claude-headless
projects:
iop-s0:
workspace: /home/user/repos/iop-s0
enabled: true
selected_milestone: milestone-1