{
  "id": "wever_supabase_runtime_deployment_pack_v1",
  "name": "Supabase Runtime Deployment Pack v1",
  "version": "1.0.0",
  "status": "deployment_ready_scaffold",
  "motto": "Agentic rails for complex work.",
  "purpose": "Deploy Wever Labs runtime tables, provider activation records, intake dispatch records, Work Order execution bindings, and TokenOps pilot records into Supabase in a controlled order.",
  "deployment_order": [
    "wever-runtime-data-binding-v1.sql",
    "wever-provider-activation-binding-v1.sql",
    "wever-intake-work-order-dispatch-v1.sql",
    "wever-work-order-execution-binding-v1.sql",
    "wever-tokenops-live-pilot-flow-v1.sql",
    "wever-runtime-smoke-tests-v1.sql"
  ],
  "runtime_tables": [
    "agent_onboarding_records",
    "agent_trust_profiles",
    "agent_credential_envelopes",
    "agent_quote_records",
    "settlement_provider_routes",
    "agent_credit_entitlements",
    "agent_run_contracts",
    "agent_task_runs",
    "agent_lifecycle_events",
    "agent_result_contracts",
    "agent_settlement_receipts",
    "agent_usage_receipts",
    "agent_callback_deliveries",
    "agent_result_attestations",
    "runtime_binding_events",
    "provider_webhook_verifications",
    "provider_activation_bindings",
    "credit_funding_events",
    "wever_intake_work_order_dispatches",
    "wever_work_order_creation_events",
    "work_order_execution_bindings",
    "tool_execution_commands",
    "tool_execution_result_events",
    "tokenops_live_pilot_runs",
    "tokenops_live_pilot_events",
    "callback_delivery_bindings",
    "callback_delivery_events",
    "callback_retry_commands"
  ],
  "rls_assumption": "Apply RLS only after service-role function writes and read policies are confirmed for the first controlled pilot path.",
  "service_role_required_for": [
    "runtime writes",
    "provider webhook writes",
    "work order dispatch",
    "execution binding",
    "result persistence",
    "callback retry updates"
  ],
  "first_pilot": "TokenOps controlled pilot execution",
  "public_docs": "https://weverlabs.com/supabase-runtime-deployment/",
  "runtime_functions": [
    "callback-delivery-retry-binding"
  ],
  "sql_files": [
    "/sql/wever-callback-delivery-retry-binding-v1.sql"
  ]
}
