{"openapi":"3.1.0","info":{"title":"Hiring Signal Index API","summary":"Query recruiter lead accounts by hiring activity and role signals.","description":"Search a company index enriched with hiring velocity, ATS, department demand, role keywords, evidence URLs, and recruiter opportunity scores.","contact":{"name":"LinkRidge API Tools","url":"https://hiring-signal-index-api.linkridge.net/","email":"api-support@makersridge.com"},"version":"0.1.0"},"servers":[{"url":"https://hiring-signal-index-api.linkridge.net","description":"Production"}],"paths":{"/v1/usage":{"get":{"tags":["usage"],"summary":"Check current API-key quota usage","description":"Return the current UTC month usage and remaining allowance for the authenticated API key.","operationId":"usage_status_v1_usage_get","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Usage Status V1 Usage Get"},"examples":{"current_quota":{"summary":"Current monthly usage for the authenticated key","value":{"month":"2026-07","used":12,"limit":1000,"remaining":988,"resets_at":"2026-08-01T00:00:00Z"}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"check_hiring_signal_quota","when_to_use":"Check remaining API allowance before running large searches, exports, or refresh-assisted workflows.","does_not_increment_usage":true}}},"/v1/companies/search":{"get":{"tags":["companies"],"summary":"Search recruiter lead accounts by hiring signals","description":"Return company profiles ranked by recruiter opportunity score.","operationId":"search_company_index_v1_companies_search_get","parameters":[{"name":"industry","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["b2b_saas"],"title":"Industry"}},{"name":"ats","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["greenhouse"],"title":"Ats"}},{"name":"location","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["Austin"],"title":"Location"}},{"name":"role_keyword","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["platform"],"title":"Role Keyword"}},{"name":"department","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["engineering"],"title":"Department"}},{"name":"remote","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Remote"}},{"name":"min_open_roles","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min Open Roles"}},{"name":"min_new_roles_14d","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min New Roles 14D"}},{"name":"min_opportunity_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Opportunity Score"}},{"name":"min_buyer_quality_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Buyer Quality Score"}},{"name":"buyer_quality_tier","in":"query","required":false,"schema":{"anyOf":[{"type":"string","pattern":"^(high_fit|qualified_fit|watch_fit|low_fit)$"},{"type":"null"}],"title":"Buyer Quality Tier"}},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","pattern":"^(opportunity|buyer_quality|new_roles|open_roles|freshness|name)$","default":"opportunity","title":"Sort By"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":25,"title":"Limit"}},{"name":"include_roles","in":"query","required":false,"schema":{"type":"boolean","description":"Include full role and history payloads in each search result.","default":false,"title":"Include Roles"},"description":"Include full role and history payloads in each search result."},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Search Company Index V1 Companies Search Get"},"examples":{"engineering_platform_movers":{"summary":"Compact lead search for engineering platform hiring spikes","value":{"count":1,"filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10},"included_roles":false,"companies":[{"id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","ats":"greenhouse","open_roles":18,"new_roles_14d":7,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","new_role_signal_confidence":{"status":"observed_movement","confidence":"higher","snapshot_count":3,"reason":"new role count is backed by repeated refresh snapshots."},"evidence_urls":["https://boards.greenhouse.io/northstarcloud"],"evidence_summary":{"primary_url":"https://boards.greenhouse.io/northstarcloud","url_count":1,"sample_role_titles":["Senior Backend Engineer"],"last_seen":"2026-07-30"},"role_sample":[{"title":"Senior Backend Engineer","department":"engineering","location":"Remote US","remote":true}]}]}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"find_hiring_leads","when_to_use":"Find recruiter target accounts filtered by hiring activity, department demand, ATS, role keywords, or location.","follow_up_endpoint":"/v1/companies/{company_id}","compact_by_default":true}}},"/v1/saved-searches":{"get":{"tags":["saved searches"],"summary":"List saved recruiter lead searches","description":"Return saved search filters for the current API key without exposing the key itself.","operationId":"list_saved_searches_v1_saved_searches_get","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Saved Searches V1 Saved Searches Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["saved searches"],"summary":"Save a reusable recruiter lead search","description":"Persist a named set of company search filters for the current API key.","operationId":"create_saved_search_v1_saved_searches_post","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Payload"},"examples":{"engineering_platform_movers":{"summary":"Reusable engineering platform hiring filter","value":{"name":"Engineering platform movers","filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10}}}}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Saved Search V1 Saved Searches Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"save_hiring_lead_filter","when_to_use":"Persist a lead-discovery filter so a recruiter or agent can rerun the same query later."}}},"/v1/saved-searches/recommendations":{"get":{"tags":["saved searches"],"summary":"List recommended saved-search templates","description":"Return copyable buyer-review saved-search templates for the current private-beta wedge without creating saved searches.","operationId":"recommended_saved_searches_v1_saved_searches_recommendations_get","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Recommended Saved Searches V1 Saved Searches Recommendations Get"},"examples":{"private_beta_buyer_filter":{"summary":"Recommended private-beta buyer review filter","value":{"count":1,"recommendations":[{"id":"private_beta_ai_devtools_infra_high_fit","name":"Private beta AI/devtools infrastructure high-fit accounts","status":"recommended","reason":"The 2026-08-10 buyer packet found the strongest first-session paid signal in AI tooling, developer tools, infrastructure, and technical B2B SaaS accounts.","intended_wedges":["ai_tools","developer_tools","ai_infrastructure","infrastructure","b2b_saas"],"filters":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50},"create_request":{"method":"POST","endpoint":"/v1/saved-searches","auth_header":"X-API-Key","quota_increments_usage":true,"body":{"name":"Private beta AI/devtools infrastructure high-fit accounts","filters":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50}}},"create_search_status":{"status":"ready","next_action_target":"create_saved_search","create_request_available":true,"create_request_quota_cost":1,"saved_search_name":"Private beta AI/devtools infrastructure high-fit accounts","filter_count":5,"proceed_when":"recommended filter reviewed and monthly allowance can spend 1 request"},"activation_status":{"status":"ready","next_action_target":"create_saved_search_then_run_preview","create_request_available":true,"preview_followup_sequence_available":true,"create_request_quota_cost":1,"preview_followup_quota_cost":3,"recommended_activation_quota_cost":4,"recommended_min_remaining":4,"activation_step_count":5,"activation_sequence_handles_available":true,"first_step":"usage_preflight","final_step":"preview_export_json","final_remaining_quota_after_activation":"remaining - 4","proceed_when":"remaining >= recommended_min_remaining and filter is approved for save"},"activation_handle_status":{"status":"ready","next_action_target":"resume_activation_from_handles","handle_count":5,"first_handle":"usage:preflight","final_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","total_handle_quota_cost":4,"max_cumulative_quota_cost":4,"handles_match_activation_sequence":true,"proceed_when":"activation handles are logged with the matching recommendation id"},"activation_checkpoint_status":{"status":"ready","next_action_target":"initialize_activation_checkpoint","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","total_steps":5,"completed_steps":0,"remaining_steps":5,"next_sequence_position":1,"next_handle":"usage:preflight","final_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","recommended_min_remaining":4,"checkpoint_fields":["checkpoint_key","recommendation_id","completed_handles","next_handle","remaining_quota"],"proceed_when":"checkpoint is persisted before quota-bearing activation steps run"},"activation_checkpoint_template":{"checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","status":"initialized","completed_handles":[],"next_handle":"usage:preflight"},"activation_checkpoint_progression":[{"sequence_position":1,"completed_handle":"usage:preflight","checkpoint_status":"in_progress","completed_handles":["usage:preflight"],"next_handle":"saved-search:create:private_beta_ai_devtools_infra_high_fit","remaining_steps":4,"remaining_quota":"remaining"},{"sequence_position":2,"completed_handle":"saved-search:create:private_beta_ai_devtools_infra_high_fit","checkpoint_status":"in_progress","completed_handles":["usage:preflight","saved-search:create:private_beta_ai_devtools_infra_high_fit"],"next_handle":"preview:search:private_beta_ai_devtools_infra_high_fit","remaining_steps":3,"remaining_quota":"remaining - 1"},{"sequence_position":3,"completed_handle":"preview:search:private_beta_ai_devtools_infra_high_fit","checkpoint_status":"in_progress","completed_handles":["usage:preflight","saved-search:create:private_beta_ai_devtools_infra_high_fit","preview:search:private_beta_ai_devtools_infra_high_fit"],"next_handle":"preview:trends:private_beta_ai_devtools_infra_high_fit","remaining_steps":2,"remaining_quota":"remaining - 2"},{"sequence_position":4,"completed_handle":"preview:trends:private_beta_ai_devtools_infra_high_fit","checkpoint_status":"in_progress","completed_handles":["usage:preflight","saved-search:create:private_beta_ai_devtools_infra_high_fit","preview:search:private_beta_ai_devtools_infra_high_fit","preview:trends:private_beta_ai_devtools_infra_high_fit"],"next_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","remaining_steps":1,"remaining_quota":"remaining - 3"},{"sequence_position":5,"completed_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","checkpoint_status":"complete","completed_handles":["usage:preflight","saved-search:create:private_beta_ai_devtools_infra_high_fit","preview:search:private_beta_ai_devtools_infra_high_fit","preview:trends:private_beta_ai_devtools_infra_high_fit","preview:export-json:private_beta_ai_devtools_infra_high_fit"],"remaining_steps":0,"remaining_quota":"remaining - 4"}],"activation_checkpoint_final_state":{"checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","status":"complete","completed_handle_count":5,"final_completed_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","remaining_steps":0,"remaining_quota":"remaining - 4","source":"activation_checkpoint_progression","proceed_when":"checkpoint status is complete after final activation handle is logged"},"activation_checkpoint_resume_status":{"status":"ready","next_action_target":"resume_from_checkpoint","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","valid_completed_handle_count":5,"last_resumable_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","remaining_steps":0,"remaining_quota":"remaining - 4","resume_source":"activation_checkpoint_final_state","proceed_when":"persisted checkpoint key matches recommendation id and completed handles are a prefix of activation_sequence_handles"},"activation_checkpoint_resume_validation":{"status":"ready","next_action_target":"validate_persisted_checkpoint","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","expected_recommendation_id":"private_beta_ai_devtools_infra_high_fit","valid_completed_handle_counts":[0,1,2,3,4,5],"expected_handle_order":["usage:preflight","saved-search:create:private_beta_ai_devtools_infra_high_fit","preview:search:private_beta_ai_devtools_infra_high_fit","preview:trends:private_beta_ai_devtools_infra_high_fit","preview:export-json:private_beta_ai_devtools_infra_high_fit"],"invalid_conditions":["checkpoint_key_mismatch","recommendation_id_mismatch","completed_handles_not_prefix","completed_handle_count_exceeds_sequence"],"branch_source":"activation_checkpoint_resume_branches","proceed_when":"persisted checkpoint key and recommendation id match, and completed handles exactly match a valid activation prefix"},"activation_checkpoint_resume_branches":[{"completed_handle_count":0,"next_handle":"usage:preflight","next_sequence_position":1,"next_step":"usage_preflight","next_request_key":"usage_check_request","remaining_steps":5,"status_after_next_handle":"in_progress","proceed_when":"checkpoint has no completed handles and usage remaining is at least recommended_min_remaining"},{"completed_handle_count":1,"last_completed_handle":"usage:preflight","next_handle":"saved-search:create:private_beta_ai_devtools_infra_high_fit","next_sequence_position":2,"next_step":"create_saved_search","next_request_key":"create_request","remaining_steps":4,"remaining_quota":"remaining","status_after_next_handle":"in_progress","proceed_when":"usage preflight passed and the saved search has not been created yet"},{"completed_handle_count":2,"last_completed_handle":"saved-search:create:private_beta_ai_devtools_infra_high_fit","next_handle":"preview:search:private_beta_ai_devtools_infra_high_fit","next_sequence_position":3,"next_step":"preview_search","next_request_key":"preview_search_request","remaining_steps":3,"remaining_quota":"remaining - 1","status_after_next_handle":"in_progress","proceed_when":"saved search was created or matched to an equivalent saved search"},{"completed_handle_count":3,"last_completed_handle":"preview:search:private_beta_ai_devtools_infra_high_fit","next_handle":"preview:trends:private_beta_ai_devtools_infra_high_fit","next_sequence_position":4,"next_step":"preview_trends","next_request_key":"preview_trends_request","remaining_steps":2,"remaining_quota":"remaining - 2","status_after_next_handle":"in_progress","proceed_when":"search preview response is logged"},{"completed_handle_count":4,"last_completed_handle":"preview:trends:private_beta_ai_devtools_infra_high_fit","next_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","next_sequence_position":5,"next_step":"preview_export_json","next_request_key":"preview_export_json_request","remaining_steps":1,"remaining_quota":"remaining - 3","status_after_next_handle":"complete","proceed_when":"trend preview response is logged"},{"completed_handle_count":5,"last_completed_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","remaining_steps":0,"remaining_quota":"remaining - 4","status_after_next_handle":"complete","proceed_when":"checkpoint already reached the final activation handle"}],"activation_checkpoint_run_summary":{"status":"ready","next_action_target":"persist_activation_checkpoint_run","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","activation_handle_count":5,"resume_branch_count":6,"valid_completed_handle_counts":[0,1,2,3,4,5],"final_status":"complete","final_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","total_quota_cost":4,"final_remaining_quota":"remaining - 4","source":"activation_checkpoint_resume_branches","proceed_when":"checkpoint run summary is logged with the final checkpoint state after activation"},"activation_checkpoint_log_template":{"status":"ready","next_action_target":"persist_activation_checkpoint_event","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","event_source":"activation_sequence_handles","event_fields":["checkpoint_key","recommendation_id","handle","step","sequence_position","quota_cost","cumulative_quota_cost","remaining_quota_after_step","request_key","status_after_handle"],"idempotency_key_format":"checkpoint_key:handle","status_after_handle_source":"activation_checkpoint_resume_branches.status_after_next_handle","proceed_when":"one event is persisted after each activation handle response is logged"},"activation_checkpoint_log_status":{"status":"ready","next_action_target":"persist_activation_checkpoint_events","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","event_count":5,"event_field_count":10,"event_source":"activation_sequence_handles","idempotency_key_format":"checkpoint_key:handle","first_handle":"usage:preflight","final_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","status_after_handle_source":"activation_checkpoint_resume_branches.status_after_next_handle","proceed_when":"persist one idempotent event per activation handle response"},"activation_checkpoint_event_sample":{"checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","handle":"usage:preflight","step":"usage_preflight","sequence_position":1,"quota_cost":0,"cumulative_quota_cost":0,"remaining_quota_after_step":"remaining","request_key":"usage_check_request","status_after_handle":"in_progress","idempotency_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation:usage:preflight","source":"activation_sequence_handles[0]"},"activation_checkpoint_event_samples":[{"checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","handle":"usage:preflight","step":"usage_preflight","sequence_position":1,"quota_cost":0,"cumulative_quota_cost":0,"remaining_quota_after_step":"remaining","request_key":"usage_check_request","status_after_handle":"in_progress","idempotency_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation:usage:preflight","source":"activation_sequence_handles[0]"},{"checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","handle":"saved-search:create:private_beta_ai_devtools_infra_high_fit","step":"create_saved_search","sequence_position":2,"quota_cost":1,"cumulative_quota_cost":1,"remaining_quota_after_step":"remaining - 1","request_key":"create_request","status_after_handle":"in_progress","idempotency_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation:saved-search:create:private_beta_ai_devtools_infra_high_fit","source":"activation_sequence_handles[1]"},{"checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","handle":"preview:search:private_beta_ai_devtools_infra_high_fit","step":"preview_search","sequence_position":3,"quota_cost":1,"cumulative_quota_cost":2,"remaining_quota_after_step":"remaining - 2","request_key":"preview_search_request","status_after_handle":"in_progress","idempotency_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation:preview:search:private_beta_ai_devtools_infra_high_fit","source":"activation_sequence_handles[2]"},{"checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","handle":"preview:trends:private_beta_ai_devtools_infra_high_fit","step":"preview_trends","sequence_position":4,"quota_cost":1,"cumulative_quota_cost":3,"remaining_quota_after_step":"remaining - 3","request_key":"preview_trends_request","status_after_handle":"in_progress","idempotency_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation:preview:trends:private_beta_ai_devtools_infra_high_fit","source":"activation_sequence_handles[3]"},{"checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","step":"preview_export_json","sequence_position":5,"quota_cost":1,"cumulative_quota_cost":4,"remaining_quota_after_step":"remaining - 4","request_key":"preview_export_json_request","status_after_handle":"complete","idempotency_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation:preview:export-json:private_beta_ai_devtools_infra_high_fit","source":"activation_sequence_handles[4]"}],"activation_checkpoint_event_batch_status":{"status":"ready","next_action_target":"persist_activation_checkpoint_event_batch","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","event_count":5,"event_sample_count":5,"event_handle_count":5,"unique_event_handle_count":5,"sequence_position_count":5,"unique_sequence_position_count":5,"idempotency_key_count":5,"unique_idempotency_key_count":5,"first_event_handle":"usage:preflight","final_event_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","first_sequence_position":1,"final_sequence_position":5,"first_idempotency_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation:usage:preflight","final_idempotency_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation:preview:export-json:private_beta_ai_devtools_infra_high_fit","all_events_match_activation_handles":true,"all_events_match_activation_sequence_positions":true,"all_events_have_idempotency_keys":true,"all_events_have_unique_idempotency_keys":true,"all_events_have_status_after_handle":true,"all_event_batch_checks_passed":true,"blocking_batch_validation_failures":[],"batch_persistence_mode":"upsert_by_idempotency_key","idempotency_conflict_policy":"skip_existing_matching_key","event_ordering_key":"sequence_position","recommended_batch_write_size":5,"source":"activation_checkpoint_event_samples","proceed_when":"all event-batch checks pass before batch persistence"},"activation_checkpoint_event_batch_write_request":{"status":"ready","next_action_target":"upsert_activation_checkpoint_event_batch","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_log","operation":"upsert_many","persistence_mode":"upsert_by_idempotency_key","conflict_policy":"skip_existing_matching_key","ordering_key":"sequence_position","expected_record_count":5,"records_source":"activation_checkpoint_event_samples","records_are_ordered":true,"precondition":"activation_checkpoint_event_batch_status.all_event_batch_checks_passed is true","proceed_when":"write request is persisted or executed only after event-batch status passes all checks"},"activation_checkpoint_event_batch_write_status":{"status":"ready","next_action_target":"verify_activation_checkpoint_event_batch_write","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","expected_written_count":5,"expected_skipped_existing_count":0,"accepted_conflict_policy":"skip_existing_matching_key","confirmation_fields":["checkpoint_key","attempted_record_count","written_record_count","skipped_existing_count","all_records_persisted_or_skipped"],"records_source":"activation_checkpoint_event_samples","write_request_source":"activation_checkpoint_event_batch_write_request","success_condition":"written_record_count + skipped_existing_count == expected_record_count","proceed_when":"batch write confirmation proves every ordered checkpoint event was persisted or already present"},"activation_checkpoint_event_batch_write_audit":{"status":"ready","next_action_target":"log_activation_checkpoint_event_batch_write_audit","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_log","operation":"upsert_many","expected_record_count":5,"confirmation_field_count":5,"success_condition":"written_record_count + skipped_existing_count == expected_record_count","audit_log_fields":["checkpoint_key","recommendation_id","operation","expected_record_count","confirmation_fields","success_condition","write_status"],"write_request_source":"activation_checkpoint_event_batch_write_request","write_status_source":"activation_checkpoint_event_batch_write_status","proceed_when":"write audit is logged with the confirmation fields and success condition after write verification"},"activation_checkpoint_event_batch_lookup_request":{"status":"ready","next_action_target":"query_activation_checkpoint_event_batch","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_log","lookup_key":"checkpoint_key","lookup_value":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","ordering_key":"sequence_position","expected_record_count":5,"records_source":"activation_checkpoint_event_samples","precondition":"activation_checkpoint_event_batch_write_audit is logged after successful write verification","proceed_when":"query persisted checkpoint events by checkpoint_key before resume validation"},"activation_checkpoint_event_batch_lookup_status":{"status":"ready","next_action_target":"verify_activation_checkpoint_event_batch_lookup","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_log","lookup_key":"checkpoint_key","expected_record_count":5,"expected_first_handle":"usage:preflight","expected_final_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","ordering_key":"sequence_position","records_source":"activation_checkpoint_event_samples","write_audit_source":"activation_checkpoint_event_batch_write_audit","success_condition":"lookup returns expected_record_count ordered checkpoint events for checkpoint_key","proceed_when":"event batch lookup is verified before resuming from persisted checkpoint events"},"activation_checkpoint_event_batch_resume_request":{"status":"ready","next_action_target":"resume_activation_from_checkpoint_event_batch","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_log","lookup_status_source":"activation_checkpoint_event_batch_lookup_status","completed_handles_source":"ordered_lookup_events.handle","resume_validation_source":"activation_checkpoint_resume_validation","resume_branch_source":"activation_checkpoint_resume_branches","next_request_source":"activation_checkpoint_resume_branches.next_request_key","precondition":"activation_checkpoint_event_batch_lookup_status succeeds and ordered event handles pass resume validation","proceed_when":"use ordered persisted checkpoint events to select the next resume branch without rebuilding completed handles"},"activation_checkpoint_event_batch_resume_status":{"status":"ready","next_action_target":"log_activation_checkpoint_event_batch_resume","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_log","completed_handle_count":5,"completed_handles_source":"ordered_lookup_events.handle","resume_validation_source":"activation_checkpoint_resume_validation","selected_branch_source":"activation_checkpoint_resume_branches[5]","selected_completed_handle_count":5,"resume_result":"complete","success_condition":"ordered lookup events select the completed resume branch","proceed_when":"resume status is logged before ending the activation checkpoint run"},"activation_checkpoint_archive_request":{"status":"ready","next_action_target":"write_activation_checkpoint_archive","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_archive","operation":"upsert_latest","conflict_policy":"replace_when_completed_at_is_newer","archive_key":"recommendation_id","archive_record_source":"activation_checkpoint_event_batch_resume_status","event_count":5,"final_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","resume_result":"complete","retention_policy":"keep_latest_completed_activation_per_recommendation","precondition":"activation_checkpoint_event_batch_resume_status.resume_result is complete","proceed_when":"persist the completed activation checkpoint archive after resume status is logged"},"activation_checkpoint_archive_status":{"status":"ready","next_action_target":"archive_activation_checkpoint_run","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_archive","archive_request_source":"activation_checkpoint_archive_request","archive_record_source":"activation_checkpoint_archive_request","event_count":5,"final_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","resume_result":"complete","retention_hint":"keep_latest_completed_activation_per_recommendation","success_condition":"resume_result is complete and selected_next_handle is null","proceed_when":"archive status is logged after persisted-event resume completes"},"activation_checkpoint_archive_lookup_request":{"status":"ready","next_action_target":"query_activation_checkpoint_archive","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_archive","lookup_key":"recommendation_id","lookup_value":"private_beta_ai_devtools_infra_high_fit","expected_record_count":1,"archive_request_source":"activation_checkpoint_archive_request","archive_status_source":"activation_checkpoint_archive_status","precondition":"activation_checkpoint_archive_status.success_condition is satisfied","proceed_when":"query the latest completed archive by recommendation_id before treating activation as durable"},"activation_checkpoint_archive_lookup_status":{"status":"ready","next_action_target":"verify_activation_checkpoint_archive_lookup","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","storage_scope":"local_scheduler_checkpoint_archive","lookup_key":"recommendation_id","expected_record_count":1,"expected_final_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","expected_resume_result":"complete","archive_record_source":"activation_checkpoint_archive_request","lookup_request_source":"activation_checkpoint_archive_lookup_request","success_condition":"lookup returns one completed archive record for recommendation_id with the expected final handle","proceed_when":"archive lookup is verified before the scheduler closes the activation run"},"activation_checkpoint_closure_status":{"status":"ready","next_action_target":"close_activation_checkpoint_run","checkpoint_key":"recommendation:private_beta_ai_devtools_infra_high_fit:activation","recommendation_id":"private_beta_ai_devtools_infra_high_fit","closure_source":"activation_checkpoint_archive_lookup_status","archive_lookup_verified":true,"final_handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","resume_result":"complete","completed_handle_count":5,"expected_closed_status":"durable_complete","success_condition":"archive lookup is verified and resume_result is complete","proceed_when":"scheduler can mark the activation run durable_complete without another quota-bearing call"},"private_beta_buyer_review_status":{"status":"ready_for_private_beta_review","next_action_target":"rerun_buyer_packet_after_reviewed_refresh","review_packet":"docs/private-beta-buyer-review-packet-2026-08-10.md","reviewed_account_count":26,"paid_worthy_account_count":14,"context_dependent_account_count":9,"noisy_or_weak_account_count":3,"paid_worthy_share":0.538,"recommended_wedge":"ai_devtools_infrastructure","recommended_starter_price_hypothesis":"$29-$49/month","recommended_pro_price_hypothesis":"$99-$149/month","strongest_account_examples":["Mistral AI","ClickHouse","Anthropic","Cursor","LangChain"],"source":"2026-08-10 internal buyer packet","proceed_when":"one more reviewed refresh window is captured and the packet is rerun before external buyer scoring"},"private_beta_buyer_review_rerun_request":{"status":"ready","next_action_target":"rerun_private_beta_buyer_packet","review_packet_source":"private_beta_buyer_review_status.review_packet","recommended_wedge_source":"private_beta_buyer_review_status.recommended_wedge","input_sources":["GET /v1/saved-searches/recommendations","GET /v1/companies/search?department=engineering&min_open_roles=8&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality&limit=50","GET /v1/exports/leads.json?department=engineering&min_open_roles=8&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality&limit=50","docs/private-beta-buyer-review-packet-2026-08-10.md"],"output_target":"docs/private-beta-buyer-review-packet-next.md","minimum_reviewed_account_count":26,"minimum_paid_worthy_share_to_preserve":0.538,"requires_external_buyer_scoring":false,"requires_public_ats_fetch":false,"proceed_when":"a newer reviewed refresh window is available and local buyer-fit outputs are captured"},"private_beta_buyer_review_rerun_status":{"status":"waiting_for_new_reviewed_refresh_window","next_action_target":"capture_new_reviewed_refresh_window","rerun_request_source":"private_beta_buyer_review_rerun_request","current_packet_source":"docs/private-beta-buyer-review-packet-2026-08-10.md","output_target":"docs/private-beta-buyer-review-packet-next.md","input_source_count":4,"minimum_reviewed_account_count":26,"minimum_paid_worthy_share_to_preserve":0.538,"external_buyer_scoring_blocked_until_local_rerun":true,"public_ats_fetch_blocked":true,"success_condition":"new packet covers at least the reviewed-account floor and preserves or explains paid-worthy share movement","proceed_when":"new reviewed refresh-window outputs are captured locally and the buyer packet rerun is complete"},"private_beta_buyer_review_refresh_window_status":{"status":"waiting_for_reviewed_refresh_evidence","next_action_target":"capture_refresh_window_evidence","rerun_status_source":"private_beta_buyer_review_rerun_status","required_window_source":"reviewed local refresh-run summary after the 2026-08-10 buyer packet","required_evidence_sources":["[internal-control-plane-redacted]","[internal-control-plane-redacted]","GET /v1/companies/search?department=engineering&min_open_roles=8&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality&limit=50","GET /v1/exports/leads.json?department=engineering&min_open_roles=8&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality&limit=50"],"required_evidence_requests":[{"step":"summarize_actual_refresh_runs","method":"GET","endpoint":"[internal-control-plane-redacted]","auth_header":"X-API-Key","quota_increments_usage":false,"query":{"dry_run":false},"does_not_fetch_sources":true,"does_not_write_refresh_health":true},{"step":"summarize_due_reviewed_sources","method":"GET","endpoint":"[internal-control-plane-redacted]","auth_header":"X-API-Key","quota_increments_usage":false,"query":{"due_only":true},"does_not_fetch_sources":true,"does_not_write_refresh_health":true},{"step":"capture_buyer_search_preview","method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50},"does_not_fetch_sources":true,"does_not_write_refresh_health":true},{"step":"capture_buyer_json_export","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50},"does_not_fetch_sources":true,"does_not_write_refresh_health":true}],"required_evidence_request_count":4,"quota_bearing_evidence_request_count":2,"required_evidence_sequence":[{"sequence_position":1,"step":"summarize_actual_refresh_runs","request_source":"required_evidence_requests[0]","quota_cost":0,"cumulative_quota_cost":0,"remaining_quota_after_step":"remaining","evidence_artifact":"actual_refresh_run_summary","resume_after":"actual refresh-run summary is saved with run count and newest actual run timestamp"},{"sequence_position":2,"step":"summarize_due_reviewed_sources","request_source":"required_evidence_requests[1]","quota_cost":0,"cumulative_quota_cost":0,"remaining_quota_after_step":"remaining","evidence_artifact":"due_reviewed_source_summary","resume_after":"due reviewed-source summary is saved with due/failing/untried counts"},{"sequence_position":3,"step":"capture_buyer_search_preview","request_source":"required_evidence_requests[2]","quota_cost":1,"cumulative_quota_cost":1,"remaining_quota_after_step":"remaining - 1","evidence_artifact":"buyer_search_preview","resume_after":"buyer search preview is saved with account count and strongest account handles"},{"sequence_position":4,"step":"capture_buyer_json_export","request_source":"required_evidence_requests[3]","quota_cost":1,"cumulative_quota_cost":2,"remaining_quota_after_step":"remaining - 2","evidence_artifact":"buyer_json_export_preview","resume_after":"buyer JSON export preview is saved for packet rerun input"}],"required_evidence_sequence_status":{"status":"ready","next_action_target":"run_refresh_window_evidence_sequence","sequence_step_count":4,"total_evidence_quota_cost":2,"non_fetching_step_count":4,"non_writing_step_count":4,"first_step":"summarize_actual_refresh_runs","final_step":"capture_buyer_json_export","final_remaining_quota_after_sequence":"remaining - 2","proceed_when":"all four evidence artifacts are captured locally before rerunning the buyer packet"},"required_evidence_artifact_template":{"status":"ready","next_action_target":"persist_refresh_window_evidence_artifacts","artifact_count":4,"artifact_names":["actual_refresh_run_summary","due_reviewed_source_summary","buyer_search_preview","buyer_json_export_preview"],"required_fields":["artifact_name","captured_at","source_request_step","source_endpoint","quota_cost","does_not_fetch_sources","does_not_write_refresh_health","summary"],"storage_scope":"local docs/private-beta-buyer-review-packet-next evidence appendix","proceed_when":"each sequence step has one local artifact record with the required fields before packet writing starts"},"required_evidence_capture_status":{"status":"ready","next_action_target":"verify_refresh_window_evidence_artifacts","required_artifact_count":4,"minimum_new_actual_refresh_runs":1,"minimum_reviewed_account_count":26,"minimum_paid_worthy_share_to_preserve":0.538,"all_requests_non_fetching":true,"all_requests_non_writing":true,"quota_bearing_artifact_count":2,"total_evidence_quota_cost":2,"success_condition":"actual refresh evidence is newer than the 2026-08-10 packet and buyer search/export artifacts satisfy review floors","proceed_when":"artifact count, no-fetch/no-write guardrails, and buyer-review floors are verified before writing the next packet"},"required_evidence_sequence_handles":[{"handle":"refresh_window_actual_runs_summary","sequence_position":1,"step":"summarize_actual_refresh_runs","request_source":"required_evidence_requests[0]","method":"GET","endpoint":"[internal-control-plane-redacted]","quota_cost":0,"cumulative_quota_cost":0,"evidence_artifact":"actual_refresh_run_summary","resume_hint":"resume after the latest actual reviewed refresh-run timestamp and run count are saved","does_not_fetch_sources":true,"does_not_write_refresh_health":true},{"handle":"refresh_window_due_source_summary","sequence_position":2,"step":"summarize_due_reviewed_sources","request_source":"required_evidence_requests[1]","method":"GET","endpoint":"[internal-control-plane-redacted]","quota_cost":0,"cumulative_quota_cost":0,"evidence_artifact":"due_reviewed_source_summary","resume_hint":"resume after due, failing, and untried reviewed-source counts are saved","does_not_fetch_sources":true,"does_not_write_refresh_health":true},{"handle":"refresh_window_buyer_search_preview","sequence_position":3,"step":"capture_buyer_search_preview","request_source":"required_evidence_requests[2]","method":"GET","endpoint":"/v1/companies/search","quota_cost":1,"cumulative_quota_cost":1,"evidence_artifact":"buyer_search_preview","resume_hint":"resume after account count and strongest account handles are saved","does_not_fetch_sources":true,"does_not_write_refresh_health":true},{"handle":"refresh_window_buyer_json_export","sequence_position":4,"step":"capture_buyer_json_export","request_source":"required_evidence_requests[3]","method":"GET","endpoint":"/v1/exports/leads.json","quota_cost":1,"cumulative_quota_cost":2,"evidence_artifact":"buyer_json_export_preview","resume_hint":"resume after JSON export preview is saved for packet rerun input","does_not_fetch_sources":true,"does_not_write_refresh_health":true}],"required_evidence_sequence_handle_status":{"status":"ready","next_action_target":"log_refresh_window_evidence_handles","handle_count":4,"first_handle":"refresh_window_actual_runs_summary","final_handle":"refresh_window_buyer_json_export","total_evidence_quota_cost":2,"all_handles_match_sequence":true,"all_handles_non_fetching":true,"all_handles_non_writing":true,"success_condition":"all evidence handles map one-to-one to the required evidence sequence with preserved no-fetch and no-write guardrails","proceed_when":"persist handle progress locally before writing docs/private-beta-buyer-review-packet-next.md"},"required_evidence_execution_status":{"status":"not_started","next_action_target":"execute_refresh_window_evidence_handles","handle_status_source":"required_evidence_sequence_handle_status","expected_handle_count":4,"completed_handle_count":0,"pending_handle_count":4,"pending_handles":["refresh_window_actual_runs_summary","refresh_window_due_source_summary","refresh_window_buyer_search_preview","refresh_window_buyer_json_export"],"completed_handles_source":"local scheduler evidence log","blocked_until_all_handles_complete":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"all four evidence handles have local artifact records before packet-write verification starts","proceed_when":"completed_handle_count equals expected_handle_count and no-fetch/no-write guardrails remain true"},"required_evidence_completion_gate":{"status":"blocked_until_execution_complete","next_action_target":"gate_private_beta_buyer_packet_write","execution_status_source":"required_evidence_execution_status","capture_status_source":"required_evidence_capture_status","required_completed_handle_count":4,"required_artifact_count":4,"requires_all_pending_handles_empty":true,"requires_capture_verification":true,"packet_write_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"all evidence handles are complete, artifact capture verifies, and packet writing remains local-only","proceed_when":"flip packet_write_blocked only after execution and capture verification both pass"},"buyer_packet_write_readiness_status":{"status":"blocked_by_refresh_evidence_gate","next_action_target":"confirm_private_beta_buyer_packet_write_readiness","completion_gate_source":"required_evidence_completion_gate","write_request_source":"buyer_packet_write_request","required_completed_handle_count":4,"current_completed_handle_count":0,"required_artifact_count":4,"requires_capture_verification":true,"ready_to_write_packet":false,"packet_write_blocked_reason":"refresh_window_evidence_incomplete","public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"ready_to_write_packet becomes true only after the completion gate unblocks and the write request remains local-only","proceed_when":"write docs/private-beta-buyer-review-packet-next.md only after readiness and completion-gate status agree"},"buyer_packet_write_preflight_status":{"status":"blocked_by_refresh_evidence_gate","next_action_target":"preflight_private_beta_buyer_packet_write","readiness_source":"buyer_packet_write_readiness_status","completion_gate_source":"required_evidence_completion_gate","write_request_source":"buyer_packet_write_request","required_source_checks":["readiness source is ready_to_write_packet","completion gate has packet_write_blocked false","write request remains local-only","required artifact count is satisfied"],"required_source_check_count":4,"passed_source_check_count":1,"blocked_source_check_count":3,"ready_to_start_local_packet_draft":false,"blocked_actions":["external_buyer_scoring","public_ats_fetch","production_source_health_write"],"blocked_action_count":3,"success_condition":"all source checks pass while packet writing remains local-only and external/public/source-write actions stay blocked","proceed_when":"start the local packet draft only when ready_to_start_local_packet_draft becomes true"},"buyer_packet_draft_start_status":{"status":"blocked_by_packet_write_preflight","next_action_target":"start_private_beta_buyer_packet_draft","preflight_source":"buyer_packet_write_preflight_status","write_request_source":"buyer_packet_write_request","output_target":"docs/private-beta-buyer-review-packet-next.md","draft_operation":"create_local_markdown_packet","requires_ready_preflight":true,"ready_to_start_local_packet_draft":false,"required_packet_section_count":7,"required_evidence_artifact_count":4,"local_only":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"local markdown draft starts only after packet preflight is ready and no external/public/source-write action is needed","proceed_when":"create the packet draft from local evidence artifacts after preflight passes"},"buyer_packet_draft_artifact_manifest":{"status":"blocked_until_draft_start_ready","next_action_target":"map_private_beta_buyer_packet_artifacts","draft_start_source":"buyer_packet_draft_start_status","artifact_template_source":"required_evidence_artifact_template","output_target":"docs/private-beta-buyer-review-packet-next.md","artifact_count":4,"section_count":7,"section_artifact_map":[{"section":"refresh_window_summary","required_artifacts":["actual_refresh_run_summary","due_reviewed_source_summary"]},{"section":"buyer_cohort_changes","required_artifacts":["buyer_search_preview","buyer_json_export_preview"]},{"section":"paid_worthy_account_review","required_artifacts":["buyer_json_export_preview"]},{"section":"context_dependent_account_review","required_artifacts":["buyer_json_export_preview"]},{"section":"noisy_or_weak_account_review","required_artifacts":["buyer_json_export_preview"]},{"section":"pricing_hypothesis_update","required_artifacts":["buyer_search_preview","buyer_json_export_preview"]},{"section":"next_scoring_recommendation","required_artifacts":["actual_refresh_run_summary","buyer_json_export_preview"]}],"requires_all_artifacts_verified":true,"local_only":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"each required packet section has a local evidence-artifact mapping before markdown writing starts","proceed_when":"use the manifest only after draft start and artifact verification are ready"},"buyer_packet_draft_section_status":{"status":"blocked_until_artifact_manifest_ready","next_action_target":"verify_private_beta_buyer_packet_sections","artifact_manifest_source":"buyer_packet_draft_artifact_manifest","draft_start_source":"buyer_packet_draft_start_status","output_target":"docs/private-beta-buyer-review-packet-next.md","expected_section_count":7,"mapped_section_count":7,"expected_artifact_count":4,"sections_with_artifacts_count":7,"sections_missing_artifacts_count":0,"ready_to_write_sections":false,"blocked_until_ready_preflight":true,"local_only":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"all seven packet sections have mapped local artifacts and draft-start preflight is ready before section writing begins","proceed_when":"write section bodies only after artifact verification and packet draft preflight both pass"},"buyer_packet_section_write_sequence":{"status":"blocked_until_sections_ready","next_action_target":"write_private_beta_buyer_packet_sections","section_status_source":"buyer_packet_draft_section_status","artifact_manifest_source":"buyer_packet_draft_artifact_manifest","output_target":"docs/private-beta-buyer-review-packet-next.md","section_count":7,"artifact_count":4,"section_sequence":[{"sequence_position":1,"section":"refresh_window_summary","artifact_sources":["actual_refresh_run_summary","due_reviewed_source_summary"]},{"sequence_position":2,"section":"buyer_cohort_changes","artifact_sources":["buyer_search_preview","buyer_json_export_preview"]},{"sequence_position":3,"section":"paid_worthy_account_review","artifact_sources":["buyer_json_export_preview"]},{"sequence_position":4,"section":"context_dependent_account_review","artifact_sources":["buyer_json_export_preview"]},{"sequence_position":5,"section":"noisy_or_weak_account_review","artifact_sources":["buyer_json_export_preview"]},{"sequence_position":6,"section":"pricing_hypothesis_update","artifact_sources":["buyer_search_preview","buyer_json_export_preview"]},{"sequence_position":7,"section":"next_scoring_recommendation","artifact_sources":["actual_refresh_run_summary","buyer_json_export_preview"]}],"ready_to_write_sections":false,"requires_ready_section_status":true,"local_only":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"all section writes follow the verified local artifact map while packet preflight remains ready and external actions stay blocked","proceed_when":"draft packet sections in this order only after buyer_packet_draft_section_status.ready_to_write_sections is true"},"buyer_packet_section_write_status":{"status":"local_blocker_packet_sections_written","next_action_target":"verify_private_beta_buyer_packet_section_writes","section_sequence_source":"buyer_packet_section_write_sequence","section_status_source":"buyer_packet_draft_section_status","output_target":"docs/private-beta-buyer-review-packet-next.md","expected_section_count":7,"written_section_count":7,"pending_section_count":0,"written_sections":["refresh_window_summary","buyer_cohort_changes","paid_worthy_account_review","context_dependent_account_review","noisy_or_weak_account_review","pricing_hypothesis_update","next_scoring_recommendation"],"pending_sections":[],"written_sections_source":"local packet draft section log","requires_sequence_order":true,"requires_ready_section_status":true,"ready_for_packet_write_verification":false,"buyer_scoreable_packet":false,"blocker_reason":"insufficient_reviewed_refresh_window_evidence","local_only":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"all seven local blocker-packet sections are written from verified local artifacts, but packet-level buyer scoring remains blocked until reviewed evidence meets the buyer floor","proceed_when":"treat this as a local blocker packet until a reviewed refresh window restores the actual-run and high-fit account floors"},"buyer_packet_section_write_audit":{"status":"local_blocker_sections_written","next_action_target":"audit_private_beta_buyer_packet_section_writes","section_write_status_source":"buyer_packet_section_write_status","section_sequence_source":"buyer_packet_section_write_sequence","output_target":"docs/private-beta-buyer-review-packet-next.md","expected_section_count":7,"expected_written_section_count":7,"current_written_section_count":7,"current_pending_section_count":0,"requires_all_sections_written":true,"requires_sequence_order":true,"requires_verified_artifact_sources":true,"ready_for_packet_write_status":false,"buyer_scoreable_packet":false,"blocker_reason":"insufficient_reviewed_refresh_window_evidence","audit_fields":["output_target","expected_section_count","written_section_count","pending_section_count","requires_sequence_order","requires_verified_artifact_sources","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked"],"audit_field_count":9,"local_only":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"section-write audit confirms the seven local blocker-packet sections exist in order while packet verification stays blocked by insufficient buyer evidence","proceed_when":"rerun local packet evidence from a reviewed dataset before allowing packet write verification to become ready"},"buyer_packet_write_status_verification":{"status":"blocked_until_reviewed_buyer_evidence_ready","next_action_target":"verify_private_beta_buyer_packet_write_status_readiness","section_write_audit_source":"buyer_packet_section_write_audit","packet_write_status_target":"buyer_packet_write_status","output_target":"docs/private-beta-buyer-review-packet-next.md","required_section_count":7,"current_written_section_count":7,"expected_artifact_count":4,"requires_ready_section_write_audit":true,"ready_to_verify_packet_write_status":false,"buyer_scoreable_packet":false,"blocker_reason":"insufficient_reviewed_refresh_window_evidence","verification_field_count":8,"local_only":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"packet write status verification remains blocked even with seven local sections because the current packet is a documented blocker, not scoreable buyer proof","proceed_when":"verify buyer_packet_write_status only after reviewed refresh-window evidence satisfies the actual-run and account floors"},"buyer_packet_write_request":{"status":"ready_after_evidence_verification","next_action_target":"write_private_beta_buyer_packet_next","output_target":"docs/private-beta-buyer-review-packet-next.md","evidence_source":"required_evidence_capture_status","packet_sections":["refresh_window_summary","buyer_cohort_changes","paid_worthy_account_review","context_dependent_account_review","noisy_or_weak_account_review","pricing_hypothesis_update","next_scoring_recommendation"],"required_artifact_count":4,"minimum_reviewed_account_count":26,"minimum_paid_worthy_share_to_preserve":0.538,"requires_external_buyer_scoring":false,"requires_public_ats_fetch":false,"requires_source_health_write":false,"proceed_when":"capture verification passes and the packet can be written from local artifacts only"},"buyer_packet_write_status":{"status":"ready_after_packet_draft","next_action_target":"verify_private_beta_buyer_packet_next","write_request_source":"buyer_packet_write_request","section_write_audit_source":"buyer_packet_section_write_audit","output_target":"docs/private-beta-buyer-review-packet-next.md","required_section_count":7,"required_artifact_count":4,"minimum_reviewed_account_count":26,"minimum_paid_worthy_share_to_preserve":0.538,"verification_fields":["output_target","section_count","artifact_count","reviewed_account_count","paid_worthy_share","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked"],"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"packet draft exists with all required sections and artifacts while external scoring, public ATS fetch, and source-health writes remain blocked","proceed_when":"packet verification passes before any external buyer scoring recommendation is acted on"},"buyer_packet_write_verification_audit":{"status":"blocked_until_packet_write_verified","next_action_target":"audit_private_beta_buyer_packet_write_verification","packet_status_source":"buyer_packet_write_status","section_write_audit_source":"buyer_packet_section_write_audit","output_target":"docs/private-beta-buyer-review-packet-next.md","required_verification_field_count":8,"current_verified_field_count":0,"requires_packet_status_ready":true,"requires_section_write_audit_ready":true,"requires_local_packet_file":true,"ready_for_buyer_scoring_unblock":false,"audit_fields":["output_target","required_section_count","required_artifact_count","minimum_reviewed_account_count","minimum_paid_worthy_share_to_preserve","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked"],"audit_field_count":8,"local_only":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"packet verification audit passes only after the packet file satisfies all verification fields and section-write audit is ready","proceed_when":"buyer scoring remains blocked until ready_for_buyer_scoring_unblock becomes true and Matthew approves any external action"},"buyer_packet_write_verification_closure_status":{"status":"blocked_until_verification_audit_ready","next_action_target":"close_private_beta_buyer_packet_write_verification","verification_audit_source":"buyer_packet_write_verification_audit","packet_status_source":"buyer_packet_write_status","output_target":"docs/private-beta-buyer-review-packet-next.md","expected_verified_field_count":8,"current_verified_field_count":0,"requires_ready_for_buyer_scoring_unblock":true,"expected_closed_status":"packet_verified_local_only","ready_to_close_verification":false,"ready_for_buyer_scoring_unblock":false,"local_only":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"packet verification closes only after all packet audit fields verify from the local packet file while external scoring remains blocked","proceed_when":"buyer_scoring_unblock_status can reference this closeout only after ready_to_close_verification is true"},"buyer_scoring_unblock_status":{"status":"blocked_until_packet_verified","next_action_target":"hold_external_buyer_scoring","packet_status_source":"buyer_packet_write_status","packet_verification_audit_source":"buyer_packet_write_verification_audit","packet_verification_closure_source":"buyer_packet_write_verification_closure_status","required_verified_packet":"docs/private-beta-buyer-review-packet-next.md","required_packet_verification_fields":["output_target","section_count","artifact_count","reviewed_account_count","paid_worthy_share","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked"],"external_buyer_scoring_allowed":false,"public_ats_fetch_allowed":false,"source_health_write_allowed":false,"success_condition":"packet verification passes and Matthew approves any external scoring or public-source action","proceed_when":"keep external scoring blocked until the verified local packet produces an explicit scoring recommendation"},"buyer_scoring_unblock_guardrail_status":{"status":"blocked_until_verified_packet_recommends_scoring","next_action_target":"audit_buyer_scoring_unblock_guardrails","unblock_status_source":"buyer_scoring_unblock_status","packet_verification_closure_source":"buyer_packet_write_verification_closure_status","required_verified_packet":"docs/private-beta-buyer-review-packet-next.md","required_packet_field":"next_scoring_recommendation","blocked_action_count":3,"blocked_actions":["external_buyer_scoring","public_ats_fetch","production_source_health_write"],"allowed_local_actions":["local_packet_review","local_docs_update","local_tests"],"requires_matthew_approval":true,"external_buyer_scoring_allowed":false,"public_ats_fetch_allowed":false,"source_health_write_allowed":false,"approval_request_ready":false,"success_condition":"guardrails stay blocked until the verified local packet recommends scoring and Matthew approves the requested scope","proceed_when":"buyer_scoring_approval_request can be prepared only after approval_request_ready is true"},"buyer_scoring_unblock_guardrail_audit_summary":{"status":"blocked_and_verified","next_action_target":"summarize_buyer_scoring_unblock_guardrails","guardrail_status_source":"buyer_scoring_unblock_guardrail_status","unblock_status_source":"buyer_scoring_unblock_status","packet_verification_closure_source":"buyer_packet_write_verification_closure_status","audit_fields":["required_verified_packet","required_packet_field","blocked_action_count","allowed_local_action_count","requires_matthew_approval","approval_request_ready","external_buyer_scoring_allowed","public_ats_fetch_allowed","source_health_write_allowed"],"audit_field_count":9,"blocked_action_count":3,"allowed_local_action_count":3,"requires_matthew_approval":true,"approval_request_ready":false,"external_buyer_scoring_allowed":false,"public_ats_fetch_allowed":false,"source_health_write_allowed":false,"local_only":true,"success_condition":"unblock guardrail audit confirms every external, public-source, and source-health path remains blocked while local review work can continue","proceed_when":"use this audit summary in scheduler logs before preparing any buyer_scoring_approval_request"},"buyer_scoring_unblock_guardrail_audit_write_request":{"status":"ready","next_action_target":"persist_buyer_scoring_unblock_guardrail_audit","audit_summary_source":"buyer_scoring_unblock_guardrail_audit_summary","storage_scope":"local scheduler unblock-guardrail audit log","operation":"upsert","conflict_policy":"skip_existing_matching_idempotency_key","idempotency_key":"buyer-scoring-unblock-guardrail:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","ordering_key":"captured_at","expected_record_count":1,"required_record_fields":["recommendation_id","required_verified_packet","required_packet_field","blocked_action_count","allowed_local_action_count","requires_matthew_approval","approval_request_ready","external_buyer_scoring_allowed","public_ats_fetch_allowed","source_health_write_allowed"],"record_field_count":10,"precondition":"buyer_scoring_unblock_guardrail_audit_summary.status is blocked_and_verified","approval_request_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"one local unblock-guardrail audit record is persisted or idempotently skipped before any approval request is prepared","proceed_when":"persist only the local blocked-unblock audit record; keep approval asks and external scoring blocked"},"buyer_scoring_unblock_guardrail_audit_lookup_request":{"status":"ready_after_local_persistence","next_action_target":"query_buyer_scoring_unblock_guardrail_audit","write_request_source":"buyer_scoring_unblock_guardrail_audit_write_request","storage_scope":"local scheduler unblock-guardrail audit log","lookup_key":"idempotency_key","lookup_value":"buyer-scoring-unblock-guardrail:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","ordering_key":"captured_at","expected_record_count":1,"records_source":"persisted buyer_scoring_unblock_guardrail_audit_write_request output","precondition":"unblock guardrail audit write request completed or was idempotently skipped","does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"success_condition":"lookup returns one local unblock-guardrail audit record for the expected idempotency key","proceed_when":"verify the persisted unblock guardrail audit before preparing any buyer scoring approval request"},"buyer_scoring_unblock_guardrail_audit_lookup_status":{"status":"pending_local_lookup","next_action_target":"verify_buyer_scoring_unblock_guardrail_audit_lookup","lookup_request_source":"buyer_scoring_unblock_guardrail_audit_lookup_request","write_request_source":"buyer_scoring_unblock_guardrail_audit_write_request","expected_record_count":1,"expected_idempotency_key":"buyer-scoring-unblock-guardrail:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","required_record_fields":["idempotency_key","recommendation_id","required_verified_packet","required_packet_field","blocked_action_count","allowed_local_action_count","requires_matthew_approval","approval_request_ready","external_buyer_scoring_allowed","public_ats_fetch_allowed","source_health_write_allowed","captured_at"],"record_field_count":12,"does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"success_condition":"persisted unblock-guardrail audit lookup returns one record with all required fields and the expected idempotency key","proceed_when":"keep approval asks and external scoring blocked until the lookup verification and verified packet recommendation are available"},"buyer_scoring_unblock_guardrail_audit_closure_status":{"status":"blocked_until_guardrail_lookup_verified","next_action_target":"close_buyer_scoring_unblock_guardrail_audit","lookup_status_source":"buyer_scoring_unblock_guardrail_audit_lookup_status","write_request_source":"buyer_scoring_unblock_guardrail_audit_write_request","required_closed_status":"unblock_guardrails_verified_local_only","expected_record_count":1,"expected_idempotency_key":"buyer-scoring-unblock-guardrail:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","expected_record_field_count":12,"current_verified_record_count":0,"current_verified_record_field_count":0,"ready_to_close_guardrail_audit":false,"approval_request_preflight_target":"buyer_scoring_approval_request_preflight","approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"unblock guardrail audit closes only after local lookup returns the expected blocked audit record with all required fields","proceed_when":"only run buyer_scoring_approval_request_preflight after the guardrail audit closure is verified and the packet has a scoring recommendation"},"buyer_scoring_approval_request_preflight":{"status":"blocked_until_verified_packet_recommendation","next_action_target":"preflight_buyer_scoring_approval_request","approval_request_source":"buyer_scoring_approval_request","unblock_guardrail_lookup_status_source":"buyer_scoring_unblock_guardrail_audit_lookup_status","unblock_guardrail_closure_status_source":"buyer_scoring_unblock_guardrail_audit_closure_status","required_verified_packet":"docs/private-beta-buyer-review-packet-next.md","required_packet_field":"next_scoring_recommendation","required_preflight_checks":["unblock_guardrail_audit_closed","unblock_guardrail_lookup_verified","verified_packet_exists","next_scoring_recommendation_present","approval_scope_reviewed","no_send_guardrail_active"],"required_preflight_check_count":6,"current_passed_preflight_check_count":1,"passed_preflight_checks":["no_send_guardrail_active"],"ready_to_prepare_approval_request":false,"requires_explicit_approval":true,"does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"success_condition":"approval request preflight passes only after local guardrail audit closure is verified and the packet includes a next scoring recommendation","proceed_when":"prepare an approval request only after all preflight checks pass; do not send it without Matthew approval"},"buyer_scoring_approval_request_preflight_verification_status":{"status":"blocked_until_preflight_checks_pass","next_action_target":"verify_buyer_scoring_approval_request_preflight","preflight_source":"buyer_scoring_approval_request_preflight","unblock_guardrail_closure_status_source":"buyer_scoring_unblock_guardrail_audit_closure_status","required_verified_packet":"docs/private-beta-buyer-review-packet-next.md","required_packet_field":"next_scoring_recommendation","expected_preflight_check_count":6,"current_passed_preflight_check_count":1,"missing_preflight_checks":["unblock_guardrail_audit_closed","unblock_guardrail_lookup_verified","verified_packet_exists","next_scoring_recommendation_present","approval_scope_reviewed"],"passed_preflight_checks":["no_send_guardrail_active"],"ready_to_prepare_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"approval preflight verification stays blocked until all six checks pass and no-send/external/public/source-write guardrails remain active","proceed_when":"only prepare a Matthew approval request after preflight verification is ready and explicit approval is still required before sending"},"buyer_scoring_approval_request":{"status":"not_ready_until_packet_recommends_scoring","next_action_target":"request_matthew_approval_for_external_scoring","unblock_status_source":"buyer_scoring_unblock_status","preflight_verification_status_source":"buyer_scoring_approval_request_preflight_verification_status","required_verified_packet":"docs/private-beta-buyer-review-packet-next.md","required_packet_field":"next_scoring_recommendation","approval_scope":["external_buyer_scoring","public_ats_fetch","production_source_health_write"],"approval_required_from":"Matthew","allowed_without_approval":["local_packet_review","local_docs_update","local_tests"],"required_preflight_check_count":6,"current_passed_preflight_check_count":1,"external_buyer_scoring_allowed":false,"public_ats_fetch_allowed":false,"source_health_write_allowed":false,"success_condition":"verified local packet includes an explicit next_scoring_recommendation and Matthew approves the requested scope","proceed_when":"do not request or run external scoring until the local packet recommends it"},"buyer_scoring_approval_request_verification_status":{"status":"blocked_until_preflight_verification_ready","next_action_target":"verify_buyer_scoring_approval_request_blocked_state","approval_request_source":"buyer_scoring_approval_request","preflight_verification_status_source":"buyer_scoring_approval_request_preflight_verification_status","expected_preflight_check_count":6,"current_passed_preflight_check_count":1,"required_verified_packet":"docs/private-beta-buyer-review-packet-next.md","required_packet_field":"next_scoring_recommendation","required_approval_scope":["external_buyer_scoring","public_ats_fetch","production_source_health_write"],"approval_request_ready":false,"ready_to_send_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"approval request verification remains blocked until preflight verification passes all checks and Matthew approval scope is reviewed","proceed_when":"verify the approval request stays blocked before approval status or message-template work references it"},"buyer_scoring_approval_status":{"status":"waiting_for_packet_recommendation","next_action_target":"log_buyer_scoring_approval_wait","approval_request_source":"buyer_scoring_approval_request","approval_request_verification_status_source":"buyer_scoring_approval_request_verification_status","required_before_request":["verified docs/private-beta-buyer-review-packet-next.md","packet field next_scoring_recommendation present","Matthew approval scope confirmed","buyer_scoring_approval_request_verification_status ready"],"blocked_action_count":4,"allowed_local_action_count":3,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"ready_to_request_approval":false,"success_condition":"approval request is ready only after the verified packet recommends scoring, request verification passes, and blocked action scope is reviewed","proceed_when":"scheduler should keep working on local packet evidence or docs until this status becomes ready"},"buyer_scoring_approval_status_verification_status":{"status":"blocked_until_approval_status_ready","next_action_target":"verify_buyer_scoring_approval_wait_status","approval_status_source":"buyer_scoring_approval_status","approval_request_verification_status_source":"buyer_scoring_approval_request_verification_status","required_before_request":["verified docs/private-beta-buyer-review-packet-next.md","packet field next_scoring_recommendation present","Matthew approval scope confirmed","buyer_scoring_approval_request_verification_status ready"],"expected_required_before_request_count":4,"current_ready_before_request_count":0,"blocked_action_count":4,"allowed_local_action_count":3,"approval_request_ready":false,"ready_to_request_approval":false,"ready_to_send_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"approval status verification remains blocked until approval wait status is ready and the approval request verification has passed","proceed_when":"verify the approval wait state before drafting message-template fields or recording approval audit summaries"},"buyer_scoring_approval_message_template":{"status":"not_ready_until_approval_status_ready","next_action_target":"draft_matthew_approval_message","approval_status_source":"buyer_scoring_approval_status","approval_status_verification_source":"buyer_scoring_approval_status_verification_status","recipient":"Matthew","required_message_fields":["verified_packet_path","next_scoring_recommendation","requested_scope","blocked_actions","allowed_local_actions","verification_summary"],"blocked_actions":["external_buyer_scoring","public_ats_fetch","production_source_health_write"],"allowed_local_actions":["local_packet_review","local_docs_update","local_tests"],"ready_to_send":false,"requires_explicit_approval":true,"success_condition":"message draft is available only after approval status becomes ready and includes the verified packet recommendation plus requested scope","proceed_when":"do not send or request approval until buyer_scoring_approval_status.ready_to_request_approval is true"},"buyer_scoring_approval_message_template_verification_status":{"status":"blocked_until_message_template_ready","next_action_target":"verify_buyer_scoring_approval_message_template","approval_message_template_source":"buyer_scoring_approval_message_template","approval_status_verification_source":"buyer_scoring_approval_status_verification_status","expected_message_field_count":6,"current_ready_message_field_count":0,"missing_message_fields":["verified_packet_path","next_scoring_recommendation","requested_scope","verification_summary"],"blocked_action_count":3,"allowed_local_action_count":3,"ready_to_send":false,"ready_to_request_approval":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"approval message-template verification remains blocked until all required message fields are populated from a verified scoreable packet and approval status verification is ready","proceed_when":"verify the not-ready template before approval guardrail or approval-audit work references it"},"buyer_scoring_approval_guardrail_status":{"status":"no_send_guardrail_active","next_action_target":"verify_buyer_scoring_approval_guardrails","approval_message_template_source":"buyer_scoring_approval_message_template","approval_message_template_verification_status_source":"buyer_scoring_approval_message_template_verification_status","approval_status_source":"buyer_scoring_approval_status","ready_to_send":false,"approval_request_ready":false,"requires_explicit_approval":true,"message_field_count":6,"blocked_action_count":3,"allowed_local_action_count":3,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"approval_message_send_blocked":true,"success_condition":"approval message remains unsent while the packet recommendation is missing and approval status is not ready","proceed_when":"continue local packet evidence, docs, and tests only until the approval request is ready"},"buyer_scoring_approval_guardrail_verification_status":{"status":"blocked_guardrail_verified","next_action_target":"verify_buyer_scoring_approval_guardrail_status","approval_guardrail_status_source":"buyer_scoring_approval_guardrail_status","approval_message_template_verification_status_source":"buyer_scoring_approval_message_template_verification_status","expected_blocked_action_count":3,"current_blocked_action_count":3,"expected_allowed_local_action_count":3,"current_allowed_local_action_count":3,"required_guardrail_flags":["approval_message_send_blocked","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked"],"ready_to_send":false,"approval_request_ready":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"requires_explicit_approval":true,"success_condition":"approval guardrail verification remains blocked-but-valid while the message template is not ready, all external/public/source-write actions are blocked, and local-only actions remain allowed","proceed_when":"verify the approval guardrail status before recording approval audit summaries or persistence handoffs"},"buyer_scoring_approval_audit_summary":{"status":"blocked_and_logged","next_action_target":"record_buyer_scoring_approval_audit","approval_request_source":"buyer_scoring_approval_request","approval_status_source":"buyer_scoring_approval_status","approval_message_template_source":"buyer_scoring_approval_message_template","approval_guardrail_source":"buyer_scoring_approval_guardrail_status","approval_guardrail_verification_status_source":"buyer_scoring_approval_guardrail_verification_status","audit_fields":["status","approval_request_ready","ready_to_send","approval_message_send_blocked","blocked_action_count","allowed_local_action_count","requires_explicit_approval"],"audit_field_count":7,"blocked_action_count":3,"allowed_local_action_count":3,"approval_request_ready":false,"ready_to_send":false,"approval_message_send_blocked":true,"requires_explicit_approval":true,"success_condition":"approval audit can be recorded from compact request, status, message-template, and guardrail sources without sending a message","proceed_when":"persist this local audit summary before asking Matthew or running any external buyer scoring"},"buyer_scoring_approval_audit_summary_verification_status":{"status":"blocked_audit_summary_verified","next_action_target":"verify_buyer_scoring_approval_audit_summary","audit_summary_source":"buyer_scoring_approval_audit_summary","approval_guardrail_verification_status_source":"buyer_scoring_approval_guardrail_verification_status","expected_audit_field_count":7,"current_audit_field_count":7,"expected_blocked_action_count":3,"current_blocked_action_count":3,"expected_allowed_local_action_count":3,"current_allowed_local_action_count":3,"required_audit_flags":["approval_request_ready","ready_to_send","approval_message_send_blocked","requires_explicit_approval"],"approval_request_ready":false,"ready_to_send":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"requires_explicit_approval":true,"ready_for_local_persistence":true,"success_condition":"approval audit summary verification confirms the compact blocked-audit record has all expected fields and guardrails before local persistence","proceed_when":"use this verified summary as the source for the idempotent local approval-audit write request"},"buyer_scoring_approval_audit_write_request":{"status":"ready_for_local_persistence","next_action_target":"persist_buyer_scoring_approval_audit","audit_summary_source":"buyer_scoring_approval_audit_summary","audit_summary_verification_status_source":"buyer_scoring_approval_audit_summary_verification_status","storage_scope":"local scheduler approval-audit log","operation":"upsert","conflict_policy":"replace matching idempotency_key only","idempotency_key":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","ordering_key":"captured_at","expected_record_count":1,"record_fields":["idempotency_key","recommendation_id","status","approval_request_ready","ready_to_send","approval_message_send_blocked","blocked_action_count","allowed_local_action_count","requires_explicit_approval","captured_at"],"does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"success_condition":"one local audit record is persisted with the expected idempotency key while all external actions remain blocked","proceed_when":"write this local audit record after the compact audit summary is captured"},"buyer_scoring_approval_audit_write_verification_status":{"status":"ready_to_verify_local_persistence_handoff","next_action_target":"verify_buyer_scoring_approval_audit_write","write_request_source":"buyer_scoring_approval_audit_write_request","audit_summary_verification_status_source":"buyer_scoring_approval_audit_summary_verification_status","expected_operation":"upsert","expected_conflict_policy":"replace matching idempotency_key only","expected_record_count":1,"expected_record_field_count":10,"current_record_field_count":10,"expected_idempotency_key":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","ordering_key":"captured_at","ready_for_local_lookup":true,"does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"dry_run_audit_write_blocked":true,"success_condition":"approval audit write handoff is internally complete with expected upsert semantics, idempotency key, record count, and record fields before lookup is attempted","proceed_when":"query the local approval-audit log only after this write handoff verification is logged"},"buyer_scoring_approval_audit_lookup_request":{"status":"ready_after_local_persistence","next_action_target":"query_buyer_scoring_approval_audit","write_request_source":"buyer_scoring_approval_audit_write_request","write_verification_status_source":"buyer_scoring_approval_audit_write_verification_status","storage_scope":"local scheduler approval-audit log","lookup_key":"idempotency_key","lookup_value":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","ordering_key":"captured_at","expected_record_count":1,"records_source":"persisted buyer_scoring_approval_audit_write_request output","precondition":"approval audit write request completed or was idempotently skipped","does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"success_condition":"lookup returns one local approval-audit record for the expected idempotency key","proceed_when":"verify the persisted approval audit before asking Matthew or running any external buyer scoring"},"buyer_scoring_approval_audit_lookup_status":{"status":"pending_local_lookup","next_action_target":"verify_buyer_scoring_approval_audit_lookup","lookup_request_source":"buyer_scoring_approval_audit_lookup_request","write_request_source":"buyer_scoring_approval_audit_write_request","expected_record_count":1,"expected_idempotency_key":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","required_record_fields":["idempotency_key","recommendation_id","status","approval_request_ready","ready_to_send","approval_message_send_blocked","blocked_action_count","allowed_local_action_count","requires_explicit_approval","captured_at"],"record_field_count":10,"does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"success_condition":"persisted approval-audit lookup returns one record with all required fields and the expected idempotency key","proceed_when":"keep approval asks and external scoring blocked until this lookup verification and the next buyer packet recommendation are available"},"buyer_scoring_approval_audit_lookup_verification_status":{"status":"ready_to_verify_local_lookup","next_action_target":"verify_buyer_scoring_approval_audit_lookup_result","lookup_status_source":"buyer_scoring_approval_audit_lookup_status","lookup_request_source":"buyer_scoring_approval_audit_lookup_request","write_verification_status_source":"buyer_scoring_approval_audit_write_verification_status","expected_record_count":1,"current_record_count":1,"expected_record_field_count":10,"current_record_field_count":10,"expected_idempotency_key":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","ready_for_blocked_audit_closeout":true,"approval_message_send_blocked":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"dry_run_audit_write_blocked":true,"success_condition":"approval audit lookup result has one local record with the expected idempotency key and all required fields before blocked-audit closeout","proceed_when":"close only the local blocked approval audit after this lookup verification is logged"},"buyer_scoring_approval_audit_closure_status":{"status":"blocked_audit_ready_for_closeout","next_action_target":"close_buyer_scoring_approval_audit","lookup_status_source":"buyer_scoring_approval_audit_lookup_status","lookup_verification_status_source":"buyer_scoring_approval_audit_lookup_verification_status","audit_summary_source":"buyer_scoring_approval_audit_summary","expected_closed_status":"approval_blocked_logged","expected_record_count":1,"expected_idempotency_key":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"approval_message_send_blocked":true,"requires_packet_recommendation_before_approval":true,"success_condition":"lookup verification is recorded and the blocked approval audit can be closed locally without sending or unblocking external scoring","proceed_when":"mark the approval audit closed only as a local blocked-state record; keep approval asks and external scoring blocked"},"buyer_scoring_approval_audit_closure_verification_status":{"status":"blocked_audit_closeout_verified","next_action_target":"verify_buyer_scoring_approval_audit_closeout","closure_status_source":"buyer_scoring_approval_audit_closure_status","lookup_verification_status_source":"buyer_scoring_approval_audit_lookup_verification_status","expected_closed_status":"approval_blocked_logged","current_closed_status":"approval_blocked_logged","expected_record_count":1,"current_record_count":1,"expected_idempotency_key":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","ready_for_local_archive":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"requires_packet_recommendation_before_approval":true,"success_condition":"blocked approval-audit closeout has the expected closed status, record count, idempotency key, and guardrails before local archive retention starts","proceed_when":"archive only the locally verified blocked-audit closeout; keep approval asks and external scoring blocked"},"buyer_scoring_approval_audit_archive_request":{"status":"ready_after_blocked_audit_closeout","next_action_target":"archive_buyer_scoring_approval_audit","closure_status_source":"buyer_scoring_approval_audit_closure_status","closure_verification_status_source":"buyer_scoring_approval_audit_closure_verification_status","lookup_status_source":"buyer_scoring_approval_audit_lookup_status","storage_scope":"local scheduler approval-audit archive","operation":"upsert_latest","archive_key":"recommendation_id","conflict_policy":"replace latest blocked approval audit for recommendation_id","retention_policy":"retain latest closed blocked approval audit per recommendation","expected_record_count":1,"record_source":"buyer_scoring_approval_audit_closure_status","precondition":"blocked approval audit closeout has expected_closed_status approval_blocked_logged","does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"success_condition":"one closed blocked approval audit is retained locally for the recommendation while all external actions remain blocked","proceed_when":"archive only the local blocked-audit closeout; keep approval asks and external scoring blocked until a verified packet recommendation exists"},"buyer_scoring_approval_audit_archive_request_verification_status":{"status":"archive_request_verified","next_action_target":"verify_buyer_scoring_approval_audit_archive_request","archive_request_source":"buyer_scoring_approval_audit_archive_request","closure_verification_status_source":"buyer_scoring_approval_audit_closure_verification_status","expected_storage_scope":"local scheduler approval-audit archive","current_storage_scope":"local scheduler approval-audit archive","expected_operation":"upsert_latest","current_operation":"upsert_latest","expected_conflict_policy":"replace latest blocked approval audit for recommendation_id","expected_record_count":1,"current_record_count":1,"expected_archive_key":"recommendation_id","current_archive_key":"recommendation_id","ready_for_local_archive_lookup":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"requires_packet_recommendation_before_approval":true,"success_condition":"archive request has the expected local storage scope, operation, record count, archive key, conflict policy, and guardrails before archive lookup verification starts","proceed_when":"verify only the local archive request handoff; keep approval asks and external scoring blocked"},"buyer_scoring_approval_audit_archive_status":{"status":"pending_local_archive_verification","next_action_target":"verify_buyer_scoring_approval_audit_archive","archive_request_source":"buyer_scoring_approval_audit_archive_request","archive_request_verification_status_source":"buyer_scoring_approval_audit_archive_request_verification_status","closure_status_source":"buyer_scoring_approval_audit_closure_status","storage_scope":"local scheduler approval-audit archive","lookup_key":"recommendation_id","expected_record_count":1,"expected_closed_status":"approval_blocked_logged","required_record_fields":["recommendation_id","status","expected_closed_status","expected_idempotency_key","approval_message_send_blocked","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked","archived_at"],"record_field_count":9,"does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"success_condition":"local archive lookup returns one latest blocked approval-audit record for the recommendation with the expected closed state and guardrails","proceed_when":"verify the local archive only; keep approval asks and external scoring blocked until a verified packet recommendation exists"},"buyer_scoring_approval_audit_archive_status_verification_status":{"status":"archive_lookup_verified","next_action_target":"verify_buyer_scoring_approval_audit_archive_lookup","archive_status_source":"buyer_scoring_approval_audit_archive_status","archive_request_verification_status_source":"buyer_scoring_approval_audit_archive_request_verification_status","expected_record_count":1,"current_record_count":1,"expected_record_field_count":9,"current_record_field_count":9,"expected_closed_status":"approval_blocked_logged","current_closed_status":"approval_blocked_logged","ready_for_archive_closeout":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"requires_packet_recommendation_before_approval":true,"success_condition":"archive lookup has the expected record count, record shape, closed status, and guardrails before durable archive closeout","proceed_when":"close only the local approval-audit archive; keep approval asks and external scoring blocked"},"buyer_scoring_approval_audit_archive_closure_status":{"status":"archive_durable_complete_after_verification","next_action_target":"close_buyer_scoring_approval_audit_archive","archive_status_source":"buyer_scoring_approval_audit_archive_status","archive_status_verification_status_source":"buyer_scoring_approval_audit_archive_status_verification_status","archive_request_source":"buyer_scoring_approval_audit_archive_request","expected_closed_status":"approval_archive_verified","expected_record_count":1,"expected_idempotency_key":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"requires_packet_recommendation_before_approval":true,"success_condition":"archive verification is recorded and the blocked approval-audit archive can be closed as durable without sending or unblocking external scoring","proceed_when":"mark only the local archive as durable-complete; keep approval asks and external scoring blocked until a verified packet recommendation exists"},"buyer_scoring_approval_audit_archive_closure_verification_status":{"status":"archive_closeout_verified","next_action_target":"verify_buyer_scoring_approval_audit_archive_closeout","archive_closure_status_source":"buyer_scoring_approval_audit_archive_closure_status","archive_status_verification_status_source":"buyer_scoring_approval_audit_archive_status_verification_status","expected_closed_status":"approval_archive_verified","current_closed_status":"approval_archive_verified","expected_record_count":1,"current_record_count":1,"expected_idempotency_key":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","ready_for_archive_summary":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"requires_packet_recommendation_before_approval":true,"success_condition":"durable archive closeout has the expected closed state, record count, idempotency key, and guardrails before the compact archive summary is logged","proceed_when":"log only the local approval-audit archive summary, then continue local packet evidence work without asking for approval or running external scoring"},"buyer_scoring_approval_audit_archive_summary":{"status":"durable_complete","next_action_target":"log_buyer_scoring_approval_audit_archive_summary","summary_source":"buyer_scoring_approval_audit_archive_closure_status","summary_verification_status_source":"buyer_scoring_approval_audit_archive_closure_verification_status","archive_status_source":"buyer_scoring_approval_audit_archive_status","archive_request_source":"buyer_scoring_approval_audit_archive_request","chain_sources":["buyer_scoring_approval_audit_summary","buyer_scoring_approval_audit_write_request","buyer_scoring_approval_audit_write_verification_status","buyer_scoring_approval_audit_lookup_status","buyer_scoring_approval_audit_lookup_verification_status","buyer_scoring_approval_audit_closure_status","buyer_scoring_approval_audit_closure_verification_status","buyer_scoring_approval_audit_archive_request","buyer_scoring_approval_audit_archive_request_verification_status","buyer_scoring_approval_audit_archive_status","buyer_scoring_approval_audit_archive_status_verification_status","buyer_scoring_approval_audit_archive_closure_status","buyer_scoring_approval_audit_archive_closure_verification_status"],"completed_handoff_count":13,"expected_closed_status":"approval_archive_verified","expected_record_count":1,"expected_idempotency_key":"buyer-scoring-approval:private_beta_ai_devtools_infra_high_fit:pending-packet-recommendation","ready_for_packet_evidence_work":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"requires_packet_recommendation_before_approval":true,"success_condition":"all local blocked-approval audit handoffs are summarized as durable complete while approval asks and external scoring remain blocked","proceed_when":"use this compact summary for scheduler logs, then continue only local packet evidence work until a verified packet recommendation exists"},"buyer_scoring_approval_audit_archive_summary_verification_status":{"status":"archive_summary_verified","next_action_target":"verify_buyer_scoring_approval_audit_archive_summary","archive_summary_source":"buyer_scoring_approval_audit_archive_summary","archive_closure_verification_status_source":"buyer_scoring_approval_audit_archive_closure_verification_status","expected_completed_handoff_count":13,"current_completed_handoff_count":13,"expected_closed_status":"approval_archive_verified","current_closed_status":"approval_archive_verified","ready_for_packet_evidence_work":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"requires_packet_recommendation_before_approval":true,"success_condition":"archive summary has the expected completed handoff count, closed state, and guardrails before packet evidence resumes","proceed_when":"resume only local packet evidence work from the verified archive summary; keep approval asks and external scoring blocked"},"buyer_scoring_approval_packet_evidence_resume_status":{"status":"ready_for_local_packet_evidence","next_action_target":"resume_refresh_window_evidence_after_approval_archive","approval_archive_summary_source":"buyer_scoring_approval_audit_archive_summary","approval_archive_summary_verification_status_source":"buyer_scoring_approval_audit_archive_summary_verification_status","evidence_handle_status_source":"required_evidence_sequence_handle_status","evidence_execution_status_source":"required_evidence_execution_status","resume_reason":"blocked approval-audit archive is durable, but packet evidence is still not started","next_evidence_handle":"refresh_window_actual_runs_summary","pending_handle_count":4,"completed_handle_count":0,"required_completed_handle_count":4,"total_evidence_quota_cost":2,"ready_for_packet_evidence_work":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"scheduler can resume local refresh-window evidence capture from the first pending handle while every approval and external action remains blocked","proceed_when":"run only the local evidence handles until required_evidence_execution_status.completed_handle_count reaches required_completed_handle_count"},"buyer_scoring_approval_packet_evidence_resume_verification":{"status":"pending_local_evidence_start_verification","next_action_target":"verify_buyer_scoring_approval_packet_evidence_resume","resume_status_source":"buyer_scoring_approval_packet_evidence_resume_status","approval_archive_summary_source":"buyer_scoring_approval_audit_archive_summary","evidence_handle_status_source":"required_evidence_sequence_handle_status","expected_next_evidence_handle":"refresh_window_actual_runs_summary","expected_pending_handle_count":4,"expected_completed_handle_count":0,"expected_total_evidence_quota_cost":2,"required_verification_fields":["approval_archive_summary_source","resume_status_source","expected_next_evidence_handle","expected_pending_handle_count","expected_completed_handle_count","expected_total_evidence_quota_cost","approval_message_send_blocked","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked"],"verification_field_count":10,"ready_to_start_local_evidence_capture":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"success_condition":"resume status points to the first local evidence handle with expected counts, quota cost, and external-action guardrails before evidence capture starts","proceed_when":"verify this compact resume state before running the first local evidence handle"},"buyer_scoring_approval_packet_evidence_resume_verification_status":{"status":"packet_evidence_resume_verified","next_action_target":"verify_buyer_scoring_approval_packet_evidence_resume_status","resume_verification_source":"buyer_scoring_approval_packet_evidence_resume_verification","resume_status_source":"buyer_scoring_approval_packet_evidence_resume_status","archive_summary_verification_status_source":"buyer_scoring_approval_audit_archive_summary_verification_status","expected_next_evidence_handle":"refresh_window_actual_runs_summary","current_next_evidence_handle":"refresh_window_actual_runs_summary","expected_pending_handle_count":4,"current_pending_handle_count":4,"expected_completed_handle_count":0,"current_completed_handle_count":0,"expected_total_evidence_quota_cost":2,"current_total_evidence_quota_cost":2,"ready_to_start_local_evidence_capture":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet evidence resume verification status confirms the first evidence handle, handle counts, quota cost, and guardrails before the first local evidence request starts","proceed_when":"use this status-suffixed alias for scheduler logs, then run only the local refresh-window evidence handles"},"buyer_scoring_approval_packet_evidence_start_request":{"status":"ready_to_start_first_local_evidence_handle","next_action_target":"run_refresh_window_actual_runs_summary","resume_verification_source":"buyer_scoring_approval_packet_evidence_resume_verification_status","evidence_handle":"refresh_window_actual_runs_summary","evidence_request_source":"required_evidence_requests[0]","evidence_sequence_position":1,"method":"GET","endpoint":"[internal-control-plane-redacted]","query":{"failed_only":false,"dry_run":false,"limit":20},"quota_cost":0,"expected_artifact":"actual_refresh_runs_summary","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#refresh-window-summary","requires_verified_resume_state":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"first local evidence handle can be captured from persisted refresh-run summaries without approval asks, external scoring, public ATS fetches, source-health writes, or dry-run audit writes","proceed_when":"capture only the local actual refresh-run summary artifact, then update required_evidence_execution_status before running the next evidence handle"},"buyer_scoring_approval_packet_evidence_start_status":{"status":"first_local_evidence_handle_ready","next_action_target":"verify_refresh_window_actual_runs_summary_start","start_request_source":"buyer_scoring_approval_packet_evidence_start_request","resume_verification_source":"buyer_scoring_approval_packet_evidence_resume_verification","expected_evidence_handle":"refresh_window_actual_runs_summary","expected_method":"GET","expected_endpoint":"[internal-control-plane-redacted]","expected_query":{"failed_only":false,"dry_run":false,"limit":20},"expected_quota_cost":0,"expected_artifact":"actual_refresh_runs_summary","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#refresh-window-summary","required_guardrail_fields":["approval_message_send_blocked","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked","dry_run_audit_write_blocked"],"guardrail_field_count":5,"ready_to_capture_first_local_evidence_artifact":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"scheduler can verify the first evidence request details and guardrails before capturing the local actual refresh-run summary artifact","proceed_when":"capture only this first local artifact, then log completion before selecting the next evidence handle"},"buyer_scoring_approval_packet_evidence_start_verification_status":{"status":"first_local_evidence_start_verified","next_action_target":"verify_buyer_scoring_approval_packet_evidence_start_status","start_status_source":"buyer_scoring_approval_packet_evidence_start_status","start_request_source":"buyer_scoring_approval_packet_evidence_start_request","resume_verification_status_source":"buyer_scoring_approval_packet_evidence_resume_verification_status","expected_evidence_handle":"refresh_window_actual_runs_summary","current_evidence_handle":"refresh_window_actual_runs_summary","expected_method":"GET","current_method":"GET","expected_endpoint":"[internal-control-plane-redacted]","current_endpoint":"[internal-control-plane-redacted]","expected_quota_cost":0,"current_quota_cost":0,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"ready_to_capture_first_local_evidence_artifact":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"first evidence start status matches the expected request, quota, and guardrail state before the local refresh-run summary artifact is captured","proceed_when":"use this status-suffixed start verification for scheduler logs, then capture only the local refresh-run summary artifact"},"buyer_scoring_approval_packet_evidence_capture_status":{"status":"pending_first_local_artifact_capture","next_action_target":"log_refresh_window_actual_runs_summary_capture","start_status_source":"buyer_scoring_approval_packet_evidence_start_status","execution_status_source":"required_evidence_execution_status","evidence_handle":"refresh_window_actual_runs_summary","evidence_artifact":"actual_refresh_run_summary","artifact_source":"[internal-control-plane-redacted]","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#refresh-window-summary","required_artifact_fields":["artifact_name","captured_at","source_request_step","source_endpoint","source_query","quota_cost","run_count","latest_actual_run_id","newer_than_packet_at","does_not_fetch_sources","does_not_write_refresh_health","dry_run_audit_write_blocked"],"artifact_field_count":12,"completed_handle_count_after_capture":1,"pending_handle_count_after_capture":3,"next_evidence_handle":"refresh_window_due_source_summary","quota_cost":0,"cumulative_evidence_quota_cost_after_capture":0,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"the first local evidence artifact is logged with refresh-run summary fields and the next pending evidence handle while external and write guardrails remain blocked","proceed_when":"persist the actual refresh-run summary artifact locally, then resume at refresh_window_due_source_summary"},"buyer_scoring_approval_packet_due_source_evidence_start_request":{"status":"ready_after_actual_refresh_summary_capture","next_action_target":"run_refresh_window_due_source_summary","capture_status_source":"buyer_scoring_approval_packet_evidence_capture_status","evidence_handle":"refresh_window_due_source_summary","previous_evidence_handle":"refresh_window_actual_runs_summary","evidence_request_source":"required_evidence_requests[1]","evidence_sequence_position":2,"method":"GET","endpoint":"[internal-control-plane-redacted]","query":{"due_only":true},"quota_cost":0,"expected_artifact":"due_reviewed_source_summary","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#refresh-window-summary","completed_handle_count_before_start":1,"pending_handle_count_before_start":3,"requires_actual_refresh_summary_capture":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"second local evidence handle can summarize due reviewed sources without approval asks, external scoring, public ATS fetches, source-health writes, or dry-run audit writes","proceed_when":"capture only the local due-source summary artifact, then resume at refresh_window_buyer_search_preview"},"buyer_scoring_approval_packet_due_source_evidence_start_status":{"status":"second_local_evidence_handle_ready","next_action_target":"verify_refresh_window_due_source_summary_start","start_request_source":"buyer_scoring_approval_packet_due_source_evidence_start_request","previous_capture_status_source":"buyer_scoring_approval_packet_evidence_capture_status","expected_evidence_handle":"refresh_window_due_source_summary","expected_previous_evidence_handle":"refresh_window_actual_runs_summary","expected_method":"GET","expected_endpoint":"[internal-control-plane-redacted]","expected_query":{"due_only":true},"expected_quota_cost":0,"expected_artifact":"due_reviewed_source_summary","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#refresh-window-summary","expected_completed_handle_count_before_start":1,"expected_pending_handle_count_before_start":3,"required_guardrail_fields":["approval_message_send_blocked","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked","dry_run_audit_write_blocked"],"guardrail_field_count":5,"ready_to_capture_due_source_evidence_artifact":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"scheduler can verify the due-source evidence request details, prior handle completion, and guardrails before capturing the local reviewed-source summary artifact","proceed_when":"capture only this due-source summary artifact, then log completion before selecting the buyer search preview handle"},"buyer_scoring_approval_packet_due_source_evidence_capture_status":{"status":"pending_due_source_artifact_capture","next_action_target":"log_refresh_window_due_source_summary_capture","start_status_source":"buyer_scoring_approval_packet_due_source_evidence_start_status","previous_capture_status_source":"buyer_scoring_approval_packet_evidence_capture_status","execution_status_source":"required_evidence_execution_status","evidence_handle":"refresh_window_due_source_summary","previous_evidence_handle":"refresh_window_actual_runs_summary","evidence_artifact":"due_reviewed_source_summary","artifact_source":"[internal-control-plane-redacted]","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#refresh-window-summary","required_artifact_fields":["artifact_name","captured_at","source_request_step","source_endpoint","source_query","quota_cost","due_source_count","failing_source_count","untried_source_count","reviewed_source_count","does_not_fetch_sources","does_not_write_refresh_health","dry_run_audit_write_blocked"],"artifact_field_count":13,"completed_handle_count_after_capture":2,"pending_handle_count_after_capture":2,"next_evidence_handle":"refresh_window_buyer_search_preview","quota_cost":0,"cumulative_evidence_quota_cost_after_capture":0,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"the due-source summary artifact is logged with reviewed-source freshness fields and the buyer search preview handle while external and write guardrails remain blocked","proceed_when":"persist the due-source summary artifact locally, then resume at refresh_window_buyer_search_preview"},"buyer_scoring_approval_packet_due_source_evidence_capture_verification_status":{"status":"due_source_evidence_capture_verified","next_action_target":"verify_refresh_window_due_source_summary_capture","capture_status_source":"buyer_scoring_approval_packet_due_source_evidence_capture_status","start_status_source":"buyer_scoring_approval_packet_due_source_evidence_start_status","previous_capture_status_source":"buyer_scoring_approval_packet_evidence_capture_status","expected_evidence_handle":"refresh_window_due_source_summary","current_evidence_handle":"refresh_window_due_source_summary","expected_previous_evidence_handle":"refresh_window_actual_runs_summary","current_previous_evidence_handle":"refresh_window_actual_runs_summary","expected_artifact":"due_reviewed_source_summary","current_artifact":"due_reviewed_source_summary","expected_artifact_field_count":13,"current_artifact_field_count":13,"expected_completed_handle_count_after_capture":2,"current_completed_handle_count_after_capture":2,"expected_pending_handle_count_after_capture":2,"current_pending_handle_count_after_capture":2,"expected_next_evidence_handle":"refresh_window_buyer_search_preview","current_next_evidence_handle":"refresh_window_buyer_search_preview","expected_quota_cost":0,"current_quota_cost":0,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"ready_to_start_buyer_search_evidence":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"due-source evidence capture matches the expected artifact, handle counts, next handle, quota, and guardrail state before buyer-search evidence starts","proceed_when":"use this status-suffixed capture verification for scheduler logs, then start only the local buyer-search preview evidence handle"},"buyer_scoring_approval_packet_buyer_search_evidence_start_request":{"status":"ready_after_due_source_summary_capture","next_action_target":"run_refresh_window_buyer_search_preview","capture_status_source":"buyer_scoring_approval_packet_due_source_evidence_capture_status","evidence_handle":"refresh_window_buyer_search_preview","previous_evidence_handle":"refresh_window_due_source_summary","evidence_request_source":"required_evidence_requests[2]","evidence_sequence_position":3,"method":"GET","endpoint":"/v1/companies/search","query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50},"quota_cost":1,"expected_artifact":"buyer_search_preview","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#buyer-cohort-changes","completed_handle_count_before_start":2,"pending_handle_count_before_start":2,"requires_due_source_summary_capture":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"third local evidence handle can capture the buyer-search preview from indexed data with one quota-bearing request and without approval asks, external scoring, public ATS fetches, source-health writes, or dry-run audit writes","proceed_when":"capture only the local buyer-search preview artifact, then resume at refresh_window_buyer_json_export"},"buyer_scoring_approval_packet_buyer_search_evidence_start_status":{"status":"third_local_evidence_handle_ready","next_action_target":"verify_refresh_window_buyer_search_preview_start","start_request_source":"buyer_scoring_approval_packet_buyer_search_evidence_start_request","previous_capture_status_source":"buyer_scoring_approval_packet_due_source_evidence_capture_status","expected_evidence_handle":"refresh_window_buyer_search_preview","expected_previous_evidence_handle":"refresh_window_due_source_summary","expected_method":"GET","expected_endpoint":"/v1/companies/search","expected_query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50},"expected_quota_cost":1,"expected_artifact":"buyer_search_preview","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#buyer-cohort-changes","expected_completed_handle_count_before_start":2,"expected_pending_handle_count_before_start":2,"required_guardrail_fields":["approval_message_send_blocked","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked","dry_run_audit_write_blocked"],"guardrail_field_count":5,"ready_to_capture_buyer_search_evidence_artifact":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"scheduler can verify the buyer-search preview request details, quota cost, prior handle completion, and guardrails before capturing the local indexed-lead artifact","proceed_when":"capture only this buyer-search preview artifact, then log completion before selecting the JSON export handle"},"buyer_scoring_approval_packet_buyer_search_evidence_capture_status":{"status":"pending_buyer_search_artifact_capture","next_action_target":"log_refresh_window_buyer_search_preview_capture","start_status_source":"buyer_scoring_approval_packet_buyer_search_evidence_start_status","previous_capture_status_source":"buyer_scoring_approval_packet_due_source_evidence_capture_status","execution_status_source":"required_evidence_execution_status","evidence_handle":"refresh_window_buyer_search_preview","previous_evidence_handle":"refresh_window_due_source_summary","evidence_artifact":"buyer_search_preview","artifact_source":"GET /v1/companies/search?department=engineering&min_open_roles=8&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality&limit=50","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#buyer-cohort-changes","required_artifact_fields":["artifact_name","captured_at","source_request_step","source_endpoint","source_query","quota_cost","result_count","high_fit_count","top_account_names","top_account_buyer_quality_scores","top_account_buyer_quality_reasons","effective_filters","does_not_fetch_sources","does_not_write_refresh_health","dry_run_audit_write_blocked"],"artifact_field_count":15,"completed_handle_count_after_capture":3,"pending_handle_count_after_capture":1,"next_evidence_handle":"refresh_window_buyer_json_export","quota_cost":1,"cumulative_evidence_quota_cost_after_capture":1,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"the buyer-search preview artifact is logged with top-account fit evidence and the JSON export handle while external and write guardrails remain blocked","proceed_when":"persist the buyer-search preview artifact locally, then resume at refresh_window_buyer_json_export"},"buyer_scoring_approval_packet_buyer_search_evidence_capture_verification_status":{"status":"buyer_search_evidence_capture_verified","next_action_target":"verify_refresh_window_buyer_search_preview_capture","capture_status_source":"buyer_scoring_approval_packet_buyer_search_evidence_capture_status","start_status_source":"buyer_scoring_approval_packet_buyer_search_evidence_start_status","previous_capture_status_source":"buyer_scoring_approval_packet_due_source_evidence_capture_status","expected_evidence_handle":"refresh_window_buyer_search_preview","current_evidence_handle":"refresh_window_buyer_search_preview","expected_previous_evidence_handle":"refresh_window_due_source_summary","current_previous_evidence_handle":"refresh_window_due_source_summary","expected_artifact":"buyer_search_preview","current_artifact":"buyer_search_preview","expected_artifact_field_count":15,"current_artifact_field_count":15,"expected_completed_handle_count_after_capture":3,"current_completed_handle_count_after_capture":3,"expected_pending_handle_count_after_capture":1,"current_pending_handle_count_after_capture":1,"expected_next_evidence_handle":"refresh_window_buyer_json_export","current_next_evidence_handle":"refresh_window_buyer_json_export","expected_quota_cost":1,"current_quota_cost":1,"expected_cumulative_evidence_quota_cost_after_capture":1,"current_cumulative_evidence_quota_cost_after_capture":1,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"ready_to_start_json_export_evidence":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"buyer-search evidence capture matches the expected artifact, handle counts, next handle, quota, cumulative quota, and guardrail state before JSON export evidence starts","proceed_when":"use this status-suffixed capture verification for scheduler logs, then start only the local JSON export evidence handle"},"buyer_scoring_approval_packet_json_export_evidence_start_request":{"status":"ready_after_buyer_search_preview_capture","next_action_target":"run_refresh_window_buyer_json_export","capture_status_source":"buyer_scoring_approval_packet_buyer_search_evidence_capture_status","evidence_handle":"refresh_window_buyer_json_export","previous_evidence_handle":"refresh_window_buyer_search_preview","evidence_request_source":"required_evidence_requests[3]","evidence_sequence_position":4,"method":"GET","endpoint":"/v1/exports/leads.json","query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50},"quota_cost":1,"expected_artifact":"buyer_json_export_preview","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#paid-worthy-account-review","completed_handle_count_before_start":3,"pending_handle_count_before_start":1,"requires_buyer_search_preview_capture":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"fourth local evidence handle can capture the JSON lead export from indexed data with one quota-bearing request and without approval asks, external scoring, public ATS fetches, source-health writes, or dry-run audit writes","proceed_when":"capture only the local JSON export artifact, then verify all refresh-window evidence handles are complete before packet writing"},"buyer_scoring_approval_packet_json_export_evidence_start_status":{"status":"fourth_local_evidence_handle_ready","next_action_target":"verify_refresh_window_buyer_json_export_start","start_request_source":"buyer_scoring_approval_packet_json_export_evidence_start_request","previous_capture_status_source":"buyer_scoring_approval_packet_buyer_search_evidence_capture_status","expected_evidence_handle":"refresh_window_buyer_json_export","expected_previous_evidence_handle":"refresh_window_buyer_search_preview","expected_method":"GET","expected_endpoint":"/v1/exports/leads.json","expected_query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50},"expected_quota_cost":1,"expected_artifact":"buyer_json_export_preview","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#paid-worthy-account-review","expected_completed_handle_count_before_start":3,"expected_pending_handle_count_before_start":1,"required_guardrail_fields":["approval_message_send_blocked","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked","dry_run_audit_write_blocked"],"guardrail_field_count":5,"ready_to_capture_json_export_evidence_artifact":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"scheduler can verify the JSON export request details, quota cost, prior handle completion, and guardrails before capturing the local export artifact","proceed_when":"capture only this JSON export artifact, then log all handle completion before packet-write verification"},"buyer_scoring_approval_packet_json_export_evidence_start_verification_status":{"status":"json_export_evidence_start_verified","next_action_target":"verify_refresh_window_buyer_json_export_start_status","start_status_source":"buyer_scoring_approval_packet_json_export_evidence_start_status","start_request_source":"buyer_scoring_approval_packet_json_export_evidence_start_request","previous_capture_verification_status_source":"buyer_scoring_approval_packet_buyer_search_evidence_capture_verification_status","expected_evidence_handle":"refresh_window_buyer_json_export","current_evidence_handle":"refresh_window_buyer_json_export","expected_previous_evidence_handle":"refresh_window_buyer_search_preview","current_previous_evidence_handle":"refresh_window_buyer_search_preview","expected_method":"GET","current_method":"GET","expected_endpoint":"/v1/exports/leads.json","current_endpoint":"/v1/exports/leads.json","expected_query_field_count":6,"current_query_field_count":6,"expected_quota_cost":1,"current_quota_cost":1,"expected_completed_handle_count_before_start":3,"current_completed_handle_count_before_start":3,"expected_pending_handle_count_before_start":1,"current_pending_handle_count_before_start":1,"expected_artifact":"buyer_json_export_preview","current_artifact":"buyer_json_export_preview","expected_guardrail_field_count":5,"current_guardrail_field_count":5,"ready_to_capture_json_export_evidence_artifact":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"JSON export evidence start status matches the expected handle, request shape, quota, prior handle counts, artifact target, and guardrails before final local evidence capture","proceed_when":"use this status-suffixed start verification for scheduler logs, then capture only the local JSON export evidence artifact"},"buyer_scoring_approval_packet_json_export_evidence_capture_status":{"status":"pending_json_export_artifact_capture","next_action_target":"log_refresh_window_buyer_json_export_capture","start_status_source":"buyer_scoring_approval_packet_json_export_evidence_start_status","previous_capture_status_source":"buyer_scoring_approval_packet_buyer_search_evidence_capture_status","execution_status_source":"required_evidence_execution_status","evidence_handle":"refresh_window_buyer_json_export","previous_evidence_handle":"refresh_window_buyer_search_preview","evidence_artifact":"buyer_json_export_preview","artifact_source":"GET /v1/exports/leads.json?department=engineering&min_open_roles=8&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality&limit=50","expected_output_target":"docs/private-beta-buyer-review-packet-next.md#paid-worthy-account-review","required_artifact_fields":["artifact_name","captured_at","source_request_step","source_endpoint","source_query","quota_cost","lead_count","lead_ids","account_names","buyer_quality_scores","buyer_quality_reasons","sample_roles","effective_filters","does_not_fetch_sources","does_not_write_refresh_health","dry_run_audit_write_blocked"],"artifact_field_count":16,"completed_handle_count_after_capture":4,"pending_handle_count_after_capture":0,"all_evidence_handles_complete":true,"next_status_target":"required_evidence_completion_gate","quota_cost":1,"cumulative_evidence_quota_cost_after_capture":2,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"the JSON lead export artifact is logged with account fit fields and all four refresh-window evidence handles complete while external and write guardrails remain blocked","proceed_when":"persist the JSON export evidence artifact locally, then re-check the completion gate before packet-write verification"},"buyer_scoring_approval_packet_json_export_evidence_capture_verification_status":{"status":"json_export_evidence_capture_verified","next_action_target":"verify_refresh_window_buyer_json_export_capture","capture_status_source":"buyer_scoring_approval_packet_json_export_evidence_capture_status","start_verification_status_source":"buyer_scoring_approval_packet_json_export_evidence_start_verification_status","previous_capture_verification_status_source":"buyer_scoring_approval_packet_buyer_search_evidence_capture_verification_status","expected_evidence_handle":"refresh_window_buyer_json_export","current_evidence_handle":"refresh_window_buyer_json_export","expected_previous_evidence_handle":"refresh_window_buyer_search_preview","current_previous_evidence_handle":"refresh_window_buyer_search_preview","expected_artifact":"buyer_json_export_preview","current_artifact":"buyer_json_export_preview","expected_artifact_field_count":16,"current_artifact_field_count":16,"expected_completed_handle_count_after_capture":4,"current_completed_handle_count_after_capture":4,"expected_pending_handle_count_after_capture":0,"current_pending_handle_count_after_capture":0,"expected_quota_cost":1,"current_quota_cost":1,"expected_cumulative_evidence_quota_cost_after_capture":2,"current_cumulative_evidence_quota_cost_after_capture":2,"all_evidence_handles_complete":true,"all_required_artifacts_captured":true,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"ready_to_recheck_completion_gate":true,"next_status_target":"buyer_scoring_approval_packet_evidence_completion_gate_status","approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"JSON export evidence capture matches the expected artifact shape, handle completion counts, quota state, and guardrails before the evidence completion gate is rechecked","proceed_when":"use this status-suffixed capture verification for scheduler logs, then re-check the refresh-window evidence completion gate"},"buyer_scoring_approval_packet_evidence_completion_gate_status":{"status":"ready_for_packet_write_readiness_recheck","next_action_target":"recheck_refresh_window_evidence_completion_gate","completion_gate_source":"required_evidence_completion_gate","json_export_capture_status_source":"buyer_scoring_approval_packet_json_export_evidence_capture_status","json_export_capture_verification_status_source":"buyer_scoring_approval_packet_json_export_evidence_capture_verification_status","execution_status_source":"required_evidence_execution_status","readiness_status_target":"buyer_packet_write_readiness_status","preflight_status_target":"buyer_packet_write_preflight_status","expected_completed_handle_count":4,"current_completed_handle_count":4,"expected_pending_handle_count":0,"current_pending_handle_count":0,"expected_artifact_count":4,"current_artifact_count":4,"all_evidence_handles_complete":true,"all_required_artifacts_captured":true,"ready_to_recheck_packet_write_readiness":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"all four local refresh-window evidence handles and artifacts are complete before schedulers re-check packet-write readiness","proceed_when":"re-evaluate buyer_packet_write_readiness_status and buyer_packet_write_preflight_status from this completed evidence state"},"buyer_scoring_approval_packet_evidence_completion_gate_verification_status":{"status":"evidence_completion_gate_verified","next_action_target":"verify_refresh_window_evidence_completion_gate_status","completion_gate_status_source":"buyer_scoring_approval_packet_evidence_completion_gate_status","json_export_capture_verification_status_source":"buyer_scoring_approval_packet_json_export_evidence_capture_verification_status","execution_status_source":"required_evidence_execution_status","expected_completed_handle_count":4,"current_completed_handle_count":4,"expected_pending_handle_count":0,"current_pending_handle_count":0,"expected_artifact_count":4,"current_artifact_count":4,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"all_evidence_handles_complete":true,"all_required_artifacts_captured":true,"completion_gate_recheck_passed":true,"ready_to_resume_packet_write_rechecks":true,"next_status_target":"buyer_scoring_approval_packet_completed_evidence_resume_verification_status","approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"evidence completion gate status matches the expected 4/4 handle, 4/4 artifact, and guardrail state before completed-evidence resume verification","proceed_when":"use this status-suffixed gate verification for scheduler logs before resuming packet-write readiness rechecks"},"buyer_scoring_approval_packet_completed_evidence_resume_verification_status":{"status":"completed_evidence_ready_to_resume_packet_write","next_action_target":"verify_completed_evidence_resume_before_packet_write","evidence_completion_gate_verification_status_source":"buyer_scoring_approval_packet_evidence_completion_gate_verification_status","json_export_capture_status_source":"buyer_scoring_approval_packet_json_export_evidence_capture_status","write_readiness_recheck_status_target":"buyer_scoring_approval_packet_write_readiness_recheck_status","expected_completed_handle_count":4,"current_completed_handle_count":4,"expected_pending_handle_count":0,"current_pending_handle_count":0,"expected_artifact_count":4,"current_artifact_count":4,"required_evidence_sources":["actual_refresh_run_summary","due_reviewed_source_summary","buyer_search_preview","buyer_json_export_preview"],"required_evidence_source_count":4,"all_evidence_handles_complete":true,"all_required_artifacts_captured":true,"ready_to_resume_packet_write_rechecks":true,"next_recheck_target":"buyer_scoring_approval_packet_write_readiness_recheck_status","approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"completed evidence resume verification confirms all four local artifacts are captured before packet-write readiness rechecks resume","proceed_when":"resume at buyer_scoring_approval_packet_write_readiness_recheck_status only after this completed-evidence verification remains true"},"buyer_scoring_approval_packet_write_readiness_recheck_status":{"status":"ready_for_packet_write_preflight_recheck","next_action_target":"recheck_private_beta_buyer_packet_write_readiness","completed_evidence_resume_verification_status_source":"buyer_scoring_approval_packet_completed_evidence_resume_verification_status","readiness_status_source":"buyer_packet_write_readiness_status","preflight_status_target":"buyer_packet_write_preflight_status","write_request_source":"buyer_packet_write_request","required_completed_handle_count":4,"current_completed_handle_count":4,"required_artifact_count":4,"current_artifact_count":4,"readiness_recheck_passed":true,"ready_to_recheck_packet_write_preflight":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet-write readiness can be rechecked from completed local evidence while packet drafting remains local-only and external/public/write guardrails stay blocked","proceed_when":"re-evaluate buyer_packet_write_preflight_status before starting the local packet draft"},"buyer_scoring_approval_packet_write_readiness_recheck_verification_status":{"status":"packet_write_readiness_recheck_verified","next_action_target":"verify_private_beta_buyer_packet_write_readiness_recheck","write_readiness_recheck_status_source":"buyer_scoring_approval_packet_write_readiness_recheck_status","completed_evidence_resume_verification_status_source":"buyer_scoring_approval_packet_completed_evidence_resume_verification_status","readiness_status_source":"buyer_packet_write_readiness_status","preflight_recheck_status_target":"buyer_scoring_approval_packet_preflight_recheck_status","expected_completed_handle_count":4,"current_completed_handle_count":4,"expected_artifact_count":4,"current_artifact_count":4,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"readiness_recheck_verified":true,"ready_to_recheck_packet_write_preflight":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet-write readiness recheck verification confirms completed local evidence, artifact counts, and guardrails before packet preflight is rechecked","proceed_when":"use this status-suffixed readiness verification for scheduler logs before rechecking packet-write preflight"},"buyer_scoring_approval_packet_preflight_recheck_status":{"status":"ready_for_local_packet_draft_recheck","next_action_target":"recheck_private_beta_buyer_packet_write_preflight","write_readiness_recheck_status_source":"buyer_scoring_approval_packet_write_readiness_recheck_status","preflight_status_source":"buyer_packet_write_preflight_status","draft_start_status_target":"buyer_packet_draft_start_status","required_source_check_count":5,"current_passed_source_check_count":5,"required_completed_handle_count":4,"current_completed_handle_count":4,"required_artifact_count":4,"current_artifact_count":4,"preflight_recheck_passed":true,"ready_to_start_local_packet_draft":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet-write preflight can be rechecked from completed local evidence and readiness while packet drafting remains local-only and external/public/write guardrails stay blocked","proceed_when":"start the local packet draft only after this preflight recheck passes"},"buyer_scoring_approval_packet_preflight_recheck_verification_status":{"status":"packet_preflight_recheck_verified","next_action_target":"verify_private_beta_buyer_packet_preflight_recheck","preflight_recheck_status_source":"buyer_scoring_approval_packet_preflight_recheck_status","write_readiness_recheck_verification_status_source":"buyer_scoring_approval_packet_write_readiness_recheck_verification_status","draft_start_recheck_status_target":"buyer_scoring_approval_packet_draft_start_recheck_status","expected_source_check_count":5,"current_passed_source_check_count":5,"expected_completed_handle_count":4,"current_completed_handle_count":4,"expected_artifact_count":4,"current_artifact_count":4,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"preflight_recheck_verified":true,"ready_to_start_local_packet_draft":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet-write preflight recheck verification confirms source checks, completed local evidence, artifacts, and guardrails before draft-start recheck begins","proceed_when":"use this status-suffixed preflight verification for scheduler logs before rechecking local packet draft start"},"buyer_scoring_approval_packet_draft_start_recheck_status":{"status":"ready_for_local_packet_draft","next_action_target":"recheck_private_beta_buyer_packet_draft_start","preflight_recheck_status_source":"buyer_scoring_approval_packet_preflight_recheck_status","draft_start_status_source":"buyer_packet_draft_start_status","artifact_manifest_target":"buyer_packet_draft_artifact_manifest","output_target":"docs/private-beta-buyer-review-packet-next.md","draft_operation":"create_local_markdown_packet","required_packet_section_count":7,"current_verified_packet_section_count":7,"required_artifact_count":4,"current_artifact_count":4,"draft_start_recheck_passed":true,"ready_to_start_local_packet_draft":true,"ready_to_map_packet_artifacts":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"local packet draft start can proceed from the rechecked preflight, seven section targets, and four local artifacts while external/public/write guardrails stay blocked","proceed_when":"map packet artifacts and draft docs/private-beta-buyer-review-packet-next.md locally only"},"buyer_scoring_approval_packet_draft_start_recheck_verification_status":{"status":"packet_draft_start_recheck_verified","next_action_target":"verify_private_beta_buyer_packet_draft_start_recheck","draft_start_recheck_status_source":"buyer_scoring_approval_packet_draft_start_recheck_status","preflight_recheck_verification_status_source":"buyer_scoring_approval_packet_preflight_recheck_verification_status","artifact_manifest_recheck_status_target":"buyer_scoring_approval_packet_artifact_manifest_recheck_status","expected_packet_section_count":7,"current_verified_packet_section_count":7,"expected_artifact_count":4,"current_artifact_count":4,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"draft_start_recheck_verified":true,"ready_to_map_packet_artifacts":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet draft-start recheck verification confirms section targets, local artifacts, and guardrails before artifact-manifest recheck begins","proceed_when":"use this status-suffixed draft-start verification for scheduler logs before rechecking the packet artifact manifest"},"buyer_scoring_approval_packet_artifact_manifest_recheck_status":{"status":"ready_to_map_packet_artifacts","next_action_target":"recheck_private_beta_buyer_packet_artifact_manifest","draft_start_recheck_status_source":"buyer_scoring_approval_packet_draft_start_recheck_status","artifact_manifest_source":"buyer_packet_draft_artifact_manifest","section_status_target":"buyer_packet_draft_section_status","output_target":"docs/private-beta-buyer-review-packet-next.md","required_packet_section_count":7,"current_mapped_packet_section_count":7,"required_artifact_count":4,"current_artifact_count":4,"sections_missing_artifacts_count":0,"artifact_manifest_recheck_passed":true,"ready_to_verify_packet_sections":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"all seven local packet sections remain mapped to the four completed evidence artifacts after draft-start recheck while external/public/write guardrails stay blocked","proceed_when":"verify packet section readiness before writing docs/private-beta-buyer-review-packet-next.md locally only"},"buyer_scoring_approval_packet_artifact_manifest_recheck_verification_status":{"status":"packet_artifact_manifest_recheck_verified","next_action_target":"verify_private_beta_buyer_packet_artifact_manifest_recheck","artifact_manifest_recheck_status_source":"buyer_scoring_approval_packet_artifact_manifest_recheck_status","draft_start_recheck_verification_status_source":"buyer_scoring_approval_packet_draft_start_recheck_verification_status","section_readiness_recheck_status_target":"buyer_scoring_approval_packet_section_readiness_recheck_status","expected_packet_section_count":7,"current_mapped_packet_section_count":7,"expected_artifact_count":4,"current_artifact_count":4,"expected_missing_artifact_count":0,"current_missing_artifact_count":0,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"artifact_manifest_recheck_verified":true,"ready_to_verify_packet_sections":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet artifact-manifest recheck verification confirms all seven local sections are mapped to the four artifacts with zero missing artifacts before section-readiness recheck begins","proceed_when":"use this status-suffixed artifact-manifest verification for scheduler logs before rechecking packet section readiness"},"buyer_scoring_approval_packet_section_readiness_recheck_status":{"status":"ready_to_write_packet_sections_locally","next_action_target":"recheck_private_beta_buyer_packet_section_readiness","artifact_manifest_recheck_status_source":"buyer_scoring_approval_packet_artifact_manifest_recheck_status","section_status_source":"buyer_packet_draft_section_status","section_write_sequence_target":"buyer_packet_section_write_sequence","output_target":"docs/private-beta-buyer-review-packet-next.md","required_packet_section_count":7,"current_ready_packet_section_count":7,"required_artifact_count":4,"current_artifact_count":4,"sections_missing_artifacts_count":0,"section_readiness_recheck_passed":true,"ready_to_write_sections":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"all seven packet sections remain ready from the rechecked artifact manifest before section writing starts while external/public/write guardrails stay blocked","proceed_when":"write the seven packet sections locally in buyer_packet_section_write_sequence order only"},"buyer_scoring_approval_packet_section_readiness_recheck_verification_status":{"status":"packet_section_readiness_recheck_verified","next_action_target":"verify_private_beta_buyer_packet_section_readiness_recheck","section_readiness_recheck_status_source":"buyer_scoring_approval_packet_section_readiness_recheck_status","artifact_manifest_recheck_verification_status_source":"buyer_scoring_approval_packet_artifact_manifest_recheck_verification_status","section_write_sequence_recheck_status_target":"buyer_scoring_approval_packet_section_write_sequence_recheck_status","expected_packet_section_count":7,"current_ready_packet_section_count":7,"expected_artifact_count":4,"current_artifact_count":4,"expected_missing_artifact_count":0,"current_missing_artifact_count":0,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"section_readiness_recheck_verified":true,"ready_to_recheck_section_write_sequence":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet section-readiness recheck verification confirms all seven local packet sections remain ready from four artifacts with zero missing artifacts before section-write sequence recheck begins","proceed_when":"use this status-suffixed section-readiness verification for scheduler logs before rechecking the ordered section-write sequence"},"buyer_scoring_approval_packet_section_write_sequence_recheck_status":{"status":"ready_to_start_ordered_section_writes","next_action_target":"recheck_private_beta_buyer_packet_section_write_sequence","section_readiness_recheck_status_source":"buyer_scoring_approval_packet_section_readiness_recheck_status","section_write_sequence_source":"buyer_packet_section_write_sequence","section_write_status_target":"buyer_packet_section_write_status","output_target":"docs/private-beta-buyer-review-packet-next.md","required_packet_section_count":7,"current_ordered_packet_section_count":7,"required_artifact_count":4,"current_artifact_count":4,"sections_missing_artifacts_count":0,"sequence_recheck_passed":true,"ready_to_start_section_writes":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"the seven-section packet write sequence is still ordered and artifact-backed after section readiness recheck while external/public/write guardrails stay blocked","proceed_when":"start local section writing in buyer_packet_section_write_sequence order and then verify buyer_packet_section_write_status"},"buyer_scoring_approval_packet_section_write_sequence_recheck_verification_status":{"status":"packet_section_write_sequence_recheck_verified","next_action_target":"verify_private_beta_buyer_packet_section_write_sequence_recheck","section_write_sequence_recheck_status_source":"buyer_scoring_approval_packet_section_write_sequence_recheck_status","section_readiness_recheck_verification_status_source":"buyer_scoring_approval_packet_section_readiness_recheck_verification_status","section_write_start_status_target":"buyer_scoring_approval_packet_section_write_start_status","expected_packet_section_count":7,"current_ordered_packet_section_count":7,"expected_artifact_count":4,"current_artifact_count":4,"expected_missing_artifact_count":0,"current_missing_artifact_count":0,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"section_write_sequence_recheck_verified":true,"ready_to_start_section_writes":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet section-write sequence recheck verification confirms all seven local packet sections remain ordered and backed by four artifacts before section-write start is logged","proceed_when":"use this status-suffixed sequence verification before starting local section writes from buyer_scoring_approval_packet_section_write_start_status"},"buyer_scoring_approval_packet_section_write_start_status":{"status":"ready_to_begin_local_section_writes","next_action_target":"start_private_beta_buyer_packet_section_writes","section_write_sequence_recheck_status_source":"buyer_scoring_approval_packet_section_write_sequence_recheck_status","section_write_status_target":"buyer_packet_section_write_status","section_write_audit_target":"buyer_packet_section_write_audit","output_target":"docs/private-beta-buyer-review-packet-next.md","required_packet_section_count":7,"current_ready_packet_section_count":7,"required_artifact_count":4,"current_artifact_count":4,"expected_initial_written_section_count":0,"expected_initial_pending_section_count":7,"section_write_start_ready":true,"ready_to_verify_section_writes_after_local_draft":true,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"local section writing can begin from the rechecked ordered sequence with zero sections marked written before the draft file is updated","proceed_when":"write docs/private-beta-buyer-review-packet-next.md sections locally, then verify buyer_packet_section_write_status and audit buyer_packet_section_write_audit"},"buyer_scoring_approval_packet_section_write_verification_status":{"status":"local_blocker_packet_sections_written","next_action_target":"verify_private_beta_buyer_packet_section_write_status","section_write_start_status_source":"buyer_scoring_approval_packet_section_write_start_status","section_write_status_source":"buyer_packet_section_write_status","section_write_audit_target":"buyer_packet_section_write_audit","output_target":"docs/private-beta-buyer-review-packet-next.md","required_packet_section_count":7,"current_written_section_count":7,"current_pending_section_count":0,"pending_sections_source":"buyer_packet_section_write_status.pending_sections","requires_sequence_order":true,"requires_ready_section_status":true,"ready_for_packet_write_verification":false,"ready_for_section_write_audit":true,"buyer_scoreable_packet":false,"blocker_reason":"insufficient_reviewed_refresh_window_evidence","ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"section-write verification confirms all seven local blocker-packet sections are present while packet verification remains blocked by insufficient reviewed buyer evidence","proceed_when":"audit the local blocker section writes, but do not verify buyer_packet_write_status until reviewed evidence meets the buyer floor"},"buyer_scoring_approval_packet_section_write_audit_status":{"status":"local_blocker_sections_audited","next_action_target":"audit_private_beta_buyer_packet_section_write_status","section_write_verification_status_source":"buyer_scoring_approval_packet_section_write_verification_status","section_write_audit_source":"buyer_packet_section_write_audit","section_write_status_source":"buyer_packet_section_write_status","output_target":"docs/private-beta-buyer-review-packet-next.md","required_packet_section_count":7,"current_written_section_count":7,"current_pending_section_count":0,"expected_audit_field_count":9,"current_audit_field_count":9,"requires_all_sections_written":true,"requires_sequence_order":true,"requires_verified_artifact_sources":true,"ready_for_packet_write_status":false,"buyer_scoreable_packet":false,"blocker_reason":"insufficient_reviewed_refresh_window_evidence","ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"section-write audit confirms the seven local blocker-packet sections are present in order while packet verification stays blocked by the reviewed-evidence gap","proceed_when":"keep buyer_packet_write_status blocked until the packet is rerun from a reviewed refresh window or restored buyer dataset"},"buyer_scoring_approval_packet_write_status_verification_status":{"status":"blocked_until_reviewed_buyer_evidence_ready","next_action_target":"verify_private_beta_buyer_packet_write_status_readiness","section_write_audit_status_source":"buyer_scoring_approval_packet_section_write_audit_status","packet_write_status_verification_source":"buyer_packet_write_status_verification","packet_write_status_target":"buyer_packet_write_status","output_target":"docs/private-beta-buyer-review-packet-next.md","required_packet_section_count":7,"current_written_section_count":7,"expected_artifact_count":4,"expected_verification_field_count":8,"current_verification_field_count":8,"requires_ready_section_write_audit":true,"ready_to_verify_packet_write_status":false,"buyer_scoreable_packet":false,"blocker_reason":"insufficient_reviewed_refresh_window_evidence","ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet write-status verification remains blocked even though the local blocker packet has seven sections because buyer evidence is below the reviewed-account floor","proceed_when":"only verify buyer_packet_write_status after reviewed evidence restores the actual-run and high-fit account floors and all guardrails remain blocked"},"buyer_scoring_approval_packet_write_verification_audit_status":{"status":"blocked_until_packet_write_status_verified","next_action_target":"audit_private_beta_buyer_packet_write_verification","packet_write_status_verification_status_source":"buyer_scoring_approval_packet_write_status_verification_status","packet_write_verification_audit_source":"buyer_packet_write_verification_audit","packet_write_verification_closure_target":"buyer_packet_write_verification_closure_status","output_target":"docs/private-beta-buyer-review-packet-next.md","expected_verification_field_count":8,"current_verified_field_count":0,"requires_packet_write_status_verified":true,"requires_ready_section_write_audit":true,"requires_local_packet_file":true,"ready_for_verification_closure":false,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet write-verification audit remains blocked until packet write status is verified from the local packet file and section-write audit is ready","proceed_when":"only close buyer_packet_write_verification after all eight packet verification fields pass locally and guardrails remain blocked"},"buyer_scoring_approval_packet_write_verification_closure_status":{"status":"blocked_until_packet_write_verification_audit_ready","next_action_target":"close_private_beta_buyer_packet_write_verification_status","packet_write_verification_audit_status_source":"buyer_scoring_approval_packet_write_verification_audit_status","packet_write_verification_closure_source":"buyer_packet_write_verification_closure_status","buyer_scoring_unblock_status_target":"buyer_scoring_unblock_status","output_target":"docs/private-beta-buyer-review-packet-next.md","expected_verification_field_count":8,"current_verified_field_count":0,"requires_verification_audit_ready":true,"requires_ready_section_write_audit":true,"requires_local_packet_file":true,"ready_to_close_verification":false,"ready_for_buyer_scoring_unblock":false,"ready_to_write_packet_local_only":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"packet write-verification closeout stays blocked until the packet-file audit status is ready and all external guardrails remain blocked","proceed_when":"only let buyer_scoring_unblock_status reference a closed packet verification after all eight local packet fields verify"},"buyer_scoring_approval_unblock_verification_status":{"status":"blocked_until_packet_verification_closed","next_action_target":"verify_buyer_scoring_unblock_status","packet_write_verification_closure_status_source":"buyer_scoring_approval_packet_write_verification_closure_status","buyer_scoring_unblock_status_source":"buyer_scoring_unblock_status","guardrail_status_target":"buyer_scoring_unblock_guardrail_status","required_verified_packet":"docs/private-beta-buyer-review-packet-next.md","required_packet_field":"next_scoring_recommendation","expected_verification_field_count":8,"current_verified_field_count":0,"requires_closed_packet_verification":true,"requires_packet_scoring_recommendation":true,"ready_to_verify_unblock":false,"ready_for_guardrail_audit":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"buyer-scoring unblock stays blocked until packet verification is closed and the local packet includes an explicit scoring recommendation","proceed_when":"only audit buyer_scoring_unblock_guardrail_status after unblock verification passes locally and Matthew approval is still required for external action"},"buyer_scoring_approval_packet_blocker_verification_status":{"status":"blocked_by_insufficient_buyer_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker","section_write_verification_status_source":"buyer_scoring_approval_packet_section_write_verification_status","section_write_audit_status_source":"buyer_scoring_approval_packet_section_write_audit_status","packet_source":"docs/private-beta-buyer-review-packet-next.md","packet_type":"local_blocker_evidence_readiness_packet","verified_packet_section_count":7,"required_packet_section_count":7,"actual_refresh_run_count":0,"eligible_reviewed_source_count":36,"buyer_search_high_fit_account_count":1,"minimum_reviewed_account_count":26,"review_floor_satisfied":false,"buyer_scoreable_packet":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"the local blocker packet has all seven sections but remains non-scoreable because actual refresh-run and reviewed-account evidence do not meet the buyer-review floor","proceed_when":"restore or generate a reviewed 25-50 account high-fit dataset, rerun local packet evidence, and verify the packet before any approval or external scoring request"},"buyer_scoring_approval_packet_blocker_closeout_status":{"status":"blocked_and_locally_documented","next_action_target":"close_private_beta_buyer_packet_blocker","blocker_verification_status_source":"buyer_scoring_approval_packet_blocker_verification_status","packet_source":"docs/private-beta-buyer-review-packet-next.md","packet_type":"local_blocker_evidence_readiness_packet","required_packet_section_count":7,"current_verified_packet_section_count":7,"minimum_actual_refresh_run_count":1,"current_actual_refresh_run_count":0,"minimum_reviewed_account_count":26,"current_high_fit_account_count":1,"blocker_reason":"insufficient_reviewed_refresh_window_evidence","durable_blocker_recorded":true,"ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"the non-scoreable packet blocker is closed out as a local documented stop condition without preparing an approval request or touching public/source systems","proceed_when":"resume only after a reviewed refresh window or restored dataset satisfies the actual-run and high-fit account floors"},"buyer_scoring_approval_packet_blocker_resume_status":{"status":"waiting_for_reviewed_dataset_or_refresh_window","next_action_target":"resume_private_beta_buyer_packet_after_blocker","blocker_closeout_status_source":"buyer_scoring_approval_packet_blocker_closeout_status","packet_source":"docs/private-beta-buyer-review-packet-next.md","required_resume_sources":["reviewed_refresh_run_summary","reviewed_due_source_summary","high_fit_buyer_search_preview","high_fit_json_lead_export"],"minimum_actual_refresh_run_count":1,"current_actual_refresh_run_count":0,"minimum_reviewed_account_count":26,"current_high_fit_account_count":1,"resume_ready":false,"ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"resume the buyer-packet evidence sequence only after local data satisfies both the actual-refresh-run and high-fit account floors","proceed_when":"restore a reviewed buyer dataset or complete a reviewed refresh window, then rerun the four local evidence requests before any approval request"},"buyer_scoring_approval_packet_blocker_resume_verification_status":{"status":"resume_blocked_pending_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_resume","blocker_resume_status_source":"buyer_scoring_approval_packet_blocker_resume_status","packet_source":"docs/private-beta-buyer-review-packet-next.md","required_verification_fields":["minimum_actual_refresh_run_count","current_actual_refresh_run_count","minimum_reviewed_account_count","current_high_fit_account_count","required_resume_sources","resume_ready","ready_for_buyer_scoring_approval_request"],"required_resume_source_count":4,"minimum_actual_refresh_run_count":1,"current_actual_refresh_run_count":0,"minimum_reviewed_account_count":26,"current_high_fit_account_count":1,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"resume_ready":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","pending_evidence_handle_count_when_ready":4,"ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"resume verification keeps the packet blocked until both the actual-refresh-run and high-fit reviewed-account floors are satisfied","proceed_when":"after a reviewed dataset or refresh window satisfies both floors, restart local evidence capture at refresh-window:actual-runs-summary"},"buyer_scoring_approval_packet_blocker_resume_closeout_status":{"status":"resume_blocker_wait_recorded","next_action_target":"close_private_beta_buyer_packet_blocker_resume","blocker_resume_verification_status_source":"buyer_scoring_approval_packet_blocker_resume_verification_status","packet_source":"docs/private-beta-buyer-review-packet-next.md","required_resume_source_count":4,"minimum_actual_refresh_run_count":1,"current_actual_refresh_run_count":0,"minimum_reviewed_account_count":26,"current_high_fit_account_count":1,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"resume_ready":false,"durable_wait_state_recorded":true,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"the blocker-resume wait state is closed as a durable local handoff without restarting evidence capture or preparing an approval request","proceed_when":"only reopen local packet evidence capture when a reviewed dataset or refresh window satisfies both resume floors"},"buyer_scoring_approval_packet_blocker_wait_write_request":{"status":"ready_to_persist_local_wait_record","next_action_target":"write_private_beta_buyer_packet_blocker_wait_record","blocker_resume_closeout_status_source":"buyer_scoring_approval_packet_blocker_resume_closeout_status","storage_scope":"local_scheduler_state","operation":"upsert","idempotency_key":"private-beta-buyer-packet:blocker-wait:2026-08-16","conflict_policy":"replace_same_idempotency_key","expected_record_count":1,"record_fields":["packet_source","status","minimum_actual_refresh_run_count","current_actual_refresh_run_count","minimum_reviewed_account_count","current_high_fit_account_count","next_evidence_handle_when_ready","ready_for_buyer_scoring_approval_request","guardrails"],"record_field_count":9,"packet_source":"docs/private-beta-buyer-review-packet-next.md","minimum_actual_refresh_run_count":1,"current_actual_refresh_run_count":0,"minimum_reviewed_account_count":26,"current_high_fit_account_count":1,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"persist exactly one local wait record for the closed packet-resume blocker without restarting evidence capture or preparing an approval request","proceed_when":"only use the persisted wait record to resume after reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_write_verification_status":{"status":"wait_write_contract_verified","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_write","blocker_wait_write_request_source":"buyer_scoring_approval_packet_blocker_wait_write_request","storage_scope":"local_scheduler_state","operation":"upsert","expected_idempotency_key":"private-beta-buyer-packet:blocker-wait:2026-08-16","expected_conflict_policy":"replace_same_idempotency_key","expected_record_count":1,"current_record_field_count":9,"expected_record_field_count":9,"record_contract_verified":true,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the local wait-record write contract is complete and idempotent before schedulers treat the blocked packet wait as persisted","proceed_when":"after the local scheduler records this verified wait contract, keep waiting for reviewed refresh-window evidence before restarting packet evidence capture"},"buyer_scoring_approval_packet_blocker_wait_lookup_request":{"status":"ready_after_wait_write_verification","next_action_target":"lookup_private_beta_buyer_packet_blocker_wait_record","blocker_wait_write_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_write_verification_status","storage_scope":"local_scheduler_state","lookup_key":"idempotency_key","lookup_value":"private-beta-buyer-packet:blocker-wait:2026-08-16","ordering_key":"updated_at","expected_record_count":1,"expected_record_field_count":9,"records_source":"persisted buyer_scoring_approval_packet_blocker_wait_write_request output","precondition":"buyer_scoring_approval_packet_blocker_wait_write_verification_status.record_contract_verified is true","does_not_send_message":true,"does_not_run_external_scoring":true,"does_not_fetch_public_ats":true,"does_not_write_source_health":true,"does_not_write_dry_run_audit":true,"success_condition":"lookup returns one local blocker-wait record for the expected idempotency key before schedulers rely on the persisted wait state","proceed_when":"read back the local wait record and keep approval asks, external scoring, public ATS fetches, source-health writes, and dry-run audit writes blocked"},"buyer_scoring_approval_packet_blocker_wait_lookup_verification_status":{"status":"wait_lookup_verified","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_lookup","blocker_wait_lookup_request_source":"buyer_scoring_approval_packet_blocker_wait_lookup_request","blocker_wait_write_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_write_verification_status","storage_scope":"local_scheduler_state","expected_idempotency_key":"private-beta-buyer-packet:blocker-wait:2026-08-16","expected_record_count":1,"current_record_count":1,"expected_record_field_count":9,"current_record_field_count":9,"lookup_key":"idempotency_key","ordering_key":"updated_at","lookup_result_verified":true,"resume_ready":false,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the blocker-wait lookup returned the expected one-record/nine-field local wait state before schedulers rely on it for later evidence resumption","proceed_when":"keep waiting on reviewed refresh-window evidence until both floors are satisfied, then resume from refresh-window:actual-runs-summary without sending or running external scoring"},"buyer_scoring_approval_packet_blocker_wait_closeout_status":{"status":"wait_state_closed_pending_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait","blocker_wait_lookup_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_lookup_verification_status","storage_scope":"local_scheduler_state","expected_idempotency_key":"private-beta-buyer-packet:blocker-wait:2026-08-16","closed_wait_record_count":1,"closed_record_field_count":9,"lookup_result_verified":true,"resume_ready":false,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified blocker-wait lookup as a durable local pending-evidence state without starting approval, external scoring, public ATS fetch, source-health write, or dry-run audit work","proceed_when":"keep the wait closed until reviewed refresh-window evidence satisfies both floors, then resume local packet evidence at refresh-window:actual-runs-summary"},"buyer_scoring_approval_packet_blocker_wait_resume_recheck_status":{"status":"resume_recheck_blocked_pending_reviewed_evidence","next_action_target":"recheck_private_beta_buyer_packet_blocker_wait_resume","blocker_wait_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_closeout_status","storage_scope":"local_scheduler_state","expected_idempotency_key":"private-beta-buyer-packet:blocker-wait:2026-08-16","closed_wait_record_count":1,"expected_closed_record_field_count":9,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"resume_ready":false,"pending_resume_source_count":2,"pending_resume_sources":["reviewed_actual_refresh_run_summary","reviewed_high_fit_buyer_search_or_restored_dataset"],"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"recheck the closed blocker-wait state and keep local packet evidence paused until reviewed actual-run and high-fit account floors are satisfied","proceed_when":"after reviewed evidence satisfies both floors, resume local packet evidence at refresh-window:actual-runs-summary without sending an approval request or running external scoring"},"buyer_scoring_approval_packet_blocker_wait_resume_recheck_verification_status":{"status":"resume_recheck_verified_blocked_pending_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_resume_recheck","blocker_wait_resume_recheck_status_source":"buyer_scoring_approval_packet_blocker_wait_resume_recheck_status","storage_scope":"local_scheduler_state","expected_idempotency_key":"private-beta-buyer-packet:blocker-wait:2026-08-16","expected_closed_wait_record_count":1,"current_closed_wait_record_count":1,"expected_closed_record_field_count":9,"current_closed_record_field_count":9,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"resume_recheck_verified":true,"resume_ready":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the blocker-wait resume recheck remains closed and blocked until reviewed actual-run and high-fit account evidence satisfies both floors","proceed_when":"when both floors are satisfied, restart local packet evidence at refresh-window:actual-runs-summary while keeping approval sends and external scoring gated"},"buyer_scoring_approval_packet_blocker_wait_resume_recheck_closeout_status":{"status":"resume_recheck_closed_pending_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_resume_recheck","blocker_wait_resume_recheck_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_resume_recheck_verification_status","storage_scope":"local_scheduler_state","expected_idempotency_key":"private-beta-buyer-packet:blocker-wait:2026-08-16","closed_wait_record_count":1,"closed_record_field_count":9,"pending_resume_source_count":2,"resume_recheck_verified":true,"resume_recheck_closed":true,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"resume_ready":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified blocker-wait resume recheck as a durable local pending-evidence state without restarting evidence capture or sending an approval request","proceed_when":"keep the closed wait state until reviewed actual-run and high-fit account evidence satisfies both floors, then restart local packet evidence at refresh-window:actual-runs-summary"},"buyer_scoring_approval_packet_blocker_wait_resume_readiness_status":{"status":"resume_waiting_on_reviewed_evidence","next_action_target":"summarize_private_beta_buyer_packet_resume_readiness","blocker_wait_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_resume_recheck_closeout_status","storage_scope":"local_scheduler_state","closed_wait_state_confirmed":true,"pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"resume_ready":false,"resume_blocker_count":2,"resume_blockers":["missing_reviewed_actual_refresh_run","insufficient_reviewed_high_fit_accounts"],"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"summarize the closed blocker-wait state as not ready to resume until both reviewed evidence floors are satisfied","proceed_when":"wait for reviewed actual refresh-run evidence and enough high-fit reviewed accounts before restarting local packet evidence at refresh-window:actual-runs-summary"},"buyer_scoring_approval_packet_blocker_wait_resume_readiness_verification_status":{"status":"resume_readiness_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_resume_readiness","blocker_wait_resume_readiness_status_source":"buyer_scoring_approval_packet_blocker_wait_resume_readiness_status","storage_scope":"local_scheduler_state","closed_wait_state_confirmed":true,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"resume_readiness_verified":true,"resume_ready":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the closed blocker-wait readiness summary still has the expected blockers, pending resume sources, evidence floors, and guardrails before any local evidence restart","proceed_when":"continue waiting until both floors are satisfied, then rerun readiness verification before restarting packet evidence at refresh-window:actual-runs-summary"},"buyer_scoring_approval_packet_blocker_wait_resume_readiness_closeout_status":{"status":"resume_readiness_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_resume_readiness","blocker_wait_resume_readiness_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_resume_readiness_verification_status","storage_scope":"local_scheduler_state","closed_wait_state_confirmed":true,"resume_readiness_verified":true,"resume_readiness_closed":true,"resume_ready":false,"closed_resume_blocker_count":2,"pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified resume-readiness summary as the current durable local wait state without restarting evidence capture","proceed_when":"keep waiting until reviewed actual-run and high-fit account evidence satisfies both floors, then rerun readiness verification before restarting packet evidence"},"buyer_scoring_approval_packet_blocker_wait_snapshot_status":{"status":"waiting_on_reviewed_evidence_snapshot","next_action_target":"log_private_beta_buyer_packet_blocker_wait_snapshot","blocker_wait_resume_readiness_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_resume_readiness_closeout_status","storage_scope":"local_scheduler_state","snapshot_reason":"current durable wait state after resume-readiness closeout","closed_wait_state_confirmed":true,"resume_ready":false,"resume_blocker_count":2,"pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"log one compact snapshot of the closed blocker wait without replaying the full readiness chain","proceed_when":"keep this snapshot unchanged until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_verification_status":{"status":"snapshot_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot","blocker_wait_snapshot_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_status","blocker_wait_resume_readiness_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_resume_readiness_closeout_status","storage_scope":"local_scheduler_state","expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"expected_actual_refresh_run_floor":1,"current_actual_refresh_run_count":0,"expected_reviewed_account_floor":26,"current_high_fit_account_count":1,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"snapshot_matches_closeout":true,"guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"success_condition":"verify the compact blocker-wait snapshot matches the closed durable wait state before schedulers rely on it","proceed_when":"keep waiting until reviewed evidence satisfies both floors, then rerun snapshot verification before restarting packet evidence"},"buyer_scoring_approval_packet_blocker_wait_snapshot_closeout_status":{"status":"snapshot_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot","blocker_wait_snapshot_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_verification_status","storage_scope":"local_scheduler_state","snapshot_verified":true,"snapshot_closed":true,"resume_ready":false,"closed_resume_blocker_count":2,"pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified blocker-wait snapshot as the durable current wait state without restarting evidence capture","proceed_when":"keep this closed snapshot as the scheduler wait state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_request":{"status":"archive_requested_waiting_on_reviewed_evidence","next_action_target":"archive_private_beta_buyer_packet_blocker_wait_snapshot","blocker_wait_snapshot_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_closeout_status","storage_scope":"local_scheduler_state","operation":"upsert_latest_closed_wait_snapshot","archive_key":"private_beta_ai_devtools_infra_high_fit:latest_blocker_wait_snapshot","idempotency_key":"private-beta-ai-devtools-infra-high-fit:blocker-wait-snapshot:2026-08-17","conflict_policy":"replace_latest_for_recommendation","expected_record_count":1,"record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_closeout_status","record_field_count":12,"required_record_fields":["recommendation_id","status","snapshot_closed","resume_ready","closed_resume_blocker_count","pending_resume_source_count","current_actual_refresh_run_count","minimum_actual_refresh_run_count","current_high_fit_account_count","minimum_reviewed_account_count","next_evidence_handle_when_ready","guardrails"],"retention_policy":"retain_latest_per_recommendation_until_reviewed_evidence_resumes","snapshot_closed":true,"resume_ready":false,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"archive the closed blocker-wait snapshot as the latest durable scheduler wait record without restarting evidence capture","proceed_when":"query this archive before any later resume attempt, then keep waiting until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_verification_status":{"status":"archive_request_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive","blocker_wait_snapshot_archive_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_request","storage_scope":"local_scheduler_state","expected_operation":"upsert_latest_closed_wait_snapshot","current_operation":"upsert_latest_closed_wait_snapshot","archive_key":"private_beta_ai_devtools_infra_high_fit:latest_blocker_wait_snapshot","idempotency_key":"private-beta-ai-devtools-infra-high-fit:blocker-wait-snapshot:2026-08-17","expected_conflict_policy":"replace_latest_for_recommendation","current_conflict_policy":"replace_latest_for_recommendation","expected_record_count":1,"current_record_count":1,"expected_record_field_count":12,"current_record_field_count":12,"archive_request_verified":true,"ready_for_archive_lookup":true,"snapshot_closed":true,"resume_ready":false,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the blocker-wait snapshot archive handoff before schedulers rely on the latest retained wait record","proceed_when":"perform the local archive lookup after verification, then keep waiting until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_lookup_request":{"status":"archive_lookup_requested_waiting_on_reviewed_evidence","next_action_target":"lookup_private_beta_buyer_packet_blocker_wait_snapshot_archive","blocker_wait_snapshot_archive_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_verification_status","storage_scope":"local_scheduler_state","operation":"lookup_latest_closed_wait_snapshot","archive_key":"private_beta_ai_devtools_infra_high_fit:latest_blocker_wait_snapshot","lookup_key":"archive_key","lookup_value":"private_beta_ai_devtools_infra_high_fit:latest_blocker_wait_snapshot","expected_record_count":1,"expected_record_field_count":12,"record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_request","archive_request_verified":true,"precondition":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_verification_status.ready_for_archive_lookup is true","snapshot_closed":true,"resume_ready":false,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"lookup one retained closed blocker-wait snapshot by archive_key before treating the wait record as durable","proceed_when":"verify the lookup result, then keep waiting until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_lookup_verification_status":{"status":"archive_lookup_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_lookup","blocker_wait_snapshot_archive_lookup_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_lookup_request","blocker_wait_snapshot_archive_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_verification_status","storage_scope":"local_scheduler_state","lookup_key":"archive_key","lookup_value":"private_beta_ai_devtools_infra_high_fit:latest_blocker_wait_snapshot","expected_record_count":1,"current_record_count":1,"expected_record_field_count":12,"current_record_field_count":12,"archive_lookup_verified":true,"archive_request_verified":true,"snapshot_closed":true,"resume_ready":false,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the retained blocker-wait snapshot archive lookup returned the expected one-record/twelve-field closed wait state","proceed_when":"close the archive lookup verification as durable current wait state, then keep waiting until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_lookup_closeout_status":{"status":"archive_lookup_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_lookup","blocker_wait_snapshot_archive_lookup_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_lookup_verification_status","storage_scope":"local_scheduler_state","archive_lookup_verified":true,"archive_lookup_closed":true,"snapshot_closed":true,"resume_ready":false,"closed_resume_blocker_count":2,"pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified blocker-wait snapshot archive lookup as the durable current wait state without restarting evidence capture","proceed_when":"keep this archive-verified closeout as the scheduler wait state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_recheck_status":{"status":"archive_resume_recheck_waiting_on_reviewed_evidence","next_action_target":"recheck_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume","blocker_wait_snapshot_archive_lookup_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_lookup_closeout_status","storage_scope":"local_scheduler_state","archive_lookup_closed":true,"snapshot_closed":true,"resume_ready":false,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"pending_resume_source_count":2,"pending_resume_sources":["refresh-window:actual-runs-summary","refresh-window:buyer-search-evidence"],"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"recheck the archive-verified blocker-wait snapshot before any future resume attempt and keep the wait state blocked until both reviewed evidence floors are satisfied","proceed_when":"if both floors are satisfied, restart local evidence capture from the next evidence handle; otherwise keep the archive-verified wait state closed"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_recheck_verification_status":{"status":"archive_resume_recheck_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_recheck","blocker_wait_snapshot_archive_resume_recheck_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_recheck_status","blocker_wait_snapshot_archive_lookup_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_lookup_closeout_status","storage_scope":"local_scheduler_state","archive_resume_recheck_verified":true,"archive_lookup_closed":true,"snapshot_closed":true,"resume_ready":false,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"pending_resume_sources":["refresh-window:actual-runs-summary","refresh-window:buyer-search-evidence"],"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the archive-resume recheck remains a blocked local wait state with the expected blocker counts, pending sources, evidence floors, next handle, and guardrails","proceed_when":"keep the archive-verified wait state closed until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_recheck_closeout_status":{"status":"archive_resume_recheck_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_recheck","blocker_wait_snapshot_archive_resume_recheck_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_recheck_verification_status","blocker_wait_snapshot_archive_lookup_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_lookup_closeout_status","storage_scope":"local_scheduler_state","archive_resume_recheck_verified":true,"archive_resume_recheck_closed":true,"archive_lookup_closed":true,"snapshot_closed":true,"resume_ready":false,"closed_resume_blocker_count":2,"pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified archive-resume recheck as the durable current wait state without restarting local evidence capture","proceed_when":"keep this closed archive-resume recheck as the scheduler wait state until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_status":{"status":"archive_resume_wait_snapshot_current","next_action_target":"snapshot_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait","blocker_wait_snapshot_archive_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_recheck_closeout_status","storage_scope":"local_scheduler_state","archive_resume_recheck_closed":true,"archive_lookup_closed":true,"snapshot_closed":true,"resume_ready":false,"current_resume_blocker_count":2,"pending_resume_source_count":2,"pending_resume_sources":["refresh-window:actual-runs-summary","refresh-window:buyer-search-evidence"],"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"record one compact current wait snapshot after archive-resume closeout without restarting local evidence capture","proceed_when":"use this snapshot as the scheduler wait summary until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_verification_status":{"status":"archive_resume_wait_snapshot_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot","blocker_wait_snapshot_archive_resume_wait_snapshot_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_status","blocker_wait_snapshot_archive_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_recheck_closeout_status","storage_scope":"local_scheduler_state","archive_resume_wait_snapshot_verified":true,"archive_resume_recheck_closed":true,"archive_lookup_closed":true,"snapshot_closed":true,"resume_ready":false,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the compact archive-resume wait snapshot still matches the closed archive-resume wait state, expected blocker/source counts, evidence floors, next handle, and guardrails","proceed_when":"keep the verified snapshot as the scheduler wait summary until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_closeout_status":{"status":"archive_resume_wait_snapshot_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot","blocker_wait_snapshot_archive_resume_wait_snapshot_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_verification_status","blocker_wait_snapshot_archive_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_recheck_closeout_status","storage_scope":"local_scheduler_state","archive_resume_wait_snapshot_verified":true,"archive_resume_wait_snapshot_closed":true,"archive_resume_recheck_closed":true,"archive_lookup_closed":true,"snapshot_closed":true,"resume_ready":false,"closed_resume_blocker_count":2,"pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified archive-resume wait snapshot as the durable current scheduler wait state without restarting local evidence capture","proceed_when":"keep this closed archive-resume wait snapshot as the scheduler wait state until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_status":{"status":"archive_resume_wait_snapshot_resume_recheck_waiting_on_reviewed_evidence","next_action_target":"recheck_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume","blocker_wait_snapshot_archive_resume_wait_snapshot_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_closeout_status","blocker_wait_snapshot_archive_resume_wait_snapshot_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_verification_status","storage_scope":"local_scheduler_state","archive_resume_wait_snapshot_closed":true,"archive_resume_wait_snapshot_verified":true,"archive_resume_recheck_closed":true,"archive_lookup_closed":true,"snapshot_closed":true,"resume_ready":false,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"pending_resume_sources":["refresh-window:actual-runs-summary","refresh-window:buyer-search-evidence"],"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_for_buyer_scoring_approval_request":false,"guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"recheck the closed archive-resume wait snapshot before any future evidence resume while keeping unsatisfied floors and local-only guardrails explicit","proceed_when":"keep this resume recheck as the scheduler wait state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_status","blocker_wait_snapshot_archive_resume_wait_snapshot_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_closeout_status","storage_scope":"local_scheduler_state","archive_resume_wait_snapshot_resume_recheck_verified":true,"archive_resume_wait_snapshot_closed":true,"archive_resume_wait_snapshot_verified":true,"archive_resume_recheck_closed":true,"archive_lookup_closed":true,"snapshot_closed":true,"resume_ready":false,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_to_resume_evidence_capture":false,"ready_for_buyer_scoring_approval_request":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the closed archive-resume wait snapshot resume recheck still matches blocker counts, pending sources, unsatisfied floors, next handle, and local-only guardrails before any future evidence resume","proceed_when":"keep this verified resume recheck as the scheduler wait state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_closeout_status":{"status":"archive_resume_wait_snapshot_resume_recheck_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_status","storage_scope":"local_scheduler_state","archive_resume_wait_snapshot_resume_recheck_closed":true,"archive_resume_wait_snapshot_resume_recheck_verified":true,"archive_resume_wait_snapshot_closed":true,"archive_resume_wait_snapshot_verified":true,"resume_ready":false,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_to_resume_evidence_capture":false,"ready_for_buyer_scoring_approval_request":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified archive-resume wait snapshot resume recheck as the durable current scheduler wait state without restarting local evidence capture","proceed_when":"keep this closed resume recheck as the scheduler wait state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_request":{"status":"ready_to_archive_closed_archive_resume_wait_snapshot_resume_recheck","next_action_target":"archive_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_closeout_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_verification_status","storage_scope":"local scheduler blocker-wait archive","operation":"upsert_latest","archive_key":"recommendation_id","idempotency_key":"buyer-scoring-packet-blocker-wait-snapshot-archive-resume-wait-snapshot-resume-recheck:private_beta_ai_devtools_infra_high_fit","conflict_policy":"replace latest closed archive-resume wait snapshot resume recheck for recommendation_id","retention_policy":"retain latest closed archive-resume wait snapshot resume recheck per recommendation","expected_record_count":1,"record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_closeout_status","required_record_fields":["recommendation_id","status","archive_resume_wait_snapshot_resume_recheck_closed","archive_resume_wait_snapshot_resume_recheck_verified","resume_ready","current_resume_blocker_count","current_pending_resume_source_count","next_evidence_handle_when_ready","ready_to_resume_evidence_capture","approval_message_send_blocked","external_buyer_scoring_blocked","public_ats_fetch_blocked","source_health_write_blocked","dry_run_audit_write_blocked","archived_at"],"record_field_count":15,"precondition":"archive-resume wait snapshot resume recheck closeout remains closed and verified","current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_to_resume_evidence_capture":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"one closed archive-resume wait snapshot resume recheck is retained locally as the latest durable wait record without restarting evidence capture","proceed_when":"archive only the local closed resume recheck; keep evidence capture and all external paths blocked until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_request","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_closeout_status","storage_scope":"local scheduler blocker-wait archive","operation":"upsert_latest","archive_key":"recommendation_id","idempotency_key":"buyer-scoring-packet-blocker-wait-snapshot-archive-resume-wait-snapshot-resume-recheck:private_beta_ai_devtools_infra_high_fit","conflict_policy":"replace latest closed archive-resume wait snapshot resume recheck for recommendation_id","expected_record_count":1,"current_record_count":1,"expected_record_field_count":15,"current_record_field_count":15,"archive_request_verified":true,"ready_for_archive_lookup":true,"archive_resume_wait_snapshot_resume_recheck_closed":true,"archive_resume_wait_snapshot_resume_recheck_verified":true,"resume_ready":false,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the archive request retained exactly one fifteen-field closed resume-recheck wait record before any archive lookup relies on it","proceed_when":"look up only the local retained archive record; keep evidence capture and all external paths blocked until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_request":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_requested_waiting_on_reviewed_evidence","next_action_target":"query_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_request","storage_scope":"local scheduler blocker-wait archive","lookup_key":"recommendation_id","lookup_value":"private_beta_ai_devtools_infra_high_fit","archive_key":"recommendation_id","expected_record_count":1,"expected_record_field_count":15,"expected_record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_closeout_status","precondition":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_verification_status.ready_for_archive_lookup is true","current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_to_resume_evidence_capture":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"query the latest closed archive-resume wait snapshot resume recheck by recommendation_id before treating the retained wait record as durable","proceed_when":"query only the local retained archive record; keep evidence capture and all external paths blocked until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_request","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_verification_status","storage_scope":"local scheduler blocker-wait archive","lookup_key":"recommendation_id","lookup_value":"private_beta_ai_devtools_infra_high_fit","archive_key":"recommendation_id","expected_record_count":1,"current_record_count":1,"expected_record_field_count":15,"current_record_field_count":15,"archive_lookup_verified":true,"archive_request_verified":true,"archive_resume_wait_snapshot_resume_recheck_closed":true,"archive_resume_wait_snapshot_resume_recheck_verified":true,"resume_ready":false,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the retained archive-resume wait snapshot resume recheck lookup returned exactly one fifteen-field record before treating it as durable","proceed_when":"keep the verified local archive readback as blocked scheduler state until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_closeout_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_request","storage_scope":"local scheduler blocker-wait archive","archive_lookup_closed":true,"durable_wait_state_recorded":true,"closed_record_count":1,"closed_record_field_count":15,"archive_lookup_verified":true,"archive_request_verified":true,"archive_resume_wait_snapshot_resume_recheck_closed":true,"archive_resume_wait_snapshot_resume_recheck_verified":true,"resume_ready":false,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","ready_to_resume_evidence_capture":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified archive-resume wait snapshot resume-recheck archive lookup as the durable current scheduler wait state","proceed_when":"keep this closed local archive readback as scheduler wait state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_waiting_on_reviewed_evidence","next_action_target":"snapshot_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_closeout_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_verification_status","storage_scope":"local scheduler blocker-wait archive","snapshot_source":"closed archive-resume wait snapshot resume-recheck archive lookup","durable_wait_state_recorded":true,"archive_lookup_closed":true,"closed_record_count":1,"closed_record_field_count":15,"snapshot_field_count":15,"current_resume_blocker_count":2,"pending_resume_sources":["actual_refresh_run_summary","high_fit_account_review_floor"],"current_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"record one compact wait snapshot after archive lookup closeout without replaying the retained archive lookup objects","proceed_when":"keep this compact snapshot as local scheduler state until reviewed evidence satisfies the actual-run and high-fit account floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_closeout_status","expected_snapshot_field_count":15,"current_snapshot_field_count":15,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"expected_actual_refresh_run_count":0,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"expected_high_fit_account_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"expected_next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","current_next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","snapshot_matches_archive_lookup_closeout":true,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"resume_ready":false,"ready_to_resume_evidence_capture":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the compact archive-lookup wait snapshot matches the closed readback, blocker counts, evidence floors, next handle, and local-only guardrails","proceed_when":"use this verified wait snapshot for scheduler logs until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status","storage_scope":"local scheduler blocker-wait archive","wait_snapshot_verified":true,"wait_snapshot_closed":true,"durable_wait_state_recorded":true,"closed_record_count":1,"closed_record_field_count":15,"closed_resume_blocker_count":2,"pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified archive-lookup wait snapshot as the durable current scheduler wait state","proceed_when":"keep this closed compact wait snapshot as scheduler state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_waiting_on_reviewed_evidence","next_action_target":"recheck_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status","storage_scope":"local scheduler blocker-wait archive","closed_wait_snapshot_still_current":true,"durable_wait_state_recorded":true,"expected_closed_record_count":1,"current_closed_record_count":1,"expected_closed_record_field_count":15,"current_closed_record_field_count":15,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"pending_resume_sources":["actual_refresh_run_summary","high_fit_account_review_floor"],"current_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"recheck the closed archive-lookup wait snapshot before any future evidence resume attempt","proceed_when":"keep this rechecked wait snapshot as blocked scheduler state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status","expected_closed_record_count":1,"current_closed_record_count":1,"expected_closed_record_field_count":15,"current_closed_record_field_count":15,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"expected_actual_refresh_run_count":0,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"expected_high_fit_account_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"expected_next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","current_next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","closed_wait_snapshot_still_current":true,"resume_recheck_verified":true,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"resume_ready":false,"ready_to_resume_evidence_capture":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the archive-lookup wait snapshot resume recheck still matches the closed wait snapshot, evidence floors, next handle, and local-only guardrails","proceed_when":"keep this verified resume recheck as blocked scheduler state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status","storage_scope":"local scheduler blocker-wait archive","resume_recheck_verified":true,"resume_recheck_closed":true,"closed_wait_snapshot_still_current":true,"durable_wait_state_recorded":true,"closed_record_count":1,"closed_record_field_count":15,"closed_resume_blocker_count":2,"pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified archive-lookup wait snapshot resume recheck as the durable current scheduler wait state","proceed_when":"keep this closed resume recheck as scheduler state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_requested_waiting_on_reviewed_evidence","next_action_target":"archive_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verification_status","storage_scope":"local scheduler blocker-wait archive","operation":"upsert_latest_wait_record","archive_key":"private-beta-buyer-review:blocked-wait-snapshot-archive-resume-wait-snapshot-resume-recheck-archive-lookup-wait-snapshot-resume-recheck:latest","lookup_key":"recommendation_id","lookup_value":"private-beta-ai-devtools-infra-high-fit","idempotency_key":"private-beta-buyer-review-blocker-wait-snapshot-archive-resume-wait-snapshot-resume-recheck-archive-lookup-wait-snapshot-resume-recheck-archive","idempotency_conflict_policy":"replace_latest_for_recommendation","expected_record_count":1,"record_field_count":15,"record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","retention_policy":"retain latest closed wait snapshot resume recheck until reviewed evidence satisfies the actual-run and high-fit account floors","current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_for_archive_lookup":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"retain the closed archive-lookup wait snapshot resume recheck as the latest durable local wait record","proceed_when":"read back this archived wait record by recommendation id before treating it as the durable resume-blocker state"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","storage_scope":"local scheduler blocker-wait archive","operation":"upsert_latest_wait_record","expected_operation":"upsert_latest_wait_record","operation_verified":true,"archive_key":"private-beta-buyer-review:blocked-wait-snapshot-archive-resume-wait-snapshot-resume-recheck-archive-lookup-wait-snapshot-resume-recheck:latest","expected_lookup_key":"recommendation_id","current_lookup_key":"recommendation_id","lookup_value":"private-beta-ai-devtools-infra-high-fit","expected_idempotency_key":"private-beta-buyer-review-blocker-wait-snapshot-archive-resume-wait-snapshot-resume-recheck-archive-lookup-wait-snapshot-resume-recheck-archive","current_idempotency_key":"private-beta-buyer-review-blocker-wait-snapshot-archive-resume-wait-snapshot-resume-recheck-archive-lookup-wait-snapshot-resume-recheck-archive","expected_record_count":1,"current_record_count":1,"expected_record_field_count":15,"current_record_field_count":15,"archive_request_verified":true,"record_source_verified":true,"retention_policy_verified":true,"expected_conflict_policy":"replace_latest_for_recommendation","current_conflict_policy":"replace_latest_for_recommendation","current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_for_archive_lookup":true,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the retained archive request before archive lookup relies on the latest closed resume-recheck wait record","proceed_when":"query this verified archive record by recommendation id while reviewed evidence floors remain unsatisfied"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_requested_waiting_on_reviewed_evidence","next_action_target":"lookup_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request","storage_scope":"local scheduler blocker-wait archive","operation":"query_latest_wait_record","archive_key":"private-beta-buyer-review:blocked-wait-snapshot-archive-resume-wait-snapshot-resume-recheck-archive-lookup-wait-snapshot-resume-recheck:latest","lookup_key":"recommendation_id","lookup_value":"private-beta-ai-devtools-infra-high-fit","expected_record_count":1,"expected_record_field_count":15,"record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","readback_precondition":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status.archive_request_verified","current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_for_archive_readback":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"read back the verified archived resume-recheck wait record by recommendation id before relying on it","proceed_when":"verify this local archive readback before closing it as the durable current wait state"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status","storage_scope":"local scheduler blocker-wait archive","operation":"query_latest_wait_record","expected_operation":"query_latest_wait_record","operation_verified":true,"archive_key":"private-beta-buyer-review:blocked-wait-snapshot-archive-resume-wait-snapshot-resume-recheck-archive-lookup-wait-snapshot-resume-recheck:latest","expected_lookup_key":"recommendation_id","current_lookup_key":"recommendation_id","lookup_value":"private-beta-ai-devtools-infra-high-fit","expected_record_count":1,"current_record_count":1,"expected_record_field_count":15,"current_record_field_count":15,"record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","record_source_verified":true,"readback_precondition_satisfied":true,"archive_lookup_verified":true,"retained_wait_record_current":true,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_close_archive_readback":true,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the archived resume-recheck wait record readback returned one current fifteen-field record before durable closeout relies on it","proceed_when":"close this verified local archive readback as the durable current wait state while reviewed evidence floors remain unsatisfied"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request","storage_scope":"local scheduler blocker-wait archive","archive_lookup_closeout_verified":true,"durable_wait_state_recorded":true,"closed_record_count":1,"closed_record_field_count":15,"retained_wait_record_current":true,"archive_lookup_verified":true,"readback_precondition_satisfied":true,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified archived resume-recheck wait record readback as the durable current scheduler wait state","proceed_when":"keep this closed local archive readback as blocked scheduler state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_logged_waiting_on_reviewed_evidence","next_action_target":"snapshot_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status","storage_scope":"local scheduler blocker-wait archive","snapshot_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status","snapshot_field_count":15,"current_resume_blocker_count":2,"expected_resume_blocker_count":2,"current_pending_resume_source_count":2,"expected_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"closed_archive_lookup_current":true,"durable_wait_state_recorded":true,"local_current_wait_state":true,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"log one compact wait snapshot after the archived resume-recheck readback closeout without replaying the full archive lookup chain","proceed_when":"verify this compact wait snapshot before future scheduler resume checks rely on it"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status","storage_scope":"local scheduler blocker-wait archive","snapshot_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status","expected_snapshot_field_count":15,"current_snapshot_field_count":15,"snapshot_matches_archive_lookup_closeout":true,"current_resume_blocker_count":2,"expected_resume_blocker_count":2,"current_pending_resume_source_count":2,"expected_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"local_current_wait_state":true,"wait_snapshot_verified":true,"ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the compact archived resume-recheck wait snapshot against the durable archive readback closeout before future resume checks rely on it","proceed_when":"keep this verified compact wait snapshot as the current blocked scheduler state until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status","storage_scope":"local scheduler blocker-wait archive","verified_snapshot_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status","closed_snapshot_field_count":15,"expected_closed_snapshot_field_count":15,"snapshot_verification_current":true,"snapshot_closeout_recorded":true,"durable_wait_state_recorded":true,"local_current_wait_state":true,"current_resume_blocker_count":2,"expected_resume_blocker_count":2,"current_pending_resume_source_count":2,"expected_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified compact post-closeout wait snapshot as the durable current scheduler wait state","proceed_when":"keep this closed compact wait snapshot as the current blocked scheduler state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_waiting_on_reviewed_evidence","next_action_target":"recheck_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status","storage_scope":"local scheduler blocker-wait archive","closed_wait_snapshot_still_current":true,"durable_wait_state_recorded":true,"current_resume_blocker_count":2,"expected_resume_blocker_count":2,"pending_resume_sources":["reviewed_actual_refresh_run","reviewed_high_fit_account_floor"],"current_pending_resume_source_count":2,"expected_pending_resume_source_count":2,"closed_record_field_count":15,"expected_closed_record_field_count":15,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"recheck the closed compact post-closeout wait snapshot before any later evidence resume attempt","proceed_when":"verify this resume recheck before any scheduler treats the blocked wait state as current"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_closeout_status","storage_scope":"local scheduler blocker-wait archive","resume_recheck_verified":true,"closed_wait_snapshot_still_current":true,"durable_wait_state_recorded":true,"current_resume_blocker_count":2,"expected_resume_blocker_count":2,"current_pending_resume_source_count":2,"expected_pending_resume_source_count":2,"current_closed_record_field_count":15,"expected_closed_record_field_count":15,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the post-closeout resume recheck still matches the closed compact wait snapshot before any scheduler treats it as current","proceed_when":"keep this verified blocked resume state as the durable local scheduler marker until reviewed evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_status","storage_scope":"local scheduler blocker-wait archive","resume_recheck_closed":true,"resume_recheck_verified":true,"closed_wait_snapshot_still_current":true,"durable_wait_state_recorded":true,"local_current_wait_state":true,"current_resume_blocker_count":2,"expected_resume_blocker_count":2,"current_pending_resume_source_count":2,"expected_pending_resume_source_count":2,"closed_record_field_count":15,"expected_closed_record_field_count":15,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified post-closeout resume recheck as the durable current scheduler wait state","proceed_when":"keep this closed blocked resume state as the durable local scheduler marker until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_requested_waiting_on_reviewed_evidence","next_action_target":"archive_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","storage_scope":"local scheduler blocker-wait archive","operation":"upsert_latest_wait_record","archive_key":"private-beta-buyer-review:current-wait-state","idempotency_key":"private-beta-buyer-review:archive-resume-recheck-closeout","lookup_key":"recommendation_id","recommendation_id":"private-beta-ai-devtools-infra-high-fit","record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","record_field_count":15,"expected_record_count":1,"conflict_policy":"replace_latest_for_recommendation_id","retention_rule":"retain_latest_closed_wait_state_until_reviewed_evidence_floor_satisfied","lookup_ready_after_write":true,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"retain the closed post-closeout resume recheck as the latest durable local wait record before readback verification","proceed_when":"verify this archive request before any scheduler reads back the retained wait record"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","storage_scope":"local scheduler blocker-wait archive","archive_request_verified":true,"operation_verified":true,"operation":"upsert_latest_wait_record","archive_key":"private-beta-buyer-review:current-wait-state","idempotency_key":"private-beta-buyer-review:archive-resume-recheck-closeout","lookup_key":"recommendation_id","recommendation_id":"private-beta-ai-devtools-infra-high-fit","record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","current_record_count":1,"expected_record_count":1,"current_record_field_count":15,"expected_record_field_count":15,"conflict_policy":"replace_latest_for_recommendation_id","retention_rule":"retain_latest_closed_wait_state_until_reviewed_evidence_floor_satisfied","ready_for_archive_lookup":true,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the retained post-closeout resume-recheck archive request before archive readback relies on it","proceed_when":"read back the retained wait record by recommendation id only after this archive request verification passes"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_requested_waiting_on_reviewed_evidence","next_action_target":"lookup_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_request","storage_scope":"local scheduler blocker-wait archive","operation":"query_latest_wait_record","archive_key":"private-beta-buyer-review:current-wait-state","lookup_key":"recommendation_id","lookup_value":"private-beta-ai-devtools-infra-high-fit","expected_record_count":1,"expected_record_field_count":15,"record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","readback_precondition":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status.archive_request_verified","current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_for_archive_readback":true,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"read back the retained post-closeout resume-recheck wait record by recommendation id before relying on it","proceed_when":"verify this local archive readback before closing it as the durable current wait state"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_verification_status","storage_scope":"local scheduler blocker-wait archive","operation":"query_latest_wait_record","expected_operation":"query_latest_wait_record","operation_verified":true,"archive_key":"private-beta-buyer-review:current-wait-state","expected_lookup_key":"recommendation_id","current_lookup_key":"recommendation_id","lookup_value":"private-beta-ai-devtools-infra-high-fit","current_record_count":1,"expected_record_count":1,"current_record_field_count":15,"expected_record_field_count":15,"record_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_closeout_status","record_source_verified":true,"readback_precondition_satisfied":true,"retained_wait_record_current":true,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_close_archive_readback":true,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the retained post-closeout resume-recheck archive readback returned one current fifteen-field wait record before durable closeout relies on it","proceed_when":"close this verified archive readback as the durable current wait state while reviewed evidence floors remain unsatisfied"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closed_waiting_on_reviewed_evidence","next_action_target":"close_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_verification_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_verification_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_request","storage_scope":"local scheduler blocker-wait archive","archive_lookup_closeout_verified":true,"durable_wait_state_recorded":true,"local_current_wait_state":true,"closed_record_count":1,"closed_record_field_count":15,"retained_wait_record_current":true,"archive_lookup_verified":true,"readback_precondition_satisfied":true,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"ready_to_resume_evidence_capture":false,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"close the verified retained post-closeout resume-recheck archive readback as the durable current scheduler wait state","proceed_when":"keep this closed local archive readback as blocked scheduler state until reviewed actual-run and high-fit account evidence satisfies both floors"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_logged_waiting_on_reviewed_evidence","next_action_target":"snapshot_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status","storage_scope":"local scheduler blocker-wait archive","snapshot_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status","snapshot_field_count":15,"current_resume_blocker_count":2,"expected_resume_blocker_count":2,"current_pending_resume_source_count":2,"expected_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"closed_archive_lookup_current":true,"durable_wait_state_recorded":true,"local_current_wait_state":true,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"log one compact wait snapshot after the retained post-closeout archive readback closeout without replaying the full lookup chain","proceed_when":"verify this compact wait snapshot before future scheduler resume checks rely on it"},"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verification_status":{"status":"archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_verified_waiting_on_reviewed_evidence","next_action_target":"verify_private_beta_buyer_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_status","blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status_source":"buyer_scoring_approval_packet_blocker_wait_snapshot_archive_resume_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_wait_snapshot_resume_recheck_archive_lookup_closeout_status","storage_scope":"local scheduler blocker-wait archive","wait_snapshot_verified":true,"expected_snapshot_field_count":15,"current_snapshot_field_count":15,"expected_resume_blocker_count":2,"current_resume_blocker_count":2,"expected_pending_resume_source_count":2,"current_pending_resume_source_count":2,"current_actual_refresh_run_count":0,"minimum_actual_refresh_run_count":1,"current_high_fit_account_count":1,"minimum_reviewed_account_count":26,"actual_refresh_run_floor_satisfied":false,"reviewed_account_floor_satisfied":false,"next_evidence_handle_when_ready":"refresh-window:actual-runs-summary","resume_ready":false,"closed_archive_lookup_current":true,"durable_wait_state_recorded":true,"local_current_wait_state":true,"expected_guardrail_field_count":5,"current_guardrail_field_count":5,"approval_message_send_blocked":true,"external_buyer_scoring_blocked":true,"public_ats_fetch_blocked":true,"source_health_write_blocked":true,"dry_run_audit_write_blocked":true,"success_condition":"verify the compact retained post-closeout archive-readback wait snapshot before future scheduler resume checks rely on it","proceed_when":"keep this verified compact wait snapshot as the current blocked scheduler state until reviewed actual-run and high-fit account evidence satisfies both floors"},"minimum_new_actual_refresh_runs":1,"minimum_reviewed_account_count":26,"minimum_paid_worthy_share_to_preserve":0.538,"requires_public_ats_fetch":false,"requires_source_health_write":false,"success_condition":"at least one newer actual reviewed refresh run is summarized and buyer-filter search/export outputs are captured locally","proceed_when":"refresh-window evidence is attached before writing docs/private-beta-buyer-review-packet-next.md"},"activation_sequence_handles":[{"sequence_position":1,"step":"usage_preflight","handle":"usage:preflight","method":"GET","endpoint":"/v1/usage","quota_cost":0,"cumulative_quota_cost":0,"remaining_quota_after_step":"remaining","resume_after":"usage remaining is at least recommended_min_remaining"},{"sequence_position":2,"step":"create_saved_search","handle":"saved-search:create:private_beta_ai_devtools_infra_high_fit","method":"POST","endpoint":"/v1/saved-searches","quota_cost":1,"cumulative_quota_cost":1,"remaining_quota_after_step":"remaining - 1","resume_after":"saved search is created or an existing equivalent saved search is selected"},{"sequence_position":3,"step":"preview_search","handle":"preview:search:private_beta_ai_devtools_infra_high_fit","method":"GET","endpoint":"/v1/companies/search","quota_cost":1,"cumulative_quota_cost":2,"remaining_quota_after_step":"remaining - 2","resume_after":"search preview response is logged"},{"sequence_position":4,"step":"preview_trends","handle":"preview:trends:private_beta_ai_devtools_infra_high_fit","method":"GET","endpoint":"/v1/trends/hiring","quota_cost":1,"cumulative_quota_cost":3,"remaining_quota_after_step":"remaining - 3","resume_after":"trend preview response is logged"},{"sequence_position":5,"step":"preview_export_json","handle":"preview:export-json:private_beta_ai_devtools_infra_high_fit","method":"GET","endpoint":"/v1/exports/leads.json","quota_cost":1,"cumulative_quota_cost":4,"remaining_quota_after_step":"remaining - 4","resume_after":"JSON export preview response is logged"}],"activation_sequence":[{"sequence_position":1,"step":"usage_preflight","quota_cost":0,"cumulative_quota_cost":0,"total_activation_quota_cost":4,"remaining_quota_after_step":"remaining","request":{"method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"response_fields":["remaining","limit","used","reset_at"],"proceed_when":"remaining >= recommended_min_remaining"}},{"sequence_position":2,"step":"create_saved_search","quota_cost":1,"cumulative_quota_cost":1,"total_activation_quota_cost":4,"remaining_quota_after_step":"remaining - 1","request":{"method":"POST","endpoint":"/v1/saved-searches","auth_header":"X-API-Key","quota_increments_usage":true,"body":{"name":"Private beta AI/devtools infrastructure high-fit accounts","filters":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50}}}},{"sequence_position":3,"step":"preview_search","quota_cost":1,"cumulative_quota_cost":2,"total_activation_quota_cost":4,"remaining_quota_after_step":"remaining - 2","request":{"method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50}}},{"sequence_position":4,"step":"preview_trends","quota_cost":1,"cumulative_quota_cost":3,"total_activation_quota_cost":4,"remaining_quota_after_step":"remaining - 3","request":{"method":"GET","endpoint":"/v1/trends/hiring","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","top_company_limit":10}}},{"sequence_position":5,"step":"preview_export_json","quota_cost":1,"cumulative_quota_cost":4,"total_activation_quota_cost":4,"remaining_quota_after_step":"remaining - 4","request":{"method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50}}}],"preview_search_path":"/v1/companies/search?department=engineering&min_open_roles=8&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality&limit=50","usage_check_request":{"method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"response_fields":["remaining","limit","used","reset_at"],"proceed_when":"remaining >= recommended_min_remaining"},"preview_followup_quota_cost":3,"recommended_min_remaining":3,"preview_followup_sequence":[{"sequence_position":1,"step":"usage_preflight","quota_cost":0,"cumulative_quota_cost":0,"total_followup_quota_cost":3,"remaining_quota_after_step":"remaining","request":{"method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"response_fields":["remaining","limit","used","reset_at"],"proceed_when":"remaining >= recommended_min_remaining"}},{"sequence_position":2,"step":"preview_search","quota_cost":1,"cumulative_quota_cost":1,"total_followup_quota_cost":3,"remaining_quota_after_step":"remaining - 1","request":{"method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50}}},{"sequence_position":3,"step":"preview_trends","quota_cost":1,"cumulative_quota_cost":2,"total_followup_quota_cost":3,"remaining_quota_after_step":"remaining - 2","request":{"method":"GET","endpoint":"/v1/trends/hiring","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","top_company_limit":10}}},{"sequence_position":4,"step":"preview_export_json","quota_cost":1,"cumulative_quota_cost":3,"total_followup_quota_cost":3,"remaining_quota_after_step":"remaining - 3","request":{"method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50}}}],"preview_followup_status":{"status":"ready","next_action_target":"run_preview_followup_sequence","sequence_step_count":4,"first_step":"usage_preflight","final_step":"preview_export_json","usage_preflight_available":true,"preview_search_available":true,"preview_trends_available":true,"preview_export_json_available":true,"preview_followup_quota_cost":3,"recommended_min_remaining":3,"final_remaining_quota_after_sequence":"remaining - 3","proceed_when":"remaining >= recommended_min_remaining"},"preview_search_request":{"method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50}},"preview_trends_path":"/v1/trends/hiring?department=engineering&min_open_roles=8&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality&top_company_limit=10","preview_trends_request":{"method":"GET","endpoint":"/v1/trends/hiring","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","top_company_limit":10}},"preview_export_json_path":"/v1/exports/leads.json?department=engineering&min_open_roles=8&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality&limit=50","preview_export_json_request":{"method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","min_open_roles":8,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality","limit":50}}}]}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"recommend_hiring_saved_searches","when_to_use":"Choose a product-reviewed default lead filter before creating a saved search, export, or alert preview.","does_not_increment_usage":true}}},"/v1/saved-searches/{search_id}/results":{"get":{"tags":["saved searches"],"summary":"Run a saved recruiter lead search","operationId":"saved_search_results_v1_saved_searches__search_id__results_get","parameters":[{"name":"search_id","in":"path","required":true,"schema":{"type":"string","title":"Search Id"}},{"name":"include_roles","in":"query","required":false,"schema":{"type":"boolean","description":"Include full role and history payloads in each matched company.","default":false,"title":"Include Roles"},"description":"Include full role and history payloads in each matched company."},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Saved Search Results V1 Saved Searches  Search Id  Results Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/saved-searches/{search_id}/trends":{"get":{"tags":["saved searches"],"summary":"Summarize hiring trends for a saved recruiter lead search","description":"Run a saved search filter through the aggregate trend model so agents can compare a reviewed cohort without reconstructing query parameters.","operationId":"saved_search_trends_v1_saved_searches__search_id__trends_get","parameters":[{"name":"search_id","in":"path","required":true,"schema":{"type":"string","title":"Search Id"}},{"name":"top_company_limit","in":"query","required":false,"schema":{"type":"integer","maximum":25,"minimum":0,"default":5,"title":"Top Company Limit"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Saved Search Trends V1 Saved Searches  Search Id  Trends Get"},"examples":{"saved_engineering_platform_trends":{"summary":"Aggregate trend snapshot for a saved search","value":{"saved_search":{"id":"srch_example","name":"Engineering platform movers","filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10}},"filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10},"company_count":1,"open_roles":18,"new_roles_14d":7,"average_recruiter_opportunity_score":86,"average_buyer_quality_score":92,"buyer_quality_tiers":{"high_fit":1},"buyer_quality_tier_shares":{"high_fit":1.0},"buyer_quality_review_summary":{"status":"ready","qualified_or_better_count":1,"qualified_or_better_share":1.0,"watch_or_better_count":1,"watch_or_better_share":1.0,"low_fit_count":0,"low_fit_share":0,"recommended_buyer_quality_tier":"high_fit","next_action":"Review and export high or qualified fit accounts."},"buyer_quality_review_handoff":{"status":"ready","recommended_buyer_quality_tier":"high_fit","next_action":"Review and export high or qualified fit accounts.","search_params":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"},"search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality","trends_path":"/v1/trends/hiring?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality"},"strongest_buyer_quality_tier":{"tier":"high_fit","count":1,"share":1.0},"dominant_buyer_quality_tier":{"tier":"high_fit","count":1,"share":1.0},"strongest_buyer_quality_company":{"id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","ats":"greenhouse","open_roles":18,"new_roles_14d":7,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","new_role_signal_confidence":{"status":"observed_movement","confidence":"higher","snapshot_count":3,"reason":"new role count is backed by repeated refresh snapshots."},"evidence_urls":["https://boards.greenhouse.io/northstarcloud"],"evidence_summary":{"primary_url":"https://boards.greenhouse.io/northstarcloud","url_count":1,"sample_role_titles":["Senior Backend Engineer"],"last_seen":"2026-07-30"},"role_sample":[{"title":"Senior Backend Engineer","department":"engineering","location":"Remote US","remote":true}]},"by_industry":{"b2b_saas":{"companies":1,"open_roles":18,"new_roles_14d":7}},"by_ats":{"greenhouse":{"companies":1,"open_roles":18,"new_roles_14d":7}},"by_department":{"engineering":{"open_roles":11,"new_roles_14d":4}},"top_companies":[{"id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","ats":"greenhouse","open_roles":18,"new_roles_14d":7,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","new_role_signal_confidence":{"status":"observed_movement","confidence":"higher","snapshot_count":3,"reason":"new role count is backed by repeated refresh snapshots."},"evidence_urls":["https://boards.greenhouse.io/northstarcloud"],"evidence_summary":{"primary_url":"https://boards.greenhouse.io/northstarcloud","url_count":1,"sample_role_titles":["Senior Backend Engineer"],"last_seen":"2026-07-30"},"role_sample":[{"title":"Senior Backend Engineer","department":"engineering","location":"Remote US","remote":true}]}]}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"summarize_saved_hiring_lead_filter","when_to_use":"Compare aggregate hiring demand for a stored lead filter before running detailed rows or exports."}}},"/v1/saved-searches/{search_id}/copy":{"post":{"tags":["saved searches"],"summary":"Copy a saved recruiter lead search","description":"Clone a reviewed saved search for the current API key so it can be tuned without changing the original.","operationId":"copy_saved_search_v1_saved_searches__search_id__copy_post","parameters":[{"name":"search_id","in":"path","required":true,"schema":{"type":"string","title":"Search Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object","additionalProperties":true},{"type":"null"}],"title":"Payload"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Copy Saved Search V1 Saved Searches  Search Id  Copy Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/saved-searches/{search_id}":{"get":{"tags":["saved searches"],"summary":"Get a saved recruiter lead search","description":"Inspect one saved search definition for the current API key without running the lead query.","operationId":"get_saved_search_v1_saved_searches__search_id__get","parameters":[{"name":"search_id","in":"path","required":true,"schema":{"type":"string","title":"Search Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Get Saved Search V1 Saved Searches  Search Id  Get"},"examples":{"engineering_platform_movers":{"summary":"Saved search definition","value":{"id":"srch_example","name":"Engineering platform movers","filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10}}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"inspect_saved_hiring_lead_filter","when_to_use":"Read a stored lead filter's name, scope, and metadata before deciding whether to run or export it."}},"put":{"tags":["saved searches"],"summary":"Update a saved recruiter lead search","description":"Replace the saved search name and filters for the current API key.","operationId":"update_saved_search_v1_saved_searches__search_id__put","parameters":[{"name":"search_id","in":"path","required":true,"schema":{"type":"string","title":"Search Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Payload"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Saved Search V1 Saved Searches  Search Id  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["saved searches"],"summary":"Delete a saved recruiter lead search","operationId":"delete_saved_search_v1_saved_searches__search_id__delete","parameters":[{"name":"search_id","in":"path","required":true,"schema":{"type":"string","title":"Search Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Delete Saved Search V1 Saved Searches  Search Id  Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/saved-searches/{search_id}/export.csv":{"get":{"tags":["saved searches"],"summary":"Export a saved recruiter lead search as CSV","description":"Run a saved search and return its ranked flattened lead rows as spreadsheet-safe CSV.","operationId":"export_saved_search_csv_v1_saved_searches__search_id__export_csv_get","parameters":[{"name":"search_id","in":"path","required":true,"schema":{"type":"string","title":"Search Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/saved-searches/{search_id}/export.json":{"get":{"tags":["saved searches"],"summary":"Export a saved recruiter lead search as JSON","description":"Run a saved search and return its ranked flattened lead rows as structured JSON.","operationId":"export_saved_search_json_v1_saved_searches__search_id__export_json_get","parameters":[{"name":"search_id","in":"path","required":true,"schema":{"type":"string","title":"Search Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Export Saved Search Json V1 Saved Searches  Search Id  Export Json Get"},"examples":{"saved_engineering_platform_leads":{"summary":"Flattened JSON lead export for a saved search","value":{"saved_search":{"id":"srch_example","name":"Engineering platform movers","filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10}},"count":1,"filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10},"buyer_quality_tiers":{"high_fit":1},"buyer_quality_tier_shares":{"high_fit":1.0},"buyer_quality_review_summary":{"status":"ready","qualified_or_better_count":1,"qualified_or_better_share":1.0,"watch_or_better_count":1,"watch_or_better_share":1.0,"low_fit_count":0,"low_fit_share":0,"recommended_buyer_quality_tier":"high_fit","next_action":"Review and export high or qualified fit accounts."},"buyer_quality_review_handoff":{"status":"ready","recommended_buyer_quality_tier":"high_fit","next_action":"Review and export high or qualified fit accounts.","search_params":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"},"search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality","trends_path":"/v1/trends/hiring?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality"},"buyer_quality_export_segments":[{"buyer_quality_tier":"high_fit","count":1,"share":1.0,"search_params":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"},"search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","search_request":{"description":"Review lead rows for this buyer-quality tier before exporting.","method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_request":{"description":"Export this buyer-quality tier as spreadsheet-safe CSV.","method":"GET","endpoint":"/v1/exports/leads.csv","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}}}],"recommended_buyer_quality_export_segment":{"buyer_quality_tier":"high_fit","count":1,"share":1.0,"search_params":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"},"search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","search_request":{"description":"Review lead rows for this buyer-quality tier before exporting.","method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_request":{"description":"Export this buyer-quality tier as spreadsheet-safe CSV.","method":"GET","endpoint":"/v1/exports/leads.csv","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}}},"buyer_quality_export_next_action":{"status":"ready","next_action":"Review and export high or qualified fit accounts.","next_action_target":"recommended_segment_export_json","usage_check_request":{"description":"Check remaining monthly usage before running quota-bearing export or inspection calls.","method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"query":{},"response_fields":{"remaining":"Number of quota-bearing calls left in the current UTC month.","limit":"Monthly request limit for this API key.","used":"Quota-bearing calls already used in the current UTC month.","reset_at":"UTC timestamp when the current monthly usage window resets."},"proceed_when":"remaining is greater than zero before following quota-bearing handoff requests."},"recommended_followup_quota_cost":4,"recommended_min_remaining":4,"recommended_followup_proceed_when":"remaining is at least 4 before running the recommended follow-up sequence.","recommended_followup_sequence":[{"sequence_position":1,"step":"check_usage","request":{"description":"Check remaining monthly usage before running quota-bearing export or inspection calls.","method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"query":{},"response_fields":{"remaining":"Number of quota-bearing calls left in the current UTC month.","limit":"Monthly request limit for this API key.","used":"Quota-bearing calls already used in the current UTC month.","reset_at":"UTC timestamp when the current monthly usage window resets."},"proceed_when":"remaining is greater than zero before following quota-bearing handoff requests."},"quota_cost":0,"cumulative_quota_cost":0,"total_followup_quota_cost":4,"remaining_quota_after_step":4,"proceed_when":"remaining is at least 4 before running the recommended follow-up sequence."},{"sequence_position":2,"step":"export_recommended_segment_json","request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"quota_cost":1,"cumulative_quota_cost":1,"total_followup_quota_cost":4,"remaining_quota_after_step":3},{"sequence_position":3,"step":"inspect_strongest_lead_profile","request":{"description":"Inspect the strongest buyer-quality account profile before outreach.","method":"GET","endpoint":"/v1/companies/northstar-cloud","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":2,"total_followup_quota_cost":4,"remaining_quota_after_step":2},{"sequence_position":4,"step":"inspect_strongest_lead_jobs","request":{"description":"Review the strongest account's current role evidence.","method":"GET","endpoint":"/v1/companies/northstar-cloud/jobs","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":3,"total_followup_quota_cost":4,"remaining_quota_after_step":1},{"sequence_position":5,"step":"inspect_strongest_lead_history","request":{"description":"Review the strongest account's hiring-signal history.","method":"GET","endpoint":"/v1/companies/northstar-cloud/history","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":4,"total_followup_quota_cost":4,"remaining_quota_after_step":0}],"buyer_quality_tier":"high_fit","count":1,"share":1.0,"search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","search_request":{"description":"Review lead rows for this buyer-quality tier before exporting.","method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_request":{"description":"Export this buyer-quality tier as spreadsheet-safe CSV.","method":"GET","endpoint":"/v1/exports/leads.csv","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"strongest_lead_company_id":"northstar-cloud","strongest_lead_name":"Northstar Cloud","strongest_lead_profile_path":"/v1/companies/northstar-cloud","strongest_lead_profile_request":{"description":"Inspect the strongest buyer-quality account profile before outreach.","method":"GET","endpoint":"/v1/companies/northstar-cloud","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"strongest_lead_jobs_path":"/v1/companies/northstar-cloud/jobs","strongest_lead_jobs_request":{"description":"Review the strongest account's current role evidence.","method":"GET","endpoint":"/v1/companies/northstar-cloud/jobs","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"strongest_lead_history_path":"/v1/companies/northstar-cloud/history","strongest_lead_history_request":{"description":"Review the strongest account's hiring-signal history.","method":"GET","endpoint":"/v1/companies/northstar-cloud/history","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}}},"buyer_quality_export_status":{"status":"ready","lead_count":1,"has_leads":true,"segment_count":1,"next_action_target":"recommended_segment_export_json","usage_check_request":{"description":"Check remaining monthly usage before running quota-bearing export or inspection calls.","method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"query":{},"response_fields":{"remaining":"Number of quota-bearing calls left in the current UTC month.","limit":"Monthly request limit for this API key.","used":"Quota-bearing calls already used in the current UTC month.","reset_at":"UTC timestamp when the current monthly usage window resets."},"proceed_when":"remaining is greater than zero before following quota-bearing handoff requests."},"recommended_followup_quota_cost":4,"recommended_min_remaining":4,"recommended_followup_proceed_when":"remaining is at least 4 before running the recommended follow-up sequence.","recommended_followup_sequence":[{"sequence_position":1,"step":"check_usage","request":{"description":"Check remaining monthly usage before running quota-bearing export or inspection calls.","method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"query":{},"response_fields":{"remaining":"Number of quota-bearing calls left in the current UTC month.","limit":"Monthly request limit for this API key.","used":"Quota-bearing calls already used in the current UTC month.","reset_at":"UTC timestamp when the current monthly usage window resets."},"proceed_when":"remaining is greater than zero before following quota-bearing handoff requests."},"quota_cost":0,"cumulative_quota_cost":0,"total_followup_quota_cost":4,"remaining_quota_after_step":4,"proceed_when":"remaining is at least 4 before running the recommended follow-up sequence."},{"sequence_position":2,"step":"export_recommended_segment_json","request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"quota_cost":1,"cumulative_quota_cost":1,"total_followup_quota_cost":4,"remaining_quota_after_step":3},{"sequence_position":3,"step":"inspect_strongest_lead_profile","request":{"description":"Inspect the strongest buyer-quality account profile before outreach.","method":"GET","endpoint":"/v1/companies/northstar-cloud","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":2,"total_followup_quota_cost":4,"remaining_quota_after_step":2},{"sequence_position":4,"step":"inspect_strongest_lead_jobs","request":{"description":"Review the strongest account's current role evidence.","method":"GET","endpoint":"/v1/companies/northstar-cloud/jobs","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":3,"total_followup_quota_cost":4,"remaining_quota_after_step":1},{"sequence_position":5,"step":"inspect_strongest_lead_history","request":{"description":"Review the strongest account's hiring-signal history.","method":"GET","endpoint":"/v1/companies/northstar-cloud/history","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":4,"total_followup_quota_cost":4,"remaining_quota_after_step":0}],"recommended_buyer_quality_tier":"high_fit","recommended_segment_available":true,"recommended_segment_search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","recommended_segment_search_request":{"description":"Review lead rows for this buyer-quality tier before exporting.","method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"recommended_segment_export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","recommended_segment_export_json_request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"recommended_segment_export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","recommended_segment_export_csv_request":{"description":"Export this buyer-quality tier as spreadsheet-safe CSV.","method":"GET","endpoint":"/v1/exports/leads.csv","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"strongest_lead_available":true,"strongest_lead_company_id":"northstar-cloud","strongest_lead_name":"Northstar Cloud","strongest_lead_buyer_quality_score":92,"strongest_lead_buyer_quality_tier":"high_fit","strongest_lead_buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","strongest_lead_profile_path":"/v1/companies/northstar-cloud","strongest_lead_profile_request":{"description":"Inspect the strongest buyer-quality account profile before outreach.","method":"GET","endpoint":"/v1/companies/northstar-cloud","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"strongest_lead_jobs_path":"/v1/companies/northstar-cloud/jobs","strongest_lead_jobs_request":{"description":"Review the strongest account's current role evidence.","method":"GET","endpoint":"/v1/companies/northstar-cloud/jobs","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"strongest_lead_history_path":"/v1/companies/northstar-cloud/history","strongest_lead_history_request":{"description":"Review the strongest account's hiring-signal history.","method":"GET","endpoint":"/v1/companies/northstar-cloud/history","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"next_action":"Review and export high or qualified fit accounts."},"strongest_buyer_quality_tier":{"tier":"high_fit","count":1,"share":1.0},"dominant_buyer_quality_tier":{"tier":"high_fit","count":1,"share":1.0},"strongest_buyer_quality_lead":{"company_id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","headquarters":"Austin, TX","company_size":"51-200","ats":"greenhouse","remote_policy":"remote_us","open_roles":18,"new_roles_14d":7,"new_role_signal_status":"observed_movement","new_role_signal_confidence":"higher","new_role_signal_note":"new role count is backed by repeated refresh snapshots.","removed_roles_14d":1,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","hiring_velocity_score":80,"top_department":"engineering","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","careers_url":"https://northstar.example/careers","job_board_url":"https://boards.greenhouse.io/northstarcloud","evidence_urls":"https://boards.greenhouse.io/northstarcloud","last_seen":"2026-07-30","sample_roles":"Senior Backend Engineer; Staff Platform Engineer"},"leads":[{"company_id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","headquarters":"Austin, TX","company_size":"51-200","ats":"greenhouse","remote_policy":"remote_us","open_roles":18,"new_roles_14d":7,"new_role_signal_status":"observed_movement","new_role_signal_confidence":"higher","new_role_signal_note":"new role count is backed by repeated refresh snapshots.","removed_roles_14d":1,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","hiring_velocity_score":80,"top_department":"engineering","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","careers_url":"https://northstar.example/careers","job_board_url":"https://boards.greenhouse.io/northstarcloud","evidence_urls":"https://boards.greenhouse.io/northstarcloud","last_seen":"2026-07-30","sample_roles":"Senior Backend Engineer; Staff Platform Engineer"}]}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"export_saved_hiring_lead_filter","when_to_use":"Export a reviewed saved search without reconstructing query parameters.","format":"json"}}},"/v1/alerts":{"get":{"tags":["alerts"],"summary":"List local hiring-signal alert subscriptions","description":"Return alert definitions for the current API key. This MVP stores alert intent but does not send external notifications.","operationId":"list_alerts_v1_alerts_get","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response List Alerts V1 Alerts Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"post":{"tags":["alerts"],"summary":"Create a local hiring-signal alert subscription","description":"Persist a named alert definition using company search filters. Delivery is fixed to `none` until external delivery is approved.","operationId":"create_alert_v1_alerts_post","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Payload"},"examples":{"weekly_platform_movers":{"summary":"Weekly local alert with no external delivery","value":{"name":"Weekly platform movers","filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10},"cadence":"weekly","delivery":"none"}}}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Alert V1 Alerts Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"create_local_hiring_alert","when_to_use":"Store alert intent for a recurring lead filter while keeping external delivery disabled.","delivery_guardrail":"Only `none` is accepted until webhook, email, or chat delivery is explicitly approved."}}},"/v1/alerts/{alert_id}/matches":{"get":{"tags":["alerts"],"summary":"Preview current matches for a local alert subscription","operationId":"alert_matches_v1_alerts__alert_id__matches_get","parameters":[{"name":"alert_id","in":"path","required":true,"schema":{"type":"string","title":"Alert Id"}},{"name":"include_roles","in":"query","required":false,"schema":{"type":"boolean","description":"Include full role and history payloads in each matched company.","default":false,"title":"Include Roles"},"description":"Include full role and history payloads in each matched company."},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Alert Matches V1 Alerts  Alert Id  Matches Get"},"examples":{"current_alert_matches":{"summary":"Compact current matches for an alert","value":{"alert":{"id":"alrt_example","name":"Weekly platform movers","filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10},"cadence":"weekly","delivery":"none"},"count":1,"filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10},"included_roles":false,"companies":[{"id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","ats":"greenhouse","open_roles":18,"new_roles_14d":7,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","new_role_signal_confidence":{"status":"observed_movement","confidence":"higher","snapshot_count":3,"reason":"new role count is backed by repeated refresh snapshots."},"evidence_urls":["https://boards.greenhouse.io/northstarcloud"],"evidence_summary":{"primary_url":"https://boards.greenhouse.io/northstarcloud","url_count":1,"sample_role_titles":["Senior Backend Engineer"],"last_seen":"2026-07-30"},"role_sample":[{"title":"Senior Backend Engineer","department":"engineering","location":"Remote US","remote":true}]}]}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"preview_hiring_alert_matches","when_to_use":"Show current companies matching a stored alert filter before any external delivery exists.","compact_by_default":true}}},"/v1/companies/facets":{"get":{"tags":["companies"],"summary":"Discover available company search facets","description":"Return indexed filter values and counts so recruiters and agents can build valid lead searches before spending search quota.","operationId":"company_search_facets_v1_companies_facets_get","parameters":[{"name":"industry","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["b2b_saas"],"title":"Industry"}},{"name":"ats","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["greenhouse"],"title":"Ats"}},{"name":"location","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["Austin"],"title":"Location"}},{"name":"role_keyword","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["platform"],"title":"Role Keyword"}},{"name":"department","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["engineering"],"title":"Department"}},{"name":"remote","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Remote"}},{"name":"min_open_roles","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min Open Roles"}},{"name":"min_new_roles_14d","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min New Roles 14D"}},{"name":"min_opportunity_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Opportunity Score"}},{"name":"min_buyer_quality_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Buyer Quality Score"}},{"name":"buyer_quality_tier","in":"query","required":false,"schema":{"anyOf":[{"type":"string","pattern":"^(high_fit|qualified_fit|watch_fit|low_fit)$"},{"type":"null"}],"title":"Buyer Quality Tier"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Company Search Facets V1 Companies Facets Get"},"examples":{"available_facets":{"summary":"Available search facets in the current index","value":{"filters":{"min_open_roles":0,"min_new_roles_14d":0,"min_opportunity_score":0,"min_buyer_quality_score":0},"company_count":3,"buyer_quality_tier_shares":{"high_fit":0.333,"qualified_fit":0.667},"buyer_quality_review_summary":{"status":"ready","qualified_or_better_count":3,"qualified_or_better_share":1.0,"watch_or_better_count":3,"watch_or_better_share":1.0,"low_fit_count":0,"low_fit_share":0,"recommended_buyer_quality_tier":"high_fit","next_action":"Review and export high or qualified fit accounts."},"buyer_quality_review_handoff":{"status":"ready","recommended_buyer_quality_tier":"high_fit","next_action":"Review and export high or qualified fit accounts.","search_params":{"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"},"search_path":"/v1/companies/search?buyer_quality_tier=high_fit&sort_by=buyer_quality","trends_path":"/v1/trends/hiring?buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_path":"/v1/exports/leads.json?buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_path":"/v1/exports/leads.csv?buyer_quality_tier=high_fit&sort_by=buyer_quality"},"strongest_buyer_quality_tier":{"tier":"high_fit","count":1,"share":0.333},"dominant_buyer_quality_tier":{"tier":"qualified_fit","count":2,"share":0.667},"strongest_buyer_quality_company":{"id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","ats":"greenhouse","open_roles":18,"new_roles_14d":7,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","new_role_signal_confidence":{"status":"observed_movement","confidence":"higher","snapshot_count":3,"reason":"new role count is backed by repeated refresh snapshots."},"evidence_urls":["https://boards.greenhouse.io/northstarcloud"],"evidence_summary":{"primary_url":"https://boards.greenhouse.io/northstarcloud","url_count":1,"sample_role_titles":["Senior Backend Engineer"],"last_seen":"2026-07-30"},"role_sample":[{"title":"Senior Backend Engineer","department":"engineering","location":"Remote US","remote":true}]},"facets":{"industries":{"b2b_saas":1,"fintech":1,"healthtech":1},"ats":{"ashby":1,"greenhouse":1,"lever":1},"departments":{"clinical":7,"engineering":25,"sales":12},"locations":{"Remote US":3,"Austin, TX":2,"Chicago, IL":2},"remote_policies":{"hybrid":1,"remote_hybrid":1,"remote_us":1},"buyer_quality_tiers":{"high_fit":1,"qualified_fit":2},"role_keywords":{"platform":2,"python":2,"sales":1},"sort_options":["buyer_quality","freshness","name","new_roles","open_roles","opportunity"]}}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"discover_hiring_search_facets","when_to_use":"Inspect available industries, ATS values, departments, locations, role keywords, and sort options before creating a search.","does_not_increment_usage":true}}},"/v1/alerts/{alert_id}/copy":{"post":{"tags":["alerts"],"summary":"Copy a local hiring-signal alert subscription","description":"Clone a local alert definition for the current API key while keeping delivery fixed to `none`.","operationId":"copy_alert_v1_alerts__alert_id__copy_post","parameters":[{"name":"alert_id","in":"path","required":true,"schema":{"type":"string","title":"Alert Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"type":"object","additionalProperties":true},{"type":"null"}],"title":"Payload"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Copy Alert V1 Alerts  Alert Id  Copy Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/alerts/{alert_id}":{"get":{"tags":["alerts"],"summary":"Get a local hiring-signal alert subscription","description":"Inspect one local alert definition for the current API key without previewing matches or sending notifications.","operationId":"get_alert_v1_alerts__alert_id__get","parameters":[{"name":"alert_id","in":"path","required":true,"schema":{"type":"string","title":"Alert Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Get Alert V1 Alerts  Alert Id  Get"},"examples":{"weekly_platform_movers":{"summary":"Local alert definition","value":{"id":"alrt_example","name":"Weekly platform movers","filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":10},"cadence":"weekly","delivery":"none"}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"inspect_local_hiring_alert","when_to_use":"Review a stored local alert's cadence, delivery guardrail, and filters before previewing matches.","delivery_guardrail":"This endpoint only reads alert metadata; delivery remains fixed to `none`."}},"put":{"tags":["alerts"],"summary":"Update a local hiring-signal alert subscription","description":"Replace the local alert name, filters, and cadence. Delivery remains fixed to `none`.","operationId":"update_alert_v1_alerts__alert_id__put","parameters":[{"name":"alert_id","in":"path","required":true,"schema":{"type":"string","title":"Alert Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Payload"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Update Alert V1 Alerts  Alert Id  Put"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"tags":["alerts"],"summary":"Delete a local hiring-signal alert subscription","operationId":"delete_alert_v1_alerts__alert_id__delete","parameters":[{"name":"alert_id","in":"path","required":true,"schema":{"type":"string","title":"Alert Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Delete Alert V1 Alerts  Alert Id  Delete"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/companies/{company_id}":{"get":{"tags":["companies"],"summary":"Get an enriched company hiring-signal profile","operationId":"company_profile_v1_companies__company_id__get","parameters":[{"name":"company_id","in":"path","required":true,"schema":{"type":"string","title":"Company Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Company Profile V1 Companies  Company Id  Get"},"examples":{"company_signal_profile":{"summary":"Full company profile with roles and history","value":{"id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","ats":"greenhouse","open_roles":18,"new_roles_14d":7,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","new_role_signal_confidence":{"status":"observed_movement","confidence":"higher","snapshot_count":3,"reason":"new role count is backed by repeated refresh snapshots."},"evidence_urls":["https://boards.greenhouse.io/northstarcloud"],"evidence_summary":{"primary_url":"https://boards.greenhouse.io/northstarcloud","url_count":1,"sample_role_titles":["Senior Backend Engineer"],"last_seen":"2026-07-30"},"role_sample":[{"title":"Senior Backend Engineer","department":"engineering","location":"Remote US","remote":true}],"roles":[{"id":"northstar-cloud-senior-backend-engineer","title":"Senior Backend Engineer","department":"engineering","seniority":"senior","location":"Remote US","remote":true,"first_seen":"2026-07-25","last_seen":"2026-07-30","keywords":["backend","platform"]}],"history":[{"date":"2026-07-25","open_roles":11,"new_roles_14d":2,"removed_roles_14d":0},{"date":"2026-07-30","open_roles":18,"new_roles_14d":7,"removed_roles_14d":1}]}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"explain_company_signal","when_to_use":"Fetch the full role, evidence, and history payload after selecting a company from search results."}}},"/v1/companies/{company_id}/jobs":{"get":{"tags":["companies"],"summary":"Get indexed current jobs for a company","operationId":"company_jobs_v1_companies__company_id__jobs_get","parameters":[{"name":"company_id","in":"path","required":true,"schema":{"type":"string","title":"Company Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Company Jobs V1 Companies  Company Id  Jobs Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/companies/{company_id}/history":{"get":{"tags":["companies"],"summary":"Get historical hiring snapshots for a company","operationId":"company_history_v1_companies__company_id__history_get","parameters":[{"name":"company_id","in":"path","required":true,"schema":{"type":"string","title":"Company Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Company History V1 Companies  Company Id  History Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/trends/hiring":{"get":{"tags":["trends"],"summary":"Get aggregate hiring trend signals across the index","operationId":"trends_v1_trends_hiring_get","parameters":[{"name":"industry","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["b2b_saas"],"title":"Industry"}},{"name":"ats","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["greenhouse"],"title":"Ats"}},{"name":"location","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["Austin"],"title":"Location"}},{"name":"role_keyword","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["platform"],"title":"Role Keyword"}},{"name":"department","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["engineering"],"title":"Department"}},{"name":"remote","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Remote"}},{"name":"min_open_roles","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min Open Roles"}},{"name":"min_new_roles_14d","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min New Roles 14D"}},{"name":"min_opportunity_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Opportunity Score"}},{"name":"min_buyer_quality_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Buyer Quality Score"}},{"name":"buyer_quality_tier","in":"query","required":false,"schema":{"anyOf":[{"type":"string","pattern":"^(high_fit|qualified_fit|watch_fit|low_fit)$"},{"type":"null"}],"title":"Buyer Quality Tier"}},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","pattern":"^(opportunity|buyer_quality|new_roles|open_roles|freshness|name)$","default":"opportunity","title":"Sort By"}},{"name":"top_company_limit","in":"query","required":false,"schema":{"type":"integer","maximum":25,"minimum":0,"default":5,"title":"Top Company Limit"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Trends V1 Trends Hiring Get"},"examples":{"portfolio_trends":{"summary":"Aggregate hiring trend snapshot","value":{"filters":{"sort_by":"opportunity","top_company_limit":5},"company_count":3,"open_roles":56,"new_roles_14d":18,"average_buyer_quality_score":82.7,"buyer_quality_tiers":{"high_fit":1,"qualified_fit":2},"buyer_quality_tier_shares":{"high_fit":0.333,"qualified_fit":0.667},"buyer_quality_review_summary":{"status":"ready","qualified_or_better_count":3,"qualified_or_better_share":1.0,"watch_or_better_count":3,"watch_or_better_share":1.0,"low_fit_count":0,"low_fit_share":0,"recommended_buyer_quality_tier":"high_fit","next_action":"Review and export high or qualified fit accounts."},"strongest_buyer_quality_tier":{"tier":"high_fit","count":1,"share":0.333},"dominant_buyer_quality_tier":{"tier":"qualified_fit","count":2,"share":0.667},"strongest_buyer_quality_company":{"id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","ats":"greenhouse","open_roles":18,"new_roles_14d":7,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","new_role_signal_confidence":{"status":"observed_movement","confidence":"higher","snapshot_count":3,"reason":"new role count is backed by repeated refresh snapshots."},"evidence_urls":["https://boards.greenhouse.io/northstarcloud"],"evidence_summary":{"primary_url":"https://boards.greenhouse.io/northstarcloud","url_count":1,"sample_role_titles":["Senior Backend Engineer"],"last_seen":"2026-07-30"},"role_sample":[{"title":"Senior Backend Engineer","department":"engineering","location":"Remote US","remote":true}]},"by_industry":{"b2b_saas":{"companies":1,"open_roles":18,"new_roles_14d":7}},"by_ats":{"greenhouse":{"companies":1,"open_roles":18,"new_roles_14d":7}},"by_department":{"engineering":{"open_roles":24,"new_roles_14d":9}},"top_companies":[{"id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","ats":"greenhouse","open_roles":18,"new_roles_14d":7,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","new_role_signal_confidence":{"status":"observed_movement","confidence":"higher","snapshot_count":3,"reason":"new role count is backed by repeated refresh snapshots."},"evidence_urls":["https://boards.greenhouse.io/northstarcloud"],"evidence_summary":{"primary_url":"https://boards.greenhouse.io/northstarcloud","url_count":1,"sample_role_titles":["Senior Backend Engineer"],"last_seen":"2026-07-30"},"role_sample":[{"title":"Senior Backend Engineer","department":"engineering","location":"Remote US","remote":true}]}]}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"get_hiring_trends","when_to_use":"Summarize aggregate hiring activity by industry, ATS, and department before narrowing into companies."}}},"/v1/exports/leads/schema":{"get":{"tags":["exports"],"summary":"Describe recruiter lead export fields","description":"Return field order, basic field types, supported formats, and quota behavior for lead exports.","operationId":"lead_export_schema_v1_exports_leads_schema_get","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Lead Export Schema V1 Exports Leads Schema Get"},"examples":{"lead_export_schema":{"summary":"Lead export field manifest","value":{"formats":["csv","json"],"default_limit":100,"max_limit":500,"quota":{"schema_lookup_increments_usage":false,"csv_export_increments_usage":true,"json_export_increments_usage":true},"fields":[{"name":"company_id","type":"string","description":"Stable account identifier used by profile, jobs, history, saved-search, and alert flows."},{"name":"name","type":"string","description":"Company display name."},{"name":"domain","type":"string","description":"Normalized company domain."},{"name":"industry","type":"string","description":"Current index industry segment."},{"name":"headquarters","type":"string","description":"Known or inferred company headquarters."},{"name":"company_size","type":"string","description":"Approximate public company-size band."},{"name":"ats","type":"string","description":"Public ATS or careers-source family."},{"name":"remote_policy","type":"string","description":"Role-location posture summarized for recruiter filtering."},{"name":"open_roles","type":"integer","description":"Current indexed open role count."},{"name":"new_roles_14d","type":"integer","description":"Roles first seen in the recent hiring window."},{"name":"new_role_signal_status","type":"string","description":"Confidence status for interpreting new_roles_14d, such as observed_movement or first_ingest_baseline."},{"name":"new_role_signal_confidence","type":"string","description":"Confidence band for the recent new-role signal: higher when backed by repeated refreshes, directional when history is thin."},{"name":"new_role_signal_note","type":"string","description":"Plain-language note explaining whether new_roles_14d is repeated movement or may reflect first ingestion."},{"name":"removed_roles_14d","type":"integer","description":"Roles removed in the recent hiring window."},{"name":"recruiter_opportunity_score","type":"integer","description":"Default ranked account score for recruiter lead timing, with buyer fit included to reduce raw-volume dominance."},{"name":"buyer_quality_score","type":"integer","description":"Wedge, size, remote, ATS, and strategic-role fit score behind buyer-quality ranking."},{"name":"buyer_quality_tier","type":"string","description":"Account-fit band derived from buyer_quality_score: high_fit, qualified_fit, watch_fit, or low_fit."},{"name":"buyer_quality_reason","type":"string","description":"Plain-language account-fit rationale paired with buyer_quality_score for export review."},{"name":"hiring_velocity_score","type":"integer","description":"Hiring movement score behind the lead ranking."},{"name":"top_department","type":"string","description":"Department with the largest current role concentration."},{"name":"lead_reason","type":"string","description":"Plain-language evidence-backed reason to review the account."},{"name":"careers_url","type":"string","description":"Company careers page when known."},{"name":"job_board_url","type":"string","description":"Public ATS or job-board source URL."},{"name":"evidence_urls","type":"string","description":"Semicolon-separated evidence URLs in CSV and JSON rows."},{"name":"last_seen","type":"string","description":"Latest date this account was refreshed or observed."},{"name":"sample_roles","type":"string","description":"Semicolon-separated sample role titles for quick review."}]}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"inspect_hiring_lead_export_schema","when_to_use":"Check export field order and meanings before mapping CSV or JSON lead rows into another tool.","does_not_increment_usage":true}}},"/v1/exports/leads.csv":{"get":{"tags":["exports"],"summary":"Export recruiter lead accounts as CSV","description":"Return the same ranked lead index as CSV for review in spreadsheets or lightweight CRM import flows.","operationId":"export_leads_csv_v1_exports_leads_csv_get","parameters":[{"name":"industry","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["b2b_saas"],"title":"Industry"}},{"name":"ats","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["greenhouse"],"title":"Ats"}},{"name":"location","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["Austin"],"title":"Location"}},{"name":"role_keyword","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["platform"],"title":"Role Keyword"}},{"name":"department","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["engineering"],"title":"Department"}},{"name":"remote","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Remote"}},{"name":"min_open_roles","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min Open Roles"}},{"name":"min_new_roles_14d","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min New Roles 14D"}},{"name":"min_opportunity_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Opportunity Score"}},{"name":"min_buyer_quality_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Buyer Quality Score"}},{"name":"buyer_quality_tier","in":"query","required":false,"schema":{"anyOf":[{"type":"string","pattern":"^(high_fit|qualified_fit|watch_fit|low_fit)$"},{"type":"null"}],"title":"Buyer Quality Tier"}},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","pattern":"^(opportunity|buyer_quality|new_roles|open_roles|freshness|name)$","default":"opportunity","title":"Sort By"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":500,"minimum":1,"default":100,"title":"Limit"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/exports/leads.json":{"get":{"tags":["exports"],"summary":"Export recruiter lead accounts as JSON","description":"Return ranked, flattened recruiter lead rows as JSON for agents and downstream tools that should not parse CSV.","operationId":"export_leads_json_v1_exports_leads_json_get","parameters":[{"name":"industry","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["b2b_saas"],"title":"Industry"}},{"name":"ats","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["greenhouse"],"title":"Ats"}},{"name":"location","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["Austin"],"title":"Location"}},{"name":"role_keyword","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["platform"],"title":"Role Keyword"}},{"name":"department","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"examples":["engineering"],"title":"Department"}},{"name":"remote","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Remote"}},{"name":"min_open_roles","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min Open Roles"}},{"name":"min_new_roles_14d","in":"query","required":false,"schema":{"type":"integer","minimum":0,"default":0,"title":"Min New Roles 14D"}},{"name":"min_opportunity_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Opportunity Score"}},{"name":"min_buyer_quality_score","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":0,"default":0,"title":"Min Buyer Quality Score"}},{"name":"buyer_quality_tier","in":"query","required":false,"schema":{"anyOf":[{"type":"string","pattern":"^(high_fit|qualified_fit|watch_fit|low_fit)$"},{"type":"null"}],"title":"Buyer Quality Tier"}},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","pattern":"^(opportunity|buyer_quality|new_roles|open_roles|freshness|name)$","default":"opportunity","title":"Sort By"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":500,"minimum":1,"default":100,"title":"Limit"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Export Leads Json V1 Exports Leads Json Get"},"examples":{"engineering_platform_leads":{"summary":"Flattened JSON lead export for engineering platform movers","value":{"count":1,"filters":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"new_roles","limit":100},"buyer_quality_tiers":{"high_fit":1},"buyer_quality_tier_shares":{"high_fit":1.0},"buyer_quality_review_summary":{"status":"ready","qualified_or_better_count":1,"qualified_or_better_share":1.0,"watch_or_better_count":1,"watch_or_better_share":1.0,"low_fit_count":0,"low_fit_share":0,"recommended_buyer_quality_tier":"high_fit","next_action":"Review and export high or qualified fit accounts."},"buyer_quality_review_handoff":{"status":"ready","recommended_buyer_quality_tier":"high_fit","next_action":"Review and export high or qualified fit accounts.","search_params":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"},"search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality","trends_path":"/v1/trends/hiring?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&buyer_quality_tier=high_fit&sort_by=buyer_quality"},"buyer_quality_export_segments":[{"buyer_quality_tier":"high_fit","count":1,"share":1.0,"search_params":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"},"search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","search_request":{"description":"Review lead rows for this buyer-quality tier before exporting.","method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_request":{"description":"Export this buyer-quality tier as spreadsheet-safe CSV.","method":"GET","endpoint":"/v1/exports/leads.csv","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}}}],"recommended_buyer_quality_export_segment":{"buyer_quality_tier":"high_fit","count":1,"share":1.0,"search_params":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"},"search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","search_request":{"description":"Review lead rows for this buyer-quality tier before exporting.","method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_request":{"description":"Export this buyer-quality tier as spreadsheet-safe CSV.","method":"GET","endpoint":"/v1/exports/leads.csv","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}}},"buyer_quality_export_next_action":{"status":"ready","next_action":"Review and export high or qualified fit accounts.","next_action_target":"recommended_segment_export_json","usage_check_request":{"description":"Check remaining monthly usage before running quota-bearing export or inspection calls.","method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"query":{},"response_fields":{"remaining":"Number of quota-bearing calls left in the current UTC month.","limit":"Monthly request limit for this API key.","used":"Quota-bearing calls already used in the current UTC month.","reset_at":"UTC timestamp when the current monthly usage window resets."},"proceed_when":"remaining is greater than zero before following quota-bearing handoff requests."},"recommended_followup_quota_cost":4,"recommended_min_remaining":4,"recommended_followup_proceed_when":"remaining is at least 4 before running the recommended follow-up sequence.","recommended_followup_sequence":[{"sequence_position":1,"step":"check_usage","request":{"description":"Check remaining monthly usage before running quota-bearing export or inspection calls.","method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"query":{},"response_fields":{"remaining":"Number of quota-bearing calls left in the current UTC month.","limit":"Monthly request limit for this API key.","used":"Quota-bearing calls already used in the current UTC month.","reset_at":"UTC timestamp when the current monthly usage window resets."},"proceed_when":"remaining is greater than zero before following quota-bearing handoff requests."},"quota_cost":0,"cumulative_quota_cost":0,"total_followup_quota_cost":4,"remaining_quota_after_step":4,"proceed_when":"remaining is at least 4 before running the recommended follow-up sequence."},{"sequence_position":2,"step":"export_recommended_segment_json","request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"quota_cost":1,"cumulative_quota_cost":1,"total_followup_quota_cost":4,"remaining_quota_after_step":3},{"sequence_position":3,"step":"inspect_strongest_lead_profile","request":{"description":"Inspect the strongest buyer-quality account profile before outreach.","method":"GET","endpoint":"/v1/companies/northstar-cloud","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":2,"total_followup_quota_cost":4,"remaining_quota_after_step":2},{"sequence_position":4,"step":"inspect_strongest_lead_jobs","request":{"description":"Review the strongest account's current role evidence.","method":"GET","endpoint":"/v1/companies/northstar-cloud/jobs","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":3,"total_followup_quota_cost":4,"remaining_quota_after_step":1},{"sequence_position":5,"step":"inspect_strongest_lead_history","request":{"description":"Review the strongest account's hiring-signal history.","method":"GET","endpoint":"/v1/companies/northstar-cloud/history","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":4,"total_followup_quota_cost":4,"remaining_quota_after_step":0}],"buyer_quality_tier":"high_fit","count":1,"share":1.0,"search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","search_request":{"description":"Review lead rows for this buyer-quality tier before exporting.","method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_json_request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","export_csv_request":{"description":"Export this buyer-quality tier as spreadsheet-safe CSV.","method":"GET","endpoint":"/v1/exports/leads.csv","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"strongest_lead_company_id":"northstar-cloud","strongest_lead_name":"Northstar Cloud","strongest_lead_profile_path":"/v1/companies/northstar-cloud","strongest_lead_profile_request":{"description":"Inspect the strongest buyer-quality account profile before outreach.","method":"GET","endpoint":"/v1/companies/northstar-cloud","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"strongest_lead_jobs_path":"/v1/companies/northstar-cloud/jobs","strongest_lead_jobs_request":{"description":"Review the strongest account's current role evidence.","method":"GET","endpoint":"/v1/companies/northstar-cloud/jobs","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"strongest_lead_history_path":"/v1/companies/northstar-cloud/history","strongest_lead_history_request":{"description":"Review the strongest account's hiring-signal history.","method":"GET","endpoint":"/v1/companies/northstar-cloud/history","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}}},"buyer_quality_export_status":{"status":"ready","lead_count":1,"has_leads":true,"segment_count":1,"next_action_target":"recommended_segment_export_json","usage_check_request":{"description":"Check remaining monthly usage before running quota-bearing export or inspection calls.","method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"query":{},"response_fields":{"remaining":"Number of quota-bearing calls left in the current UTC month.","limit":"Monthly request limit for this API key.","used":"Quota-bearing calls already used in the current UTC month.","reset_at":"UTC timestamp when the current monthly usage window resets."},"proceed_when":"remaining is greater than zero before following quota-bearing handoff requests."},"recommended_followup_quota_cost":4,"recommended_min_remaining":4,"recommended_followup_proceed_when":"remaining is at least 4 before running the recommended follow-up sequence.","recommended_followup_sequence":[{"sequence_position":1,"step":"check_usage","request":{"description":"Check remaining monthly usage before running quota-bearing export or inspection calls.","method":"GET","endpoint":"/v1/usage","auth_header":"X-API-Key","quota_increments_usage":false,"query":{},"response_fields":{"remaining":"Number of quota-bearing calls left in the current UTC month.","limit":"Monthly request limit for this API key.","used":"Quota-bearing calls already used in the current UTC month.","reset_at":"UTC timestamp when the current monthly usage window resets."},"proceed_when":"remaining is greater than zero before following quota-bearing handoff requests."},"quota_cost":0,"cumulative_quota_cost":0,"total_followup_quota_cost":4,"remaining_quota_after_step":4,"proceed_when":"remaining is at least 4 before running the recommended follow-up sequence."},{"sequence_position":2,"step":"export_recommended_segment_json","request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"quota_cost":1,"cumulative_quota_cost":1,"total_followup_quota_cost":4,"remaining_quota_after_step":3},{"sequence_position":3,"step":"inspect_strongest_lead_profile","request":{"description":"Inspect the strongest buyer-quality account profile before outreach.","method":"GET","endpoint":"/v1/companies/northstar-cloud","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":2,"total_followup_quota_cost":4,"remaining_quota_after_step":2},{"sequence_position":4,"step":"inspect_strongest_lead_jobs","request":{"description":"Review the strongest account's current role evidence.","method":"GET","endpoint":"/v1/companies/northstar-cloud/jobs","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":3,"total_followup_quota_cost":4,"remaining_quota_after_step":1},{"sequence_position":5,"step":"inspect_strongest_lead_history","request":{"description":"Review the strongest account's hiring-signal history.","method":"GET","endpoint":"/v1/companies/northstar-cloud/history","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"quota_cost":1,"cumulative_quota_cost":4,"total_followup_quota_cost":4,"remaining_quota_after_step":0}],"recommended_buyer_quality_tier":"high_fit","recommended_segment_available":true,"recommended_segment_search_path":"/v1/companies/search?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","recommended_segment_search_request":{"description":"Review lead rows for this buyer-quality tier before exporting.","method":"GET","endpoint":"/v1/companies/search","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"recommended_segment_export_json_path":"/v1/exports/leads.json?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","recommended_segment_export_json_request":{"description":"Export this buyer-quality tier as JSON for downstream agent handoff.","method":"GET","endpoint":"/v1/exports/leads.json","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"recommended_segment_export_csv_path":"/v1/exports/leads.csv?department=engineering&role_keyword=platform&min_new_roles_14d=5&min_buyer_quality_score=80&limit=100&buyer_quality_tier=high_fit&sort_by=buyer_quality","recommended_segment_export_csv_request":{"description":"Export this buyer-quality tier as spreadsheet-safe CSV.","method":"GET","endpoint":"/v1/exports/leads.csv","auth_header":"X-API-Key","quota_increments_usage":true,"query":{"department":"engineering","role_keyword":"platform","min_new_roles_14d":5,"min_buyer_quality_score":80,"limit":100,"buyer_quality_tier":"high_fit","sort_by":"buyer_quality"}},"strongest_lead_available":true,"strongest_lead_company_id":"northstar-cloud","strongest_lead_name":"Northstar Cloud","strongest_lead_buyer_quality_score":92,"strongest_lead_buyer_quality_tier":"high_fit","strongest_lead_buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","strongest_lead_profile_path":"/v1/companies/northstar-cloud","strongest_lead_profile_request":{"description":"Inspect the strongest buyer-quality account profile before outreach.","method":"GET","endpoint":"/v1/companies/northstar-cloud","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"strongest_lead_jobs_path":"/v1/companies/northstar-cloud/jobs","strongest_lead_jobs_request":{"description":"Review the strongest account's current role evidence.","method":"GET","endpoint":"/v1/companies/northstar-cloud/jobs","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"strongest_lead_history_path":"/v1/companies/northstar-cloud/history","strongest_lead_history_request":{"description":"Review the strongest account's hiring-signal history.","method":"GET","endpoint":"/v1/companies/northstar-cloud/history","auth_header":"X-API-Key","quota_increments_usage":true,"query":{}},"next_action":"Review and export high or qualified fit accounts."},"strongest_buyer_quality_tier":{"tier":"high_fit","count":1,"share":1.0},"dominant_buyer_quality_tier":{"tier":"high_fit","count":1,"share":1.0},"strongest_buyer_quality_lead":{"company_id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","headquarters":"Austin, TX","company_size":"51-200","ats":"greenhouse","remote_policy":"remote_us","open_roles":18,"new_roles_14d":7,"new_role_signal_status":"observed_movement","new_role_signal_confidence":"higher","new_role_signal_note":"new role count is backed by repeated refresh snapshots.","removed_roles_14d":1,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","hiring_velocity_score":80,"top_department":"engineering","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","careers_url":"https://northstar.example/careers","job_board_url":"https://boards.greenhouse.io/northstarcloud","evidence_urls":"https://boards.greenhouse.io/northstarcloud","last_seen":"2026-07-30","sample_roles":"Senior Backend Engineer; Staff Platform Engineer"},"leads":[{"company_id":"northstar-cloud","name":"Northstar Cloud","domain":"northstar.example","industry":"b2b_saas","headquarters":"Austin, TX","company_size":"51-200","ats":"greenhouse","remote_policy":"remote_us","open_roles":18,"new_roles_14d":7,"new_role_signal_status":"observed_movement","new_role_signal_confidence":"higher","new_role_signal_note":"new role count is backed by repeated refresh snapshots.","removed_roles_14d":1,"recruiter_opportunity_score":86,"buyer_quality_score":92,"buyer_quality_tier":"high_fit","buyer_quality_reason":"Buyer fit favors 51-200 b2b saas accounts with supported ATS evidence, remote role signal, and 2 strategic-role signals.","hiring_velocity_score":80,"top_department":"engineering","lead_reason":"Northstar Cloud has 7 newly seen roles, concentrated in engineering and platform teams.","careers_url":"https://northstar.example/careers","job_board_url":"https://boards.greenhouse.io/northstarcloud","evidence_urls":"https://boards.greenhouse.io/northstarcloud","last_seen":"2026-07-30","sample_roles":"Senior Backend Engineer; Staff Platform Engineer"}]}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-agent-action":{"name":"export_hiring_leads_json","when_to_use":"Return structured lead rows for downstream recruiter workflows, enrichment queues, or agent handoff.","format":"json"}}}},"components":{"schemas":{"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}