Pregătire concretă pentru primul pilot real mini PC gateway. Fără camere încă. Fără stream. Fără producție. Scopul este să alegem ținta și să pregătim M9.2 — structura locală a agentului.
M9.1 starts the practical phase after M8. It prepares the first real mini PC gateway pilot without enabling real agent execution yet. The goal is to prepare target selection, safe dry-run commands, folder planning and checklist before M9.2 creates the local agent folder structure.
| ID | Command | Status | Preview | Expected result | Safety |
|---|---|---|---|---|---|
| 1 | Mini PC identity check M901-CMD-mini_pc_identity mini_pc_dry_run | prepared_dry_run_only dry_run=1 · real_exec=0 | hostnamectl && uname -a && ip -br addr | Confirm OS, hostname and network interfaces on the real mini PC. | secret=0 · plain=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 2 | Connectivity to Guard M901-CMD-curl_guard mini_pc_dry_run | prepared_dry_run_only dry_run=1 · real_exec=0 | curl -k -I https://guard.deriox.ro/api/gateway/mini-pc/real-pilot-preparation | Expected HTTP 200 from Guard public endpoint. | secret=0 · plain=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 3 | Preview future agent folder M901-CMD-dry_folder_preview mini_pc_dry_run | prepared_dry_run_only dry_run=1 · real_exec=0 | echo "M9.2 will prepare /opt/deriox-guard/agent and /var/lib/deriox-guard, but M9.1 does not create them." | No folder is created in M9.1. | secret=0 · plain=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 4 | Camera scan intentionally disabled M901-CMD-no_camera_scan mini_pc_dry_run | prepared_dry_run_only dry_run=1 · real_exec=0 | echo "Camera discovery is disabled in M9.1. Do not run ONVIF/IP scans yet." | Confirms camera layer is not part of M9.1. | secret=0 · plain=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |