{
  "schema": "paperclip.runner-e2e.result/v2",
  "executionId": "everyday-workflows.runner-codex.daytona.create-skill-studio",
  "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": "daytona",
  "caseId": "create-skill-studio",
  "provider": "codex",
  "model": "gpt-5.6-sol",
  "runtimeMode": "native",
  "issueId": "1383776f-9910-4138-9679-0237739ed270",
  "issueIdentifier": "RUN-1",
  "runIds": [
    "65e4bca6-8495-462a-ac14-140508872d30"
  ],
  "startedAt": "2026-09-20T11:41:49.356Z",
  "finishedAt": "2026-09-20T11:43:04.025Z",
  "durationMs": 74669,
  "usage": {
    "model": "gpt-5.6-sol",
    "biller": "openai",
    "costUsd": 0,
    "provider": "openai",
    "costStatus": "reported",
    "billingType": "unknown",
    "inputTokens": 46594,
    "usageSource": "per_run",
    "freshSession": true,
    "outputTokens": 726,
    "sessionReused": false,
    "rawInputTokens": 46594,
    "sessionRotated": false,
    "configFreshness": {
      "session": {
        "reset": true,
        "categories": [
          "adapter",
          "adapterConfig",
          "agentRuntimeConfig",
          "instructions",
          "issueOverrides",
          "workspaceConfig",
          "environment",
          "envBindings",
          "secrets",
          "runtimeSkills"
        ],
        "resetReasons": [],
        "nextFingerprint": "v1:sha256:14711125f4d89722b23894f4d359e783f09ab1779a45e524cb44c7046fcf3538",
        "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:f6cb05c29e7bd36d7bad0d2385c0e0174e97c14390b183edb075d6dea8e9af90",
        "workspaceReused": false,
        "activeWorkspaceId": "1d124cce-abc8-4502-b135-44a51f62c101",
        "changedCategories": [],
        "storedFingerprint": null,
        "fingerprintVersion": 1,
        "inferredFingerprint": null,
        "previousWorkspaceId": null,
        "configSnapshotRefreshed": false,
        "storedFingerprintPresent": false
      }
    },
    "rawOutputTokens": 726,
    "cachedInputTokens": 30597,
    "taskSessionReused": false,
    "persistedSessionId": "01a0be9f-cd56-7d10-b9c0-5c64e487fba3",
    "cacheAdjustedCostUsd": 0,
    "rawCachedInputTokens": 30597,
    "sessionRotationReason": null
  },
  "runtimeUsage": {
    "provider": "daytona",
    "agentRunDurationMs": 30483,
    "leaseDurationMs": 58123,
    "leaseCount": 1,
    "cpuCores": 4,
    "memoryGiB": 4,
    "diskGiB": 10,
    "estimatedListCostUsd": 0.0043185389,
    "costStatus": "estimated",
    "costSource": "daytona_public_list_price",
    "pricingAsOf": "2026-08-27",
    "pricingUrl": "https://www.daytona.io/pricing"
  },
  "matcherResults": [
    {
      "matcher": {
        "kind": "json_path",
        "path": "skill-persisted",
        "expected": true
      },
      "passed": true,
      "detail": "The runner-created skill is present in the company library after the run."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "feed-card-opened",
        "expected": true
      },
      "passed": true,
      "detail": "The task thread card opened the created skill sidebar."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "studio-edit-persisted",
        "expected": true
      },
      "passed": true,
      "detail": "The Skill Studio edit remains in the persisted skill after returning to the page."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "studio-opened",
        "expected": true
      },
      "passed": true,
      "detail": "The skill detail opened in Skill Studio."
    },
    {
      "matcher": {
        "kind": "json_path",
        "path": "return-content-persisted",
        "expected": true
      },
      "passed": true,
      "detail": "Returning to the task shows the saved Skill Studio edit."
    },
    {
      "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": "79b26ae68cb718de8e3c3bee683673f2c335e02528210088b27841a0f33f21aa"
    }
  ],
  "cleanup": "passed",
  "billing": {
    "llm": {
      "runCount": 1,
      "runsWithTokenUsage": 1,
      "runsWithReportedCost": 1,
      "inputTokens": 46594,
      "outputTokens": 726,
      "cachedInputTokens": 30597,
      "totalTokens": 77917,
      "reportedCostUsd": 0,
      "costStatus": "reported"
    },
    "runtime": {
      "provider": "daytona",
      "agentRunDurationMs": 30483,
      "leaseDurationMs": 58123,
      "leaseCount": 1,
      "cpuCores": 4,
      "memoryGiB": 4,
      "diskGiB": 10,
      "estimatedListCostUsd": 0.0043185389,
      "costStatus": "estimated",
      "costSource": "daytona_public_list_price",
      "pricingAsOf": "2026-08-27",
      "pricingUrl": "https://www.daytona.io/pricing"
    },
    "reportedCostUsd": 0,
    "estimatedRuntimeCostUsd": 0.0043185389,
    "observedAndEstimatedCostUsd": 0.0043185389,
    "complete": true
  }
}
