{
  "schema": "paperclip.runner-e2e.result/v2",
  "executionId": "continuation.runner-acpx-claude.local.provider-question-bridge",
  "suiteId": "continuation",
  "suiteDefinitionHash": "11297988e439df499df8d4d1deb837151c1356ff9542c55903661059f3d7cac6",
  "source": {
    "sha": "9cce36eb098e472bbe517af78a5fa3f3d701df63",
    "ref": "refs/heads/codex/contextual-completion-guidance",
    "workflowRunUrl": "https://github.com/paperclipai/paperclip/actions/runs/35389861197"
  },
  "attempt": 1,
  "status": "failed",
  "failureClass": "candidate_failure",
  "error": "ask only the requested next question\n\n\u001b[2mexpect(\u001b[22m\u001b[31mreceived\u001b[39m\u001b[2m).\u001b[22mtoHaveLength\u001b[2m(\u001b[22m\u001b[32mexpected\u001b[39m\u001b[2m)\u001b[22m\n\nExpected length: \u001b[32m1\u001b[39m\nReceived length: \u001b[31m2\u001b[39m\nReceived array:  \u001b[31m[{\"answerMode\": \"single_select\", \"header\": \"Reference\", \"id\": \"field-1-question_0-ff3fd182d835\", \"options\": [{\"description\": \"Use the AMBER reference in the welcome note.\", \"id\": \"option-1\", \"label\": \"AMBERc669a321b9411\"}, {\"description\": \"Use the COBALT reference in the welcome note.\", \"id\": \"option-2\", \"label\": \"COBALTc669a321b9411\"}], \"prompt\": \"Reference\", \"required\": false}, {\"answerMode\": \"text\", \"header\": \"Other\", \"id\": \"field-2-question_0_custom-81907e9b5082\", \"prompt\": \"Type your own answer instead of choosing an option above (optional).\", \"required\": false, \"textValidation\": {\"inputType\": \"text\"}}]\u001b[39m",
  "profileId": "runner-acpx-claude",
  "environmentId": "local",
  "caseId": "provider-question-bridge",
  "provider": "acpx",
  "model": "claude-sonnet-5",
  "runtimeMode": "native",
  "issueId": "11a9f4c6-925a-4384-8430-1a849771c845",
  "issueIdentifier": "RUN-1",
  "runIds": [
    "ab1d3ab0-5123-4978-a5cc-a85475fabdc9"
  ],
  "startedAt": "2026-09-18T20:15:43.332Z",
  "finishedAt": "2026-09-18T20:18:15.569Z",
  "durationMs": 152237,
  "usage": {
    "model": "claude-sonnet-5",
    "biller": "openai",
    "costUsd": 0,
    "provider": "openai",
    "costStatus": "reported",
    "billingType": "unknown",
    "inputTokens": 0,
    "usageSource": "per_run",
    "freshSession": true,
    "outputTokens": 0,
    "sessionReused": false,
    "rawInputTokens": 0,
    "sessionRotated": false,
    "configFreshness": {
      "session": {
        "reset": true,
        "categories": [
          "adapter",
          "adapterConfig",
          "agentRuntimeConfig",
          "instructions",
          "issueOverrides",
          "workspaceConfig",
          "environment",
          "envBindings",
          "secrets",
          "runtimeSkills"
        ],
        "resetReasons": [],
        "nextFingerprint": "v1:sha256:3eb8c78a7c31e8e9a0c1815652b43737609aa8b6e00ecfd4bb9efe7f7c66386c",
        "changedCategories": [],
        "taskSessionReused": false,
        "fingerprintVersion": 1,
        "taskSessionAvailable": false,
        "storedFingerprintPresent": false
      },
      "version": 1,
      "workspace": {
        "action": "create",
        "reasons": [],
        "categories": [
          "mode",
          "projectWorkspace",
          "strategy",
          "repo",
          "lifecycleCommands",
          "runtimeServices",
          "environment",
          "realization"
        ],
        "reuseRequested": false,
        "nextFingerprint": "v1:sha256:a3f66282865f0752444c6067b0eec2beb11fc9787fabc3a080cbbabfafcab07c",
        "workspaceReused": false,
        "activeWorkspaceId": null,
        "changedCategories": [],
        "storedFingerprint": null,
        "fingerprintVersion": 1,
        "inferredFingerprint": null,
        "previousWorkspaceId": null,
        "configSnapshotRefreshed": false,
        "storedFingerprintPresent": false
      }
    },
    "rawOutputTokens": 0,
    "cachedInputTokens": 0,
    "taskSessionReused": false,
    "persistedSessionId": "d39175d1-2c92-4396-910d-abcbdaa8b7a7",
    "cacheAdjustedCostUsd": 0,
    "rawCachedInputTokens": 0,
    "sessionRotationReason": null
  },
  "runtimeUsage": {
    "provider": "local",
    "agentRunDurationMs": 133235,
    "leaseDurationMs": null,
    "leaseCount": 0,
    "costStatus": "not_metered",
    "costSource": "local_not_metered"
  },
  "matcherResults": [
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.recorded-continuation",
        "expected": true
      },
      "passed": false,
      "detail": "Initial and final turns must both be recorded."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.initial.no-premature-output",
        "expected": true
      },
      "passed": true,
      "detail": "initial: only a plan may exist before the required answer/approval; documents=, attachments=0, status=in_review"
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.updated-output",
        "expected": true
      },
      "passed": false,
      "detail": "Durable output must contain the user's current word, without the superseded or injected word."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.completed-parent",
        "expected": true
      },
      "passed": false,
      "detail": "Final parent status: missing"
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.successful-provider-turns",
        "expected": true
      },
      "passed": false,
      "detail": "Every recorded turn succeeded in the selected runtime."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.no-unrequested-children",
        "expected": true
      },
      "passed": true,
      "detail": "No checkpoint may contain an unrequested child task."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.native-question-round-trip",
        "expected": true
      },
      "passed": false,
      "detail": "A real provider-native card must be answered and resume the same run to completion."
    }
  ],
  "screenshots": [
    {
      "id": "initial",
      "label": "Continuation: initial",
      "file": "question-continuation-initial.png",
      "publication": "public-runner-fixture",
      "sha256": "bb1546b17e6a509f5a479524317d92eac5fdd40531861bd3f7d7bebf760582de"
    },
    {
      "id": "failure",
      "label": "Task state at failure",
      "file": "failure.png",
      "publication": "public-runner-fixture",
      "sha256": "bb1546b17e6a509f5a479524317d92eac5fdd40531861bd3f7d7bebf760582de"
    }
  ],
  "cleanup": "passed",
  "billing": {
    "llm": {
      "runCount": 1,
      "runsWithTokenUsage": 0,
      "runsWithReportedCost": 0,
      "inputTokens": 0,
      "outputTokens": 0,
      "cachedInputTokens": 0,
      "totalTokens": 0,
      "reportedCostUsd": 0,
      "costStatus": "unavailable"
    },
    "runtime": {
      "provider": "local",
      "agentRunDurationMs": 133235,
      "leaseDurationMs": null,
      "leaseCount": 0,
      "costStatus": "not_metered",
      "costSource": "local_not_metered"
    },
    "reportedCostUsd": 0,
    "estimatedRuntimeCostUsd": 0,
    "observedAndEstimatedCostUsd": 0,
    "complete": false
  }
}
