{
  "schema": "paperclip.runner-e2e.result/v2",
  "executionId": "everyday-workflows.runner-codex.local.stop-redirect",
  "suiteId": "everyday-workflows",
  "suiteDefinitionHash": "6235b1f1d9db84760dade756a6d9b2afc96e24ced34138d06a324f599dbdbca2",
  "source": {
    "sha": "2a99de80ec52db01eead901f28323926ceaf3c1d",
    "ref": "refs/heads/master",
    "workflowRunUrl": "https://github.com/paperclipai/paperclip/actions/runs/35508025560"
  },
  "attempt": 1,
  "status": "passed",
  "profileId": "runner-codex",
  "environmentId": "local",
  "caseId": "stop-redirect",
  "provider": "codex",
  "model": "gpt-5.6-sol",
  "runtimeMode": "native",
  "issueId": "05abe979-4226-48c0-8203-47f2fd5b06a5",
  "issueIdentifier": "RUN-1",
  "runIds": [
    "54f5316d-e0fb-46d7-a3e1-997ccc7e62ba",
    "47bad390-3bab-49b4-97f4-6f9561605bae"
  ],
  "startedAt": "2026-09-20T11:42:00.558Z",
  "finishedAt": "2026-09-20T11:42:53.420Z",
  "durationMs": 52862,
  "usage": {
    "runs": [
      {
        "runId": "54f5316d-e0fb-46d7-a3e1-997ccc7e62ba",
        "usage": {
          "model": "gpt-5.6-sol",
          "biller": "openai",
          "costUsd": 0,
          "provider": "openai",
          "costStatus": "reported",
          "billingType": "unknown",
          "inputTokens": 34453,
          "usageSource": "per_run",
          "freshSession": true,
          "outputTokens": 250,
          "sessionReused": false,
          "rawInputTokens": 34453,
          "sessionRotated": false,
          "configFreshness": {
            "session": {
              "reset": true,
              "categories": [
                "adapter",
                "adapterConfig",
                "agentRuntimeConfig",
                "instructions",
                "issueOverrides",
                "workspaceConfig",
                "environment",
                "envBindings",
                "secrets",
                "runtimeSkills"
              ],
              "resetReasons": [
                "effective run configuration fingerprint metadata is missing"
              ],
              "nextFingerprint": "v1:sha256:5d5dee32df53d569918c8145b5e890bc10afe395cc5f66472ecc9ff2fcdcd37b",
              "changedCategories": [
                "adapter",
                "adapterConfig",
                "agentRuntimeConfig",
                "instructions",
                "issueOverrides",
                "workspaceConfig",
                "environment",
                "envBindings",
                "secrets",
                "runtimeSkills"
              ],
              "taskSessionReused": false,
              "fingerprintVersion": 1,
              "taskSessionAvailable": true,
              "storedFingerprintPresent": false
            },
            "version": 1,
            "workspace": {
              "action": "reuse",
              "reasons": [],
              "categories": [
                "mode",
                "projectWorkspace",
                "strategy",
                "repo",
                "lifecycleCommands",
                "runtimeServices",
                "environment",
                "realization"
              ],
              "reuseRequested": true,
              "nextFingerprint": "v1:sha256:ed74a64f0a6b675d212a4b77c9ff49bc89f58b7a8f4168801a559dee59411a2e",
              "workspaceReused": true,
              "activeWorkspaceId": "33ec88c5-e2eb-4e5a-b53b-264dc3e29b35",
              "changedCategories": [],
              "storedFingerprint": "v1:sha256:ed74a64f0a6b675d212a4b77c9ff49bc89f58b7a8f4168801a559dee59411a2e",
              "fingerprintVersion": 1,
              "inferredFingerprint": null,
              "previousWorkspaceId": "33ec88c5-e2eb-4e5a-b53b-264dc3e29b35",
              "configSnapshotRefreshed": false,
              "storedFingerprintPresent": true
            }
          },
          "rawOutputTokens": 250,
          "cachedInputTokens": 17069,
          "taskSessionReused": false,
          "persistedSessionId": "01a0be9f-fc01-7472-aad2-65be8fa59d16",
          "cacheAdjustedCostUsd": 0,
          "rawCachedInputTokens": 17069,
          "sessionRotationReason": null
        }
      },
      {
        "runId": "47bad390-3bab-49b4-97f4-6f9561605bae",
        "usage": null
      }
    ]
  },
  "runtimeUsage": {
    "provider": "local",
    "agentRunDurationMs": 24766,
    "leaseDurationMs": null,
    "leaseCount": 0,
    "costStatus": "not_metered",
    "costSource": "local_not_metered"
  },
  "matcherResults": [
    {
      "matcher": {
        "kind": "json_path",
        "path": "reply-5-stored-once",
        "expected": true
      },
      "passed": true,
      "detail": "A composer submission creates exactly one user message."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "new-direction-delivered",
        "expected": true
      },
      "passed": true,
      "detail": "The new request is answered after Stop and reload."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "stop.workspace-unchanged",
        "expected": true
      },
      "passed": true,
      "detail": "Project files remain unchanged from verified runner stop through the new response."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "stop.no-old-run-active",
        "expected": true
      },
      "passed": true,
      "detail": "The stopped run is terminal after the new response."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "submitted-replies-consumed",
        "expected": true
      },
      "passed": true,
      "detail": "Every submitted user message appears in a successfully completed native execution input."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "native-model-config",
        "expected": true
      },
      "passed": true,
      "detail": "Persisted native execution inputs use the selected model; this does not claim provider-side model identity."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "native-terminal-contract",
        "expected": true
      },
      "passed": true,
      "detail": "Successful runs retain the native terminal contract."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "tasks-done",
        "expected": true
      },
      "passed": true,
      "detail": "Every story task must reach Done."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "settled",
        "expected": true
      },
      "passed": true,
      "detail": "No active runs or scheduled recovery remain."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "native-runtime",
        "expected": true
      },
      "passed": true,
      "detail": "All executions must prove native runtime and runner identity."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "successful-runs",
        "expected": true
      },
      "passed": true,
      "detail": "Only the expected stop or process-loss outcome of an injected interruption is exempt."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "bounded-work",
        "expected": true
      },
      "passed": true,
      "detail": "No more than twelve executions, including child and recovery turns."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "parent-owned-by-lead",
        "expected": true
      },
      "passed": true,
      "detail": "A mentioned worker must not execute on the parent."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "no-pending-bookkeeping",
        "expected": true
      },
      "passed": true,
      "detail": "No completion confirmation or unanswered interaction remains."
    }
  ],
  "screenshots": [
    {
      "id": "final-state",
      "label": "Finished everyday workflow",
      "file": "final-state.png",
      "publication": "public-runner-fixture",
      "sha256": "052c1836332dd8b144726c490cd264444fee1fc57c972b1c362b3d64fa9f3b29"
    }
  ],
  "cleanup": "passed",
  "billing": {
    "llm": {
      "runCount": 2,
      "runsWithTokenUsage": 1,
      "runsWithReportedCost": 1,
      "inputTokens": 34453,
      "outputTokens": 250,
      "cachedInputTokens": 17069,
      "totalTokens": 51772,
      "reportedCostUsd": 0,
      "costStatus": "partial"
    },
    "runtime": {
      "provider": "local",
      "agentRunDurationMs": 24766,
      "leaseDurationMs": null,
      "leaseCount": 0,
      "costStatus": "not_metered",
      "costSource": "local_not_metered"
    },
    "reportedCostUsd": 0,
    "estimatedRuntimeCostUsd": 0,
    "observedAndEstimatedCostUsd": 0,
    "complete": false
  }
}
