Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';$out='G:\My Drive\ChatGPT Bridge Data\artifacts\phone-v7-clasp-audit-20260905.json';$rows=@();$roots=@('C:\Users\ash\ShopeeOperationsPhoneBridge','C:\Users\ash\Documents\Codex\2026-08-26\worked-for-1m-5s-inference-ya\apps-script');foreach($r in $roots){$o=[ordered]@{root=$r;exists=(Test-Path $r);clasp_exists=$false;script_id='';files=@()};if(Test-Path $r){$o.files=@(Get-ChildItem -LiteralPath $r -Force -File|Select-Object -ExpandProperty Name);$cf=Join-Path $r '.clasp.json';$o.clasp_exists=Test-Path $cf;if($o.clasp_exists){$j=Get-Content $cf -Raw|ConvertFrom-Json;$o.script_id=[string]$j.scriptId}};$rows+=[pscustomobject]$o};$rows|ConvertTo-Json -Depth 5|Set-Content -LiteralPath $out -Encoding UTF8;Write-Output 'AUDIT_WRITTEN'"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
AUDIT_WRITTEN