{
  "exit": 0,
  "stdout": "{\"box\":\"ENLYZEAM\",\"route\":\"hfenduleam -\\u003e ssh decid@enlyzeam -\\u003e read-only resident daemon.json selected cadence fields\",\"home\":\"C:\\\\Users\\\\decid\\\\AppData\\\\Local\\\\spt-core\",\"path\":\"C:\\\\Users\\\\decid\\\\AppData\\\\Local\\\\spt-core\\\\daemon.json\",\"exists\":false,\"sampled_utc\":\"2026-09-16T02:51:37.4811524Z\",\"last_write_utc\":null,\"fields\":{\"peer_pump\":{\"present\":false,\"value\":null},\"registry_pump_period_ms\":{\"present\":false,\"value\":null},\"notif_pump_period_ms\":{\"present\":false,\"value\":null},\"sync_pull_period_ms\":{\"present\":false,\"value\":null},\"update_check_period_ms\":{\"present\":false,\"value\":null}}}\n",
  "stderr": "#< CLIXML\n<Objs Version=\"1.1.0.1\" xmlns=\"http://schemas.microsoft.com/powershell/2004/04\"><Obj S=\"progress\" RefId=\"0\"><TN RefId=\"0\"><T>System.Management.Automation.PSCustomObject</T><T>System.Object</T></TN><MS><I64 N=\"SourceId\">1</I64><PR N=\"Record\"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj><Obj S=\"progress\" RefId=\"1\"><TNRef RefId=\"0\" /><MS><I64 N=\"SourceId\">1</I64><PR N=\"Record\"><AV>Preparing modules for first use.</AV><AI>0</AI><Nil /><PI>-1</PI><PC>-1</PC><T>Completed</T><SR>-1</SR><SD> </SD></PR></MS></Obj></Objs>",
  "command_script": "$ErrorActionPreference='Stop'; $h=[IO.Path]::GetFullPath((Join-Path $env:LOCALAPPDATA 'spt-core')); $p=Join-Path $h 'daemon.json'; $exists=Test-Path -LiteralPath $p; $c=if($exists){Get-Content -LiteralPath $p -Raw | ConvertFrom-Json}else{$null}; $keys=@('peer_pump','registry_pump_period_ms','notif_pump_period_ms','sync_pull_period_ms','update_check_period_ms'); $selected=[ordered]@{}; foreach($key in $keys){$property=if($null -ne $c){$c.PSObject.Properties[$key]}else{$null}; $selected[$key]=[ordered]@{present=($null -ne $property);value=if($null -ne $property){$property.Value}else{$null}}}; [ordered]@{box=$env:COMPUTERNAME;route='hfenduleam -> ssh decid@enlyzeam -> read-only resident daemon.json selected cadence fields';home=$h;path=$p;exists=$exists;sampled_utc=[DateTime]::UtcNow.ToString('o');last_write_utc=if($exists){(Get-Item -LiteralPath $p).LastWriteTimeUtc.ToString('o')}else{$null};fields=$selected} | ConvertTo-Json -Depth 8 -Compress"
}
