Command: python -c "from pathlib import Path;import re,json;s=Path(r'C:\Users\ash\ChatGPTMasterBridge\Code.gs').read_text(encoding='utf-8',errors='replace');lines=[];
for i,l in enumerate(s.splitlines(),1):
if any(x in l for x in ['action ===','action ==','case \'','poll_(','result_(','heartbeat_(','status_(']): lines.append([i,l.strip()])
print(json.dumps(lines,separators=(',',':')))"
Directory: projects
Status: SUCCESS
Exit code: 0