{
  "schema": "paperclip.runner-e2e.result/v2",
  "executionId": "lifecycle-baseline.runner-codex.local.lifecycle-question-challenge",
  "suiteId": "lifecycle-baseline",
  "suiteDefinitionHash": "43b3e40fc1e421fedc1925fb62e46ead0480a971e17d63105264139ec2d837c5",
  "source": {
    "sha": "d2a6acddb42b5a4c07886386cb84c47d78a68d19",
    "ref": "refs/heads/codex/lifecycle-behavior-baseline-20260921",
    "workflowRunUrl": "https://github.com/paperclipai/paperclip/actions/runs/35747200170"
  },
  "attempt": 1,
  "status": "passed",
  "profileId": "runner-codex",
  "environmentId": "local",
  "caseId": "lifecycle-question-challenge",
  "provider": "codex",
  "model": "gpt-5.6-sol",
  "runtimeMode": "native",
  "issueId": "b04127aa-456c-4a8f-8beb-cc5efae9d373",
  "issueIdentifier": "RUN-1",
  "runIds": [
    "5c1df591-7cf4-472c-b8cf-4c10c7f53b0b",
    "b04e34f5-9e9e-4cb8-a5f3-e3a19ed2f67b"
  ],
  "startedAt": "2026-09-22T15:32:24.239Z",
  "finishedAt": "2026-09-22T15:33:28.865Z",
  "durationMs": 64626,
  "usage": {
    "runs": [
      {
        "runId": "5c1df591-7cf4-472c-b8cf-4c10c7f53b0b",
        "usage": {
          "model": "gpt-5.6-sol",
          "biller": "openai",
          "costUsd": 0,
          "provider": "openai",
          "costStatus": "reported",
          "billingType": "unknown",
          "inputTokens": 76509,
          "usageSource": "per_run",
          "freshSession": false,
          "outputTokens": 695,
          "sessionReused": true,
          "rawInputTokens": 76509,
          "sessionRotated": false,
          "configFreshness": {
            "session": {
              "reset": false,
              "categories": [
                "adapter",
                "adapterConfig",
                "agentRuntimeConfig",
                "instructions",
                "issueOverrides",
                "workspaceConfig",
                "environment",
                "envBindings",
                "secrets",
                "runtimeSkills"
              ],
              "resetReasons": [],
              "nextFingerprint": "v1:sha256:8945b6786de310e7565c91261a756ae06dd639cf6d6e965257782e2d225313a0",
              "changedCategories": [],
              "taskSessionReused": true,
              "fingerprintVersion": 1,
              "taskSessionAvailable": true,
              "storedFingerprintPresent": true
            },
            "version": 1,
            "workspace": {
              "action": "create",
              "reasons": [],
              "categories": [
                "mode",
                "projectWorkspace",
                "strategy",
                "repo",
                "lifecycleCommands",
                "runtimeServices",
                "environment",
                "realization"
              ],
              "reuseRequested": false,
              "nextFingerprint": "v1:sha256:829805dfd9735431d8a3dbf8aaf7c4be0d9a68494e7300f2665380e20986bcb3",
              "workspaceReused": false,
              "activeWorkspaceId": null,
              "changedCategories": [],
              "storedFingerprint": null,
              "fingerprintVersion": 1,
              "inferredFingerprint": null,
              "previousWorkspaceId": null,
              "configSnapshotRefreshed": false,
              "storedFingerprintPresent": false
            }
          },
          "rawOutputTokens": 695,
          "cachedInputTokens": 73781,
          "taskSessionReused": true,
          "persistedSessionId": "01a0c9bf-5df3-78c2-a2e2-1ca710faa284",
          "cacheAdjustedCostUsd": 0,
          "rawCachedInputTokens": 73781,
          "sessionRotationReason": null
        }
      },
      {
        "runId": "b04e34f5-9e9e-4cb8-a5f3-e3a19ed2f67b",
        "usage": null
      }
    ]
  },
  "runtimeUsage": {
    "provider": "local",
    "agentRunDurationMs": 35780,
    "leaseDurationMs": null,
    "leaseCount": 0,
    "costStatus": "not_metered",
    "costSource": "local_not_metered"
  },
  "matcherResults": [
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.recorded-continuation",
        "expected": true
      },
      "passed": true,
      "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": true,
      "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": true,
      "detail": "Final parent status: done"
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.successful-provider-turns",
        "expected": true
      },
      "passed": true,
      "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.lifecycle.evidence-present",
        "expected": true
      },
      "passed": true,
      "detail": "Every checkpoint must retain lifecycle evidence from the public task API."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.lifecycle.initial.durable-wait",
        "expected": true
      },
      "passed": true,
      "detail": "Waiting must have an identifiable pending interaction, not only an assistant message."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.lifecycle.final.no-active-path",
        "expected": true
      },
      "passed": true,
      "detail": "Completed work has no live run, execution lock, scheduled retry, recovery or monitor."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.lifecycle.final.no-pending-interaction",
        "expected": true
      },
      "passed": true,
      "detail": "Completion has no unresolved interaction."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.lifecycle.answer:29b5b41f-cfc1-4709-8987-efa4e302f9d9",
        "expected": true
      },
      "passed": true,
      "detail": "The original question identity has a durable answer."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.lifecycle.final.preserved-runs",
        "expected": true
      },
      "passed": true,
      "detail": "Original run receipts remain present without duplicated IDs."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "continuation.lifecycle.narrative-exercised",
        "expected": true
      },
      "passed": true,
      "detail": "Exactly one attributed agent comment must carry the selected quotation before the initial wait. Prompt text alone is not evidence."
    }
  ],
  "screenshots": [
    {
      "id": "initial",
      "label": "Continuation: initial",
      "file": "question-continuation-initial.png",
      "publication": "public-runner-fixture",
      "sha256": "8b0dacb7b155c81f72824036f9ace85a30f7b3a40251b6c136bd3f0afed2aa08"
    },
    {
      "id": "final",
      "label": "Continuation: final",
      "file": "final-state.png",
      "publication": "public-runner-fixture",
      "sha256": "2bd0069e6b242517d2966fa3f70fe134e9c09862bc00af59b517e55086f42cbc"
    }
  ],
  "cleanup": "passed",
  "billing": {
    "llm": {
      "runCount": 2,
      "runsWithTokenUsage": 1,
      "runsWithReportedCost": 1,
      "inputTokens": 76509,
      "outputTokens": 695,
      "cachedInputTokens": 73781,
      "totalTokens": 150985,
      "reportedCostUsd": 0,
      "costStatus": "partial"
    },
    "runtime": {
      "provider": "local",
      "agentRunDurationMs": 35780,
      "leaseDurationMs": null,
      "leaseCount": 0,
      "costStatus": "not_metered",
      "costSource": "local_not_metered"
    },
    "reportedCostUsd": 0,
    "estimatedRuntimeCostUsd": 0,
    "observedAndEstimatedCostUsd": 0,
    "complete": false
  }
}
