{
  "manifest_id": "wever_runtime_function_wiring_v1",
  "motto": "Agentic rails for complex work.",
  "environment": [
    "SUPABASE_URL",
    "SUPABASE_SERVICE_ROLE_KEY"
  ],
  "functions": [
    {
      "name": "runtime-data-binding",
      "file": "/netlify/functions/runtime-data-binding.js",
      "tables": [
        "runtime_binding_events",
        "agent_task_runs"
      ]
    },
    {
      "name": "intake-work-order-dispatch",
      "file": "/netlify/functions/intake-work-order-dispatch.js",
      "tables": [
        "wever_intake_work_order_dispatches",
        "wever_work_order_creation_events"
      ]
    },
    {
      "name": "work-order-execution-binding",
      "file": "/netlify/functions/work-order-execution-binding.js",
      "tables": [
        "work_order_execution_bindings",
        "tool_execution_commands"
      ]
    },
    {
      "name": "provider-activation-binding",
      "file": "/netlify/functions/provider-activation-binding.js",
      "tables": [
        "provider_activation_bindings",
        "credit_funding_events",
        "agent_settlement_receipts"
      ]
    },
    {
      "name": "tokenops-live-pilot",
      "file": "/netlify/functions/tokenops-live-pilot.js",
      "tables": [
        "tokenops_live_pilot_runs",
        "tokenops_live_pilot_events"
      ]
    }
  ],
  "next_build": "Callback Delivery + Retry Binding v1",
  "runtime_functions": [
    "callback-delivery-retry-binding"
  ],
  "runtime_tables": [
    "callback_delivery_bindings",
    "callback_delivery_events",
    "callback_retry_commands"
  ],
  "sql_files": [
    "/sql/wever-callback-delivery-retry-binding-v1.sql"
  ]
}
