Job 1788347218985

Command: python -c "import ast,json;from pathlib import Path;p=Path('../sheet_relay.py');s=p.read_text(encoding='utf-8',errors='replace');t=ast.parse(s);print(json.dumps({'imports':[getattr(n,'module',None) for n in t.body if isinstance(n,ast.ImportFrom)][:50],'defs':[n.name for n in t.body if isinstance(n,(ast.FunctionDef,ast.AsyncFunctionDef))],'classes':[n.name for n in t.body if isinstance(n,ast.ClassDef)],'consts':[n.targets[0].id for n in t.body if isinstance(n,ast.Assign) and len(n.targets)==1 and isinstance(n.targets[0],ast.Name)][:80]},separators=(',',':')))"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

{"imports":["concurrent.futures","pathlib"],"defs":["now","log","load_json","save_json","record_hook_event","hook_status","_redact_recent","recent_add","recent_status","record_recent_safely","project_memory","adb_selection","load_tasks","task_gc","task_archive","task_event","task_action","task_summary","group_action","record_task_event","load_verifies","verify_action","agent_status","self_check","start_bridge_job","parallel_run","task_group_run","task_group_refresh","task_group_next_actions","hook_run","hook_run_declared","task_run_step","task_run_next","task_retry_step","task_refresh","task_next_actions","task_evidence","job_action","job_next_actions","changeset_next_actions","changeset_add_many","launch_verify_check","monitor_verifies","verify_next_actions","parse_diagnostics","diagnostic_navigation","save_evidence","evidence_catalog","evidence_read","read_bridge_secret","policy_check","policy_status","policy_explain","init_config","require_config","b64url","http_json","http_text","strip_html","mask_sensitive","bridge_url","call_bridge","parse_stage_id","parse_job_id","has_failed_step","extract_step_statuses","direct_bridge_actions","map_params","bridge_route_action","capability_category","capabilities_summary","capabilities_categories","capabilities_get","capabilities","workspace_roots","dir_summary","scan_projects","workspace_info","system_info","command_palette","project_profile","project_context","safe_workspace_file","safe_workspace_path","fs_sha","safe_adb_host_file","safe_adb_remote","protected_source_file","read_source_bounded","fs_stage","fs_apply","fs_readonly","artifact_catalog","artifact_text","read_tail_lines","file_symbols","symbol_search","workspace_symbols","symbol_references","symbol_callers","symbol_callees","symbol_context","symbol_block","project_tokens","dependency_scan","dependency_graph","impact_analysis","git_repo_path","worktree_action","git_read_action","git_commit_action","git_history_mutation","git_merge_action","_execute_command","execute_command","_safe_drive_result_name","_find_drive_data_root","_offload_result_to_drive","result","bridge_result","web_app_url","send_result","heartbeat","bridge_health","run_loop","print_status","main"],"classes":[],"consts":["REVISION","ROOT","DATA_DIR","CONFIG_PATH","LOG_PATH","TASKS_PATH","POLICY_PATH","VERIFIES_PATH","EVIDENCE_DIR","FS_STAGES_PATH","JOB_HISTORY_PATH","GROUPS_PATH","HOOK_EVENTS_PATH","ADB_STATE_PATH","PROJECT_MEMORY_PATH","DEFAULT_SPREADSHEET_ID","DEFAULT_BRIDGE_BASE","MAX_RESULT_CHARS","SHEET_INLINE_RESULT_CHARS","SHEET_CELL_SAFE_CHARS","DRIVE_DATA_DIR_NAME","EXCLUDED_DIRS","ARTIFACT_MIME","DEFAULT_POLICY","RECENT_PATH","RECENT_CATEGORIES","PROJECT_MEMORY_CATEGORIES","TASK_TERMINAL_STATES","ERROR_PATTERNS","SYMBOL_PATTERNS"]}