@cassiomc1/forgeloop 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (720) hide show
  1. package/.cursor/rules/project-loop.mdc +6 -3
  2. package/.github/copilot-instructions.md +5 -0
  3. package/AGENTS.md +6 -0
  4. package/CLAUDE.md +6 -0
  5. package/DOCS_INDEX.md +5 -0
  6. package/ENG/accessibility-eng.md +12 -2
  7. package/ENG/design-code-eng.md +22 -1
  8. package/LOOP_ENGINEERING.md +28 -0
  9. package/PROTOCOL_INTEGRATION.md +26 -0
  10. package/QUALITY_SCORECARD.md +2 -0
  11. package/README.md +11 -0
  12. package/THREAT_MODEL.md +24 -0
  13. package/completions/_forgeloop +4 -1
  14. package/completions/forgeloop.bash +7 -1
  15. package/completions/forgeloop.fish +19 -1
  16. package/docs/AGENT_PROTOCOL_SUMMARY.md +6 -1
  17. package/docs/ARTIFACT_REFERENCE.md +128 -0
  18. package/docs/CLI_REFERENCE.md +84 -1
  19. package/docs/EXECUTION_PROFILE_BENCHMARKS.md +6 -3
  20. package/docs/KNOWLEDGE_SOURCES.md +161 -0
  21. package/docs/MCP.md +1 -1
  22. package/docs/RECIPES.md +31 -0
  23. package/docs/RELEASE_CHECKLIST.md +5 -0
  24. package/docs/STRUCTURAL_QUALITY.md +350 -0
  25. package/docs/TROUBLESHOOTING.md +107 -0
  26. package/package.json +5 -2
  27. package/schemas/config.schema.json +46 -0
  28. package/schemas/preflight.schema.json +2 -1
  29. package/schemas/structural-quality.schema.json +175 -0
  30. package/src/cli.js +18 -0
  31. package/src/commands/quality-baseline.js +28 -0
  32. package/src/commands/quality-status.js +34 -0
  33. package/src/commands/quality-verify.js +30 -0
  34. package/src/core/artifact-registry.js +12 -0
  35. package/src/core/audit.js +38 -0
  36. package/src/core/bundles.js +134 -1
  37. package/src/core/cli-command-definitions.js +45 -0
  38. package/src/core/command-executors.js +16 -0
  39. package/src/core/command-input.js +12 -0
  40. package/src/core/completion-artifacts.js +2 -0
  41. package/src/core/completion.js +42 -0
  42. package/src/core/config.js +3 -0
  43. package/src/core/error-codes.js +73 -0
  44. package/src/core/filesystem.js +18 -3
  45. package/src/core/inspect.js +64 -0
  46. package/src/core/integration-invocation-policy.js +15 -0
  47. package/src/core/integration-resources.js +17 -0
  48. package/src/core/next-action-model.js +11 -1
  49. package/src/core/next-action-phases.js +84 -5
  50. package/src/core/phase.js +9 -1
  51. package/src/core/preflight.js +33 -0
  52. package/src/core/protocol-info.js +15 -0
  53. package/src/core/runtime-context.js +27 -0
  54. package/src/core/schema-validation.js +1 -0
  55. package/src/core/structural-quality/artifacts.js +329 -0
  56. package/src/core/structural-quality/constants.js +67 -0
  57. package/src/core/structural-quality/policy.js +227 -0
  58. package/src/core/structural-quality/provider.js +287 -0
  59. package/src/core/structural-quality/sentrux-mcp.js +477 -0
  60. package/src/core/structural-quality/service.js +1138 -0
  61. package/src/core/structural-quality/source-fingerprint.js +112 -0
  62. package/src/core/structural-quality/status.js +3 -0
  63. package/src/core/task-paths.js +24 -0
  64. package/src/core/templates.js +1 -0
  65. package/src/integration.d.ts +25 -0
  66. package/src/integration.js +14 -0
  67. package/benchmarks/execution-profiles/results/aggregate/codex-quality-repeat5-20260831/api-feature.json +0 -552
  68. package/benchmarks/execution-profiles/results/aggregate/codex-quality-repeat5-20260831/authentication-change.json +0 -552
  69. package/benchmarks/execution-profiles/results/aggregate/codex-quality-repeat5-20260831/documentation-correction.json +0 -558
  70. package/benchmarks/execution-profiles/results/aggregate/codex-quality-repeat5-20260831/infrastructure-release.json +0 -552
  71. package/benchmarks/execution-profiles/results/aggregate/codex-quality-repeat5-20260831/novatask-saas-landing-page.json +0 -558
  72. package/benchmarks/execution-profiles/results/aggregate/codex-quality-repeat5-20260831/small-bug-fix.json +0 -552
  73. package/benchmarks/execution-profiles/results/aggregate/codex-quality-repeat5-20260831/static-landing-page.json +0 -558
  74. package/benchmarks/execution-profiles/results/aggregate/codex-quality-repeat5-20260831/summary.json +0 -231
  75. package/benchmarks/execution-profiles/results/aggregate/codex-repeat5-20260831/api-feature.json +0 -552
  76. package/benchmarks/execution-profiles/results/aggregate/codex-repeat5-20260831/authentication-change.json +0 -552
  77. package/benchmarks/execution-profiles/results/aggregate/codex-repeat5-20260831/documentation-correction.json +0 -558
  78. package/benchmarks/execution-profiles/results/aggregate/codex-repeat5-20260831/infrastructure-release.json +0 -552
  79. package/benchmarks/execution-profiles/results/aggregate/codex-repeat5-20260831/novatask-saas-landing-page.json +0 -558
  80. package/benchmarks/execution-profiles/results/aggregate/codex-repeat5-20260831/small-bug-fix.json +0 -552
  81. package/benchmarks/execution-profiles/results/aggregate/codex-repeat5-20260831/static-landing-page.json +0 -558
  82. package/benchmarks/execution-profiles/results/aggregate/codex-repeat5-20260831/summary.json +0 -231
  83. package/benchmarks/execution-profiles/results/aggregate/codex-tail-repeat20-20260831/api-feature.json +0 -1624
  84. package/benchmarks/execution-profiles/results/aggregate/codex-tail-repeat20-20260831/authentication-change.json +0 -1619
  85. package/benchmarks/execution-profiles/results/aggregate/codex-tail-repeat20-20260831/documentation-correction.json +0 -1539
  86. package/benchmarks/execution-profiles/results/aggregate/codex-tail-repeat20-20260831/infrastructure-release.json +0 -1633
  87. package/benchmarks/execution-profiles/results/aggregate/codex-tail-repeat20-20260831/novatask-saas-landing-page.json +0 -1634
  88. package/benchmarks/execution-profiles/results/aggregate/codex-tail-repeat20-20260831/small-bug-fix.json +0 -1726
  89. package/benchmarks/execution-profiles/results/aggregate/codex-tail-repeat20-20260831/static-landing-page.json +0 -1625
  90. package/benchmarks/execution-profiles/results/aggregate/codex-tail-repeat20-20260831/summary.json +0 -826
  91. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/direct/run-001.json +0 -64
  92. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/direct/run-002.json +0 -64
  93. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/direct/run-003.json +0 -64
  94. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/direct/run-004.json +0 -64
  95. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/direct/run-005.json +0 -64
  96. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopAdaptive/run-001.json +0 -64
  97. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopAdaptive/run-002.json +0 -64
  98. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopAdaptive/run-003.json +0 -64
  99. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopAdaptive/run-004.json +0 -64
  100. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopAdaptive/run-005.json +0 -64
  101. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopBalanced/run-001.json +0 -64
  102. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopBalanced/run-002.json +0 -64
  103. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopBalanced/run-003.json +0 -64
  104. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopBalanced/run-004.json +0 -64
  105. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/api-feature/forgeloopBalanced/run-005.json +0 -64
  106. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/direct/run-001.json +0 -64
  107. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/direct/run-002.json +0 -64
  108. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/direct/run-003.json +0 -64
  109. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/direct/run-004.json +0 -64
  110. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/direct/run-005.json +0 -64
  111. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopAdaptive/run-001.json +0 -64
  112. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopAdaptive/run-002.json +0 -64
  113. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopAdaptive/run-003.json +0 -64
  114. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopAdaptive/run-004.json +0 -64
  115. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopAdaptive/run-005.json +0 -64
  116. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopBalanced/run-001.json +0 -64
  117. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopBalanced/run-002.json +0 -64
  118. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopBalanced/run-003.json +0 -64
  119. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopBalanced/run-004.json +0 -64
  120. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/authentication-change/forgeloopBalanced/run-005.json +0 -64
  121. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/direct/run-001.json +0 -64
  122. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/direct/run-002.json +0 -64
  123. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/direct/run-003.json +0 -64
  124. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/direct/run-004.json +0 -64
  125. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/direct/run-005.json +0 -64
  126. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-001.json +0 -64
  127. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-002.json +0 -64
  128. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-003.json +0 -64
  129. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-004.json +0 -64
  130. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-005.json +0 -64
  131. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopBalanced/run-001.json +0 -64
  132. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopBalanced/run-002.json +0 -64
  133. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopBalanced/run-003.json +0 -64
  134. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopBalanced/run-004.json +0 -64
  135. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/documentation-correction/forgeloopBalanced/run-005.json +0 -64
  136. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/direct/run-001.json +0 -64
  137. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/direct/run-002.json +0 -64
  138. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/direct/run-003.json +0 -64
  139. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/direct/run-004.json +0 -64
  140. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/direct/run-005.json +0 -64
  141. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-001.json +0 -64
  142. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-002.json +0 -64
  143. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-003.json +0 -64
  144. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-004.json +0 -64
  145. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-005.json +0 -64
  146. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-001.json +0 -64
  147. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-002.json +0 -64
  148. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-003.json +0 -64
  149. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-004.json +0 -64
  150. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-005.json +0 -64
  151. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/direct/run-001.json +0 -64
  152. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/direct/run-002.json +0 -64
  153. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/direct/run-003.json +0 -64
  154. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/direct/run-004.json +0 -64
  155. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/direct/run-005.json +0 -64
  156. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-001.json +0 -64
  157. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-002.json +0 -64
  158. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-003.json +0 -64
  159. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-004.json +0 -64
  160. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-005.json +0 -64
  161. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-001.json +0 -64
  162. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-002.json +0 -64
  163. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-003.json +0 -64
  164. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-004.json +0 -64
  165. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-005.json +0 -64
  166. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/direct/run-001.json +0 -64
  167. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/direct/run-002.json +0 -64
  168. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/direct/run-003.json +0 -64
  169. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/direct/run-004.json +0 -64
  170. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/direct/run-005.json +0 -64
  171. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-001.json +0 -64
  172. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-002.json +0 -64
  173. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-003.json +0 -64
  174. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-004.json +0 -64
  175. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-005.json +0 -64
  176. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-001.json +0 -64
  177. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-002.json +0 -64
  178. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-003.json +0 -64
  179. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-004.json +0 -64
  180. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-005.json +0 -64
  181. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/direct/run-001.json +0 -64
  182. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/direct/run-002.json +0 -64
  183. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/direct/run-003.json +0 -64
  184. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/direct/run-004.json +0 -64
  185. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/direct/run-005.json +0 -64
  186. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-001.json +0 -64
  187. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-002.json +0 -64
  188. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-003.json +0 -64
  189. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-004.json +0 -64
  190. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-005.json +0 -64
  191. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopBalanced/run-001.json +0 -64
  192. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopBalanced/run-002.json +0 -64
  193. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopBalanced/run-003.json +0 -64
  194. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopBalanced/run-004.json +0 -64
  195. package/benchmarks/execution-profiles/results/raw/codex-quality-repeat5-20260831/static-landing-page/forgeloopBalanced/run-005.json +0 -64
  196. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/direct/run-001.json +0 -64
  197. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/direct/run-002.json +0 -64
  198. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/direct/run-003.json +0 -64
  199. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/direct/run-004.json +0 -64
  200. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/direct/run-005.json +0 -64
  201. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopAdaptive/run-001.json +0 -64
  202. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopAdaptive/run-002.json +0 -64
  203. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopAdaptive/run-003.json +0 -64
  204. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopAdaptive/run-004.json +0 -64
  205. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopAdaptive/run-005.json +0 -64
  206. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopBalanced/run-001.json +0 -64
  207. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopBalanced/run-002.json +0 -64
  208. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopBalanced/run-003.json +0 -64
  209. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopBalanced/run-004.json +0 -64
  210. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/api-feature/forgeloopBalanced/run-005.json +0 -64
  211. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/direct/run-001.json +0 -64
  212. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/direct/run-002.json +0 -64
  213. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/direct/run-003.json +0 -64
  214. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/direct/run-004.json +0 -64
  215. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/direct/run-005.json +0 -64
  216. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopAdaptive/run-001.json +0 -64
  217. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopAdaptive/run-002.json +0 -64
  218. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopAdaptive/run-003.json +0 -64
  219. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopAdaptive/run-004.json +0 -64
  220. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopAdaptive/run-005.json +0 -64
  221. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopBalanced/run-001.json +0 -64
  222. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopBalanced/run-002.json +0 -64
  223. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopBalanced/run-003.json +0 -64
  224. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopBalanced/run-004.json +0 -64
  225. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/authentication-change/forgeloopBalanced/run-005.json +0 -64
  226. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/direct/run-001.json +0 -64
  227. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/direct/run-002.json +0 -64
  228. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/direct/run-003.json +0 -64
  229. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/direct/run-004.json +0 -64
  230. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/direct/run-005.json +0 -64
  231. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-001.json +0 -64
  232. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-002.json +0 -64
  233. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-003.json +0 -64
  234. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-004.json +0 -64
  235. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopAdaptive/run-005.json +0 -64
  236. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopBalanced/run-001.json +0 -64
  237. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopBalanced/run-002.json +0 -64
  238. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopBalanced/run-003.json +0 -64
  239. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopBalanced/run-004.json +0 -64
  240. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/documentation-correction/forgeloopBalanced/run-005.json +0 -64
  241. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/direct/run-001.json +0 -64
  242. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/direct/run-002.json +0 -64
  243. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/direct/run-003.json +0 -64
  244. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/direct/run-004.json +0 -64
  245. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/direct/run-005.json +0 -64
  246. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-001.json +0 -64
  247. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-002.json +0 -64
  248. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-003.json +0 -64
  249. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-004.json +0 -64
  250. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopAdaptive/run-005.json +0 -64
  251. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-001.json +0 -64
  252. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-002.json +0 -64
  253. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-003.json +0 -64
  254. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-004.json +0 -64
  255. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/infrastructure-release/forgeloopBalanced/run-005.json +0 -64
  256. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/direct/run-001.json +0 -64
  257. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/direct/run-002.json +0 -64
  258. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/direct/run-003.json +0 -64
  259. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/direct/run-004.json +0 -64
  260. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/direct/run-005.json +0 -64
  261. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-001.json +0 -64
  262. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-002.json +0 -64
  263. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-003.json +0 -64
  264. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-004.json +0 -64
  265. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-005.json +0 -64
  266. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-001.json +0 -64
  267. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-002.json +0 -64
  268. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-003.json +0 -64
  269. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-004.json +0 -64
  270. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/novatask-saas-landing-page/forgeloopBalanced/run-005.json +0 -64
  271. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/direct/run-001.json +0 -64
  272. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/direct/run-002.json +0 -64
  273. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/direct/run-003.json +0 -64
  274. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/direct/run-004.json +0 -64
  275. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/direct/run-005.json +0 -64
  276. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-001.json +0 -64
  277. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-002.json +0 -64
  278. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-003.json +0 -64
  279. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-004.json +0 -64
  280. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopAdaptive/run-005.json +0 -64
  281. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-001.json +0 -64
  282. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-002.json +0 -64
  283. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-003.json +0 -64
  284. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-004.json +0 -64
  285. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/small-bug-fix/forgeloopBalanced/run-005.json +0 -64
  286. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/direct/run-001.json +0 -64
  287. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/direct/run-002.json +0 -64
  288. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/direct/run-003.json +0 -64
  289. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/direct/run-004.json +0 -64
  290. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/direct/run-005.json +0 -64
  291. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-001.json +0 -64
  292. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-002.json +0 -64
  293. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-003.json +0 -64
  294. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-004.json +0 -64
  295. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopAdaptive/run-005.json +0 -64
  296. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopBalanced/run-001.json +0 -64
  297. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopBalanced/run-002.json +0 -64
  298. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopBalanced/run-003.json +0 -64
  299. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopBalanced/run-004.json +0 -64
  300. package/benchmarks/execution-profiles/results/raw/codex-repeat5-20260831/static-landing-page/forgeloopBalanced/run-005.json +0 -64
  301. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-001.json +0 -80
  302. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-002.json +0 -80
  303. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-003.json +0 -80
  304. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-004.json +0 -80
  305. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-005.json +0 -80
  306. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-006.json +0 -80
  307. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-007.json +0 -80
  308. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-008.json +0 -80
  309. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-009.json +0 -80
  310. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-010.json +0 -80
  311. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-011.json +0 -80
  312. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-012.json +0 -80
  313. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-013.json +0 -80
  314. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-014.json +0 -80
  315. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-015.json +0 -80
  316. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-016.json +0 -80
  317. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-017.json +0 -80
  318. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-018.json +0 -80
  319. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-019.json +0 -80
  320. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/direct/run-020.json +0 -80
  321. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-001.json +0 -83
  322. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-002.json +0 -83
  323. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-003.json +0 -83
  324. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-004.json +0 -83
  325. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-005.json +0 -83
  326. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-006.json +0 -83
  327. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-007.json +0 -83
  328. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-008.json +0 -83
  329. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-009.json +0 -83
  330. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-010.json +0 -83
  331. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-011.json +0 -83
  332. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-012.json +0 -83
  333. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-013.json +0 -83
  334. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-014.json +0 -83
  335. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-015.json +0 -83
  336. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-016.json +0 -83
  337. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-017.json +0 -83
  338. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-018.json +0 -83
  339. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-019.json +0 -83
  340. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopAdaptive/run-020.json +0 -83
  341. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-001.json +0 -83
  342. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-002.json +0 -83
  343. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-003.json +0 -83
  344. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-004.json +0 -83
  345. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-005.json +0 -83
  346. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-006.json +0 -83
  347. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-007.json +0 -83
  348. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-008.json +0 -83
  349. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-009.json +0 -83
  350. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-010.json +0 -83
  351. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-011.json +0 -83
  352. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-012.json +0 -83
  353. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-013.json +0 -83
  354. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-014.json +0 -83
  355. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-015.json +0 -83
  356. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-016.json +0 -83
  357. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-017.json +0 -83
  358. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-018.json +0 -83
  359. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-019.json +0 -83
  360. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/api-feature/forgeloopBalanced/run-020.json +0 -83
  361. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-001.json +0 -80
  362. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-002.json +0 -80
  363. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-003.json +0 -80
  364. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-004.json +0 -80
  365. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-005.json +0 -80
  366. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-006.json +0 -80
  367. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-007.json +0 -80
  368. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-008.json +0 -80
  369. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-009.json +0 -80
  370. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-010.json +0 -80
  371. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-011.json +0 -80
  372. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-012.json +0 -80
  373. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-013.json +0 -80
  374. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-014.json +0 -80
  375. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-015.json +0 -80
  376. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-016.json +0 -80
  377. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-017.json +0 -80
  378. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-018.json +0 -80
  379. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-019.json +0 -80
  380. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/direct/run-020.json +0 -80
  381. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-001.json +0 -85
  382. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-002.json +0 -85
  383. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-003.json +0 -85
  384. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-004.json +0 -85
  385. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-005.json +0 -85
  386. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-006.json +0 -85
  387. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-007.json +0 -85
  388. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-008.json +0 -85
  389. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-009.json +0 -85
  390. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-010.json +0 -85
  391. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-011.json +0 -85
  392. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-012.json +0 -85
  393. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-013.json +0 -85
  394. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-014.json +0 -85
  395. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-015.json +0 -85
  396. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-016.json +0 -85
  397. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-017.json +0 -85
  398. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-018.json +0 -85
  399. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-019.json +0 -85
  400. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopAdaptive/run-020.json +0 -85
  401. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-001.json +0 -85
  402. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-002.json +0 -85
  403. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-003.json +0 -85
  404. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-004.json +0 -85
  405. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-005.json +0 -85
  406. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-006.json +0 -85
  407. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-007.json +0 -85
  408. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-008.json +0 -85
  409. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-009.json +0 -85
  410. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-010.json +0 -85
  411. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-011.json +0 -85
  412. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-012.json +0 -85
  413. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-013.json +0 -85
  414. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-014.json +0 -85
  415. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-015.json +0 -85
  416. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-016.json +0 -85
  417. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-017.json +0 -85
  418. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-018.json +0 -85
  419. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-019.json +0 -85
  420. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/authentication-change/forgeloopBalanced/run-020.json +0 -85
  421. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-001.json +0 -80
  422. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-002.json +0 -80
  423. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-003.json +0 -80
  424. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-004.json +0 -80
  425. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-005.json +0 -80
  426. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-006.json +0 -80
  427. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-007.json +0 -80
  428. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-008.json +0 -80
  429. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-009.json +0 -80
  430. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-010.json +0 -80
  431. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-011.json +0 -80
  432. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-012.json +0 -80
  433. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-013.json +0 -80
  434. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-014.json +0 -80
  435. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-015.json +0 -80
  436. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-016.json +0 -80
  437. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-017.json +0 -80
  438. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-018.json +0 -80
  439. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-019.json +0 -80
  440. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/direct/run-020.json +0 -80
  441. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-001.json +0 -82
  442. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-002.json +0 -82
  443. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-003.json +0 -82
  444. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-004.json +0 -82
  445. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-005.json +0 -82
  446. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-006.json +0 -82
  447. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-007.json +0 -82
  448. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-008.json +0 -82
  449. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-009.json +0 -82
  450. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-010.json +0 -82
  451. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-011.json +0 -82
  452. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-012.json +0 -82
  453. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-013.json +0 -82
  454. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-014.json +0 -82
  455. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-015.json +0 -82
  456. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-016.json +0 -82
  457. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-017.json +0 -82
  458. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-018.json +0 -82
  459. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-019.json +0 -82
  460. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopAdaptive/run-020.json +0 -82
  461. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-001.json +0 -82
  462. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-002.json +0 -82
  463. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-003.json +0 -82
  464. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-004.json +0 -82
  465. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-005.json +0 -82
  466. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-006.json +0 -82
  467. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-007.json +0 -82
  468. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-008.json +0 -82
  469. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-009.json +0 -82
  470. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-010.json +0 -82
  471. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-011.json +0 -82
  472. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-012.json +0 -82
  473. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-013.json +0 -82
  474. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-014.json +0 -82
  475. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-015.json +0 -82
  476. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-016.json +0 -82
  477. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-017.json +0 -82
  478. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-018.json +0 -82
  479. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-019.json +0 -82
  480. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/documentation-correction/forgeloopBalanced/run-020.json +0 -82
  481. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-001.json +0 -80
  482. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-002.json +0 -80
  483. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-003.json +0 -80
  484. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-004.json +0 -80
  485. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-005.json +0 -80
  486. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-006.json +0 -80
  487. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-007.json +0 -80
  488. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-008.json +0 -80
  489. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-009.json +0 -80
  490. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-010.json +0 -80
  491. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-011.json +0 -80
  492. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-012.json +0 -80
  493. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-013.json +0 -80
  494. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-014.json +0 -80
  495. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-015.json +0 -80
  496. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-016.json +0 -80
  497. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-017.json +0 -80
  498. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-018.json +0 -80
  499. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-019.json +0 -80
  500. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/direct/run-020.json +0 -80
  501. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-001.json +0 -84
  502. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-002.json +0 -84
  503. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-003.json +0 -84
  504. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-004.json +0 -84
  505. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-005.json +0 -84
  506. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-006.json +0 -84
  507. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-007.json +0 -84
  508. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-008.json +0 -84
  509. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-009.json +0 -84
  510. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-010.json +0 -84
  511. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-011.json +0 -84
  512. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-012.json +0 -84
  513. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-013.json +0 -84
  514. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-014.json +0 -84
  515. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-015.json +0 -84
  516. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-016.json +0 -84
  517. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-017.json +0 -84
  518. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-018.json +0 -84
  519. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-019.json +0 -84
  520. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopAdaptive/run-020.json +0 -84
  521. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-001.json +0 -84
  522. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-002.json +0 -84
  523. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-003.json +0 -84
  524. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-004.json +0 -84
  525. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-005.json +0 -84
  526. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-006.json +0 -84
  527. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-007.json +0 -84
  528. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-008.json +0 -84
  529. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-009.json +0 -84
  530. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-010.json +0 -84
  531. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-011.json +0 -84
  532. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-012.json +0 -84
  533. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-013.json +0 -84
  534. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-014.json +0 -84
  535. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-015.json +0 -84
  536. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-016.json +0 -84
  537. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-017.json +0 -84
  538. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-018.json +0 -84
  539. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-019.json +0 -84
  540. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/infrastructure-release/forgeloopBalanced/run-020.json +0 -84
  541. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-001.json +0 -80
  542. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-002.json +0 -80
  543. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-003.json +0 -80
  544. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-004.json +0 -80
  545. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-005.json +0 -80
  546. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-006.json +0 -80
  547. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-007.json +0 -80
  548. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-008.json +0 -80
  549. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-009.json +0 -80
  550. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-010.json +0 -80
  551. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-011.json +0 -80
  552. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-012.json +0 -80
  553. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-013.json +0 -80
  554. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-014.json +0 -80
  555. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-015.json +0 -80
  556. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-016.json +0 -80
  557. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-017.json +0 -80
  558. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-018.json +0 -80
  559. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-019.json +0 -80
  560. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/direct/run-020.json +0 -80
  561. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-001.json +0 -89
  562. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-002.json +0 -89
  563. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-003.json +0 -89
  564. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-004.json +0 -89
  565. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-005.json +0 -89
  566. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-006.json +0 -89
  567. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-007.json +0 -89
  568. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-008.json +0 -89
  569. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-009.json +0 -89
  570. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-010.json +0 -89
  571. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-011.json +0 -89
  572. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-012.json +0 -89
  573. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-013.json +0 -89
  574. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-014.json +0 -89
  575. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-015.json +0 -89
  576. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-016.json +0 -89
  577. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-017.json +0 -89
  578. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-018.json +0 -89
  579. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-019.json +0 -89
  580. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopAdaptive/run-020.json +0 -89
  581. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-001.json +0 -89
  582. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-002.json +0 -89
  583. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-003.json +0 -89
  584. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-004.json +0 -89
  585. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-005.json +0 -89
  586. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-006.json +0 -89
  587. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-007.json +0 -89
  588. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-008.json +0 -89
  589. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-009.json +0 -89
  590. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-010.json +0 -89
  591. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-011.json +0 -89
  592. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-012.json +0 -89
  593. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-013.json +0 -89
  594. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-014.json +0 -89
  595. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-015.json +0 -89
  596. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-016.json +0 -89
  597. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-017.json +0 -89
  598. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-018.json +0 -89
  599. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-019.json +0 -89
  600. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/novatask-saas-landing-page/forgeloopBalanced/run-020.json +0 -89
  601. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-001.json +0 -80
  602. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-002.json +0 -80
  603. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-003.json +0 -80
  604. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-004.json +0 -80
  605. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-005.json +0 -80
  606. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-006.json +0 -80
  607. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-007.json +0 -80
  608. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-008.json +0 -80
  609. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-009.json +0 -80
  610. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-010.json +0 -80
  611. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-011.json +0 -80
  612. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-012.json +0 -80
  613. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-013.json +0 -80
  614. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-014.json +0 -80
  615. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-015.json +0 -80
  616. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-016.json +0 -80
  617. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-017.json +0 -80
  618. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-018.json +0 -80
  619. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-019.json +0 -80
  620. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/direct/run-020.json +0 -80
  621. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-001.json +0 -83
  622. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-002.json +0 -83
  623. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-003.json +0 -83
  624. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-004.json +0 -83
  625. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-005.json +0 -83
  626. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-006.json +0 -83
  627. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-007.json +0 -83
  628. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-008.json +0 -83
  629. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-009.json +0 -83
  630. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-010.json +0 -83
  631. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-011.json +0 -83
  632. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-012.json +0 -83
  633. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-013.json +0 -83
  634. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-014.json +0 -83
  635. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-015.json +0 -83
  636. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-016.json +0 -83
  637. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-017.json +0 -83
  638. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-018.json +0 -83
  639. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-019.json +0 -83
  640. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopAdaptive/run-020.json +0 -83
  641. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-001.json +0 -83
  642. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-002.json +0 -83
  643. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-003.json +0 -83
  644. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-004.json +0 -83
  645. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-005.json +0 -83
  646. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-006.json +0 -83
  647. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-007.json +0 -83
  648. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-008.json +0 -83
  649. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-009.json +0 -83
  650. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-010.json +0 -83
  651. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-011.json +0 -83
  652. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-012.json +0 -83
  653. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-013.json +0 -83
  654. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-014.json +0 -83
  655. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-015.json +0 -83
  656. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-016.json +0 -83
  657. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-017.json +0 -83
  658. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-018.json +0 -83
  659. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-019.json +0 -83
  660. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/small-bug-fix/forgeloopBalanced/run-020.json +0 -83
  661. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-001.json +0 -80
  662. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-002.json +0 -80
  663. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-003.json +0 -80
  664. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-004.json +0 -80
  665. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-005.json +0 -80
  666. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-006.json +0 -80
  667. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-007.json +0 -80
  668. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-008.json +0 -80
  669. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-009.json +0 -80
  670. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-010.json +0 -80
  671. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-011.json +0 -80
  672. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-012.json +0 -80
  673. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-013.json +0 -80
  674. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-014.json +0 -80
  675. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-015.json +0 -80
  676. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-016.json +0 -80
  677. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-017.json +0 -80
  678. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-018.json +0 -80
  679. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-019.json +0 -80
  680. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/direct/run-020.json +0 -80
  681. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-001.json +0 -89
  682. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-002.json +0 -89
  683. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-003.json +0 -89
  684. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-004.json +0 -89
  685. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-005.json +0 -89
  686. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-006.json +0 -89
  687. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-007.json +0 -89
  688. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-008.json +0 -89
  689. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-009.json +0 -89
  690. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-010.json +0 -89
  691. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-011.json +0 -89
  692. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-012.json +0 -89
  693. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-013.json +0 -89
  694. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-014.json +0 -89
  695. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-015.json +0 -89
  696. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-016.json +0 -89
  697. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-017.json +0 -89
  698. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-018.json +0 -89
  699. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-019.json +0 -89
  700. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopAdaptive/run-020.json +0 -89
  701. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-001.json +0 -89
  702. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-002.json +0 -89
  703. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-003.json +0 -89
  704. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-004.json +0 -89
  705. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-005.json +0 -89
  706. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-006.json +0 -89
  707. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-007.json +0 -89
  708. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-008.json +0 -89
  709. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-009.json +0 -89
  710. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-010.json +0 -89
  711. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-011.json +0 -89
  712. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-012.json +0 -89
  713. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-013.json +0 -89
  714. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-014.json +0 -89
  715. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-015.json +0 -89
  716. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-016.json +0 -89
  717. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-017.json +0 -89
  718. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-018.json +0 -89
  719. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-019.json +0 -89
  720. package/benchmarks/execution-profiles/results/raw/codex-tail-repeat20-20260831/static-landing-page/forgeloopBalanced/run-020.json +0 -89
@@ -1,1726 +0,0 @@
1
- {
2
- "schemaVersion": 1,
3
- "benchmarkVersion": "2",
4
- "runSetId": "codex-tail-repeat20-20260831",
5
- "scenarioId": "small-bug-fix",
6
- "expectedProfile": "balanced",
7
- "modeAggregates": {
8
- "direct": {
9
- "runCount": 20,
10
- "verificationSuccessRate": 1,
11
- "usageSources": [
12
- "HOST_REPORTED"
13
- ],
14
- "totalTokens": {
15
- "count": 20,
16
- "average": 56670.1,
17
- "minimum": 55347,
18
- "p25": 55521.25,
19
- "p50": 55881,
20
- "p75": 56258,
21
- "p90": 56989,
22
- "p95": 58769.2,
23
- "maximum": 69850,
24
- "iqr": 736.75,
25
- "mad": 372.5,
26
- "outlierCount": 2
27
- },
28
- "wallClockMs": {
29
- "count": 20,
30
- "average": 18349.0661,
31
- "minimum": 15330.1854,
32
- "p25": 16611.836,
33
- "p50": 18664.3253,
34
- "p75": 19572.3228,
35
- "p90": 21229.0042,
36
- "p95": 21518.0196,
37
- "maximum": 22731.0132,
38
- "iqr": 2960.4868,
39
- "mad": 1686.554,
40
- "outlierCount": 0
41
- },
42
- "verificationCycles": {
43
- "count": 20,
44
- "average": 1,
45
- "minimum": 1,
46
- "p25": 1,
47
- "p50": 1,
48
- "p75": 1,
49
- "p90": 1,
50
- "p95": 1,
51
- "maximum": 1,
52
- "iqr": 0,
53
- "mad": 0,
54
- "outlierCount": 0
55
- },
56
- "comparableSteps": {
57
- "count": 20,
58
- "average": 3,
59
- "minimum": 3,
60
- "p25": 3,
61
- "p50": 3,
62
- "p75": 3,
63
- "p90": 3,
64
- "p95": 3,
65
- "maximum": 3,
66
- "iqr": 0,
67
- "mad": 0,
68
- "outlierCount": 0
69
- },
70
- "tokensPerComparableStep": {
71
- "count": 20,
72
- "average": 18890.0333,
73
- "minimum": 18449,
74
- "p25": 18507.0833,
75
- "p50": 18627,
76
- "p75": 18752.6667,
77
- "p90": 18996.3333,
78
- "p95": 19589.7333,
79
- "maximum": 23283.333333333332,
80
- "iqr": 245.5833,
81
- "mad": 124.1667,
82
- "outlierCount": 2
83
- },
84
- "diagnostics": {
85
- "verificationCycles": {
86
- "count": 20,
87
- "average": 1,
88
- "minimum": 1,
89
- "p25": 1,
90
- "p50": 1,
91
- "p75": 1,
92
- "p90": 1,
93
- "p95": 1,
94
- "maximum": 1,
95
- "iqr": 0,
96
- "mad": 0,
97
- "outlierCount": 0
98
- },
99
- "modelTurns": {
100
- "count": 20,
101
- "average": 1,
102
- "minimum": 1,
103
- "p25": 1,
104
- "p50": 1,
105
- "p75": 1,
106
- "p90": 1,
107
- "p95": 1,
108
- "maximum": 1,
109
- "iqr": 0,
110
- "mad": 0,
111
- "outlierCount": 0
112
- },
113
- "toolCalls": {
114
- "count": 20,
115
- "average": 3.6,
116
- "minimum": 3,
117
- "p25": 3,
118
- "p50": 3.5,
119
- "p75": 4,
120
- "p90": 4.1,
121
- "p95": 5,
122
- "maximum": 5,
123
- "iqr": 1,
124
- "mad": 0.5,
125
- "outlierCount": 0
126
- },
127
- "retries": {
128
- "count": 0,
129
- "average": null,
130
- "minimum": null,
131
- "p25": null,
132
- "p50": null,
133
- "p75": null,
134
- "p90": null,
135
- "p95": null,
136
- "maximum": null,
137
- "iqr": null,
138
- "mad": null,
139
- "outlierCount": 0
140
- },
141
- "correctionCycles": {
142
- "count": 0,
143
- "average": null,
144
- "minimum": null,
145
- "p25": null,
146
- "p50": null,
147
- "p75": null,
148
- "p90": null,
149
- "p95": null,
150
- "maximum": null,
151
- "iqr": null,
152
- "mad": null,
153
- "outlierCount": 0
154
- },
155
- "filesRead": {
156
- "count": 0,
157
- "average": null,
158
- "minimum": null,
159
- "p25": null,
160
- "p50": null,
161
- "p75": null,
162
- "p90": null,
163
- "p95": null,
164
- "maximum": null,
165
- "iqr": null,
166
- "mad": null,
167
- "outlierCount": 0
168
- },
169
- "filesWritten": {
170
- "count": 20,
171
- "average": 1,
172
- "minimum": 1,
173
- "p25": 1,
174
- "p50": 1,
175
- "p75": 1,
176
- "p90": 1,
177
- "p95": 1,
178
- "maximum": 1,
179
- "iqr": 0,
180
- "mad": 0,
181
- "outlierCount": 0
182
- },
183
- "contextRefreshes": {
184
- "count": 0,
185
- "average": null,
186
- "minimum": null,
187
- "p25": null,
188
- "p50": null,
189
- "p75": null,
190
- "p90": null,
191
- "p95": null,
192
- "maximum": null,
193
- "iqr": null,
194
- "mad": null,
195
- "outlierCount": 0
196
- }
197
- },
198
- "contextUsage": {
199
- "sources": [
200
- "UNKNOWN"
201
- ],
202
- "profiles": [],
203
- "measuredRuns": 0,
204
- "totalTokens": {
205
- "count": 0,
206
- "average": null,
207
- "minimum": null,
208
- "p25": null,
209
- "p50": null,
210
- "p75": null,
211
- "p90": null,
212
- "p95": null,
213
- "maximum": null,
214
- "iqr": null,
215
- "mad": null,
216
- "outlierCount": 0
217
- },
218
- "items": {
219
- "taskContext": {
220
- "count": 0,
221
- "average": null,
222
- "minimum": null,
223
- "p25": null,
224
- "p50": null,
225
- "p75": null,
226
- "p90": null,
227
- "p95": null,
228
- "maximum": null,
229
- "iqr": null,
230
- "mad": null,
231
- "outlierCount": 0
232
- },
233
- "guides": {
234
- "count": 0,
235
- "average": null,
236
- "minimum": null,
237
- "p25": null,
238
- "p50": null,
239
- "p75": null,
240
- "p90": null,
241
- "p95": null,
242
- "maximum": null,
243
- "iqr": null,
244
- "mad": null,
245
- "outlierCount": 0
246
- },
247
- "history": {
248
- "count": 0,
249
- "average": null,
250
- "minimum": null,
251
- "p25": null,
252
- "p50": null,
253
- "p75": null,
254
- "p90": null,
255
- "p95": null,
256
- "maximum": null,
257
- "iqr": null,
258
- "mad": null,
259
- "outlierCount": 0
260
- },
261
- "protocolInstructions": {
262
- "count": 0,
263
- "average": null,
264
- "minimum": null,
265
- "p25": null,
266
- "p50": null,
267
- "p75": null,
268
- "p90": null,
269
- "p95": null,
270
- "maximum": null,
271
- "iqr": null,
272
- "mad": null,
273
- "outlierCount": 0
274
- },
275
- "repositoryContext": {
276
- "count": 0,
277
- "average": null,
278
- "minimum": null,
279
- "p25": null,
280
- "p50": null,
281
- "p75": null,
282
- "p90": null,
283
- "p95": null,
284
- "maximum": null,
285
- "iqr": null,
286
- "mad": null,
287
- "outlierCount": 0
288
- },
289
- "other": {
290
- "count": 0,
291
- "average": null,
292
- "minimum": null,
293
- "p25": null,
294
- "p50": null,
295
- "p75": null,
296
- "p90": null,
297
- "p95": null,
298
- "maximum": null,
299
- "iqr": null,
300
- "mad": null,
301
- "outlierCount": 0
302
- }
303
- }
304
- },
305
- "quality": {
306
- "sources": [
307
- "UNKNOWN"
308
- ],
309
- "scores": {
310
- "visualQuality": {
311
- "count": 0,
312
- "average": null,
313
- "minimum": null,
314
- "p25": null,
315
- "p50": null,
316
- "p75": null,
317
- "p90": null,
318
- "p95": null,
319
- "maximum": null,
320
- "iqr": null,
321
- "mad": null,
322
- "outlierCount": 0
323
- },
324
- "responsiveQuality": {
325
- "count": 0,
326
- "average": null,
327
- "minimum": null,
328
- "p25": null,
329
- "p50": null,
330
- "p75": null,
331
- "p90": null,
332
- "p95": null,
333
- "maximum": null,
334
- "iqr": null,
335
- "mad": null,
336
- "outlierCount": 0
337
- },
338
- "accessibility": {
339
- "count": 0,
340
- "average": null,
341
- "minimum": null,
342
- "p25": null,
343
- "p50": null,
344
- "p75": null,
345
- "p90": null,
346
- "p95": null,
347
- "maximum": null,
348
- "iqr": null,
349
- "mad": null,
350
- "outlierCount": 0
351
- },
352
- "interactionPolish": {
353
- "count": 0,
354
- "average": null,
355
- "minimum": null,
356
- "p25": null,
357
- "p50": null,
358
- "p75": null,
359
- "p90": null,
360
- "p95": null,
361
- "maximum": null,
362
- "iqr": null,
363
- "mad": null,
364
- "outlierCount": 0
365
- },
366
- "requirementsCompleteness": {
367
- "count": 0,
368
- "average": null,
369
- "minimum": null,
370
- "p25": null,
371
- "p50": null,
372
- "p75": null,
373
- "p90": null,
374
- "p95": null,
375
- "maximum": null,
376
- "iqr": null,
377
- "mad": null,
378
- "outlierCount": 0
379
- }
380
- }
381
- }
382
- },
383
- "forgeloopBalanced": {
384
- "runCount": 20,
385
- "verificationSuccessRate": 1,
386
- "usageSources": [
387
- "HOST_REPORTED"
388
- ],
389
- "totalTokens": {
390
- "count": 20,
391
- "average": 58337.2,
392
- "minimum": 56730,
393
- "p25": 57276.75,
394
- "p50": 57694.5,
395
- "p75": 57907,
396
- "p90": 58283.1,
397
- "p95": 60376.8,
398
- "maximum": 71925,
399
- "iqr": 630.25,
400
- "mad": 321,
401
- "outlierCount": 2
402
- },
403
- "wallClockMs": {
404
- "count": 20,
405
- "average": 20237.9209,
406
- "minimum": 16923.9356,
407
- "p25": 18568.651,
408
- "p50": 20799.7946,
409
- "p75": 21363.2597,
410
- "p90": 22207.7159,
411
- "p95": 22769.1177,
412
- "maximum": 23586.0939,
413
- "iqr": 2794.6087,
414
- "mad": 1300.1206,
415
- "outlierCount": 0
416
- },
417
- "verificationCycles": {
418
- "count": 20,
419
- "average": 1,
420
- "minimum": 1,
421
- "p25": 1,
422
- "p50": 1,
423
- "p75": 1,
424
- "p90": 1,
425
- "p95": 1,
426
- "maximum": 1,
427
- "iqr": 0,
428
- "mad": 0,
429
- "outlierCount": 0
430
- },
431
- "comparableSteps": {
432
- "count": 20,
433
- "average": 3,
434
- "minimum": 3,
435
- "p25": 3,
436
- "p50": 3,
437
- "p75": 3,
438
- "p90": 3,
439
- "p95": 3,
440
- "maximum": 3,
441
- "iqr": 0,
442
- "mad": 0,
443
- "outlierCount": 0
444
- },
445
- "tokensPerComparableStep": {
446
- "count": 20,
447
- "average": 19445.7333,
448
- "minimum": 18910,
449
- "p25": 19092.25,
450
- "p50": 19231.5,
451
- "p75": 19302.3333,
452
- "p90": 19427.7,
453
- "p95": 20125.6,
454
- "maximum": 23975,
455
- "iqr": 210.0833,
456
- "mad": 107,
457
- "outlierCount": 2
458
- },
459
- "diagnostics": {
460
- "verificationCycles": {
461
- "count": 20,
462
- "average": 1,
463
- "minimum": 1,
464
- "p25": 1,
465
- "p50": 1,
466
- "p75": 1,
467
- "p90": 1,
468
- "p95": 1,
469
- "maximum": 1,
470
- "iqr": 0,
471
- "mad": 0,
472
- "outlierCount": 0
473
- },
474
- "modelTurns": {
475
- "count": 20,
476
- "average": 1,
477
- "minimum": 1,
478
- "p25": 1,
479
- "p50": 1,
480
- "p75": 1,
481
- "p90": 1,
482
- "p95": 1,
483
- "maximum": 1,
484
- "iqr": 0,
485
- "mad": 0,
486
- "outlierCount": 0
487
- },
488
- "toolCalls": {
489
- "count": 20,
490
- "average": 3.65,
491
- "minimum": 3,
492
- "p25": 3,
493
- "p50": 4,
494
- "p75": 4,
495
- "p90": 4.1,
496
- "p95": 5,
497
- "maximum": 5,
498
- "iqr": 1,
499
- "mad": 1,
500
- "outlierCount": 0
501
- },
502
- "retries": {
503
- "count": 0,
504
- "average": null,
505
- "minimum": null,
506
- "p25": null,
507
- "p50": null,
508
- "p75": null,
509
- "p90": null,
510
- "p95": null,
511
- "maximum": null,
512
- "iqr": null,
513
- "mad": null,
514
- "outlierCount": 0
515
- },
516
- "correctionCycles": {
517
- "count": 0,
518
- "average": null,
519
- "minimum": null,
520
- "p25": null,
521
- "p50": null,
522
- "p75": null,
523
- "p90": null,
524
- "p95": null,
525
- "maximum": null,
526
- "iqr": null,
527
- "mad": null,
528
- "outlierCount": 0
529
- },
530
- "filesRead": {
531
- "count": 0,
532
- "average": null,
533
- "minimum": null,
534
- "p25": null,
535
- "p50": null,
536
- "p75": null,
537
- "p90": null,
538
- "p95": null,
539
- "maximum": null,
540
- "iqr": null,
541
- "mad": null,
542
- "outlierCount": 0
543
- },
544
- "filesWritten": {
545
- "count": 20,
546
- "average": 1,
547
- "minimum": 1,
548
- "p25": 1,
549
- "p50": 1,
550
- "p75": 1,
551
- "p90": 1,
552
- "p95": 1,
553
- "maximum": 1,
554
- "iqr": 0,
555
- "mad": 0,
556
- "outlierCount": 0
557
- },
558
- "contextRefreshes": {
559
- "count": 0,
560
- "average": null,
561
- "minimum": null,
562
- "p25": null,
563
- "p50": null,
564
- "p75": null,
565
- "p90": null,
566
- "p95": null,
567
- "maximum": null,
568
- "iqr": null,
569
- "mad": null,
570
- "outlierCount": 0
571
- }
572
- },
573
- "contextUsage": {
574
- "sources": [
575
- "UNKNOWN"
576
- ],
577
- "profiles": [
578
- "balanced"
579
- ],
580
- "measuredRuns": 0,
581
- "totalTokens": {
582
- "count": 0,
583
- "average": null,
584
- "minimum": null,
585
- "p25": null,
586
- "p50": null,
587
- "p75": null,
588
- "p90": null,
589
- "p95": null,
590
- "maximum": null,
591
- "iqr": null,
592
- "mad": null,
593
- "outlierCount": 0
594
- },
595
- "items": {
596
- "taskContext": {
597
- "count": 0,
598
- "average": null,
599
- "minimum": null,
600
- "p25": null,
601
- "p50": null,
602
- "p75": null,
603
- "p90": null,
604
- "p95": null,
605
- "maximum": null,
606
- "iqr": null,
607
- "mad": null,
608
- "outlierCount": 0
609
- },
610
- "guides": {
611
- "count": 0,
612
- "average": null,
613
- "minimum": null,
614
- "p25": null,
615
- "p50": null,
616
- "p75": null,
617
- "p90": null,
618
- "p95": null,
619
- "maximum": null,
620
- "iqr": null,
621
- "mad": null,
622
- "outlierCount": 0
623
- },
624
- "history": {
625
- "count": 0,
626
- "average": null,
627
- "minimum": null,
628
- "p25": null,
629
- "p50": null,
630
- "p75": null,
631
- "p90": null,
632
- "p95": null,
633
- "maximum": null,
634
- "iqr": null,
635
- "mad": null,
636
- "outlierCount": 0
637
- },
638
- "protocolInstructions": {
639
- "count": 0,
640
- "average": null,
641
- "minimum": null,
642
- "p25": null,
643
- "p50": null,
644
- "p75": null,
645
- "p90": null,
646
- "p95": null,
647
- "maximum": null,
648
- "iqr": null,
649
- "mad": null,
650
- "outlierCount": 0
651
- },
652
- "repositoryContext": {
653
- "count": 0,
654
- "average": null,
655
- "minimum": null,
656
- "p25": null,
657
- "p50": null,
658
- "p75": null,
659
- "p90": null,
660
- "p95": null,
661
- "maximum": null,
662
- "iqr": null,
663
- "mad": null,
664
- "outlierCount": 0
665
- },
666
- "other": {
667
- "count": 0,
668
- "average": null,
669
- "minimum": null,
670
- "p25": null,
671
- "p50": null,
672
- "p75": null,
673
- "p90": null,
674
- "p95": null,
675
- "maximum": null,
676
- "iqr": null,
677
- "mad": null,
678
- "outlierCount": 0
679
- }
680
- }
681
- },
682
- "quality": {
683
- "sources": [
684
- "UNKNOWN"
685
- ],
686
- "scores": {
687
- "visualQuality": {
688
- "count": 0,
689
- "average": null,
690
- "minimum": null,
691
- "p25": null,
692
- "p50": null,
693
- "p75": null,
694
- "p90": null,
695
- "p95": null,
696
- "maximum": null,
697
- "iqr": null,
698
- "mad": null,
699
- "outlierCount": 0
700
- },
701
- "responsiveQuality": {
702
- "count": 0,
703
- "average": null,
704
- "minimum": null,
705
- "p25": null,
706
- "p50": null,
707
- "p75": null,
708
- "p90": null,
709
- "p95": null,
710
- "maximum": null,
711
- "iqr": null,
712
- "mad": null,
713
- "outlierCount": 0
714
- },
715
- "accessibility": {
716
- "count": 0,
717
- "average": null,
718
- "minimum": null,
719
- "p25": null,
720
- "p50": null,
721
- "p75": null,
722
- "p90": null,
723
- "p95": null,
724
- "maximum": null,
725
- "iqr": null,
726
- "mad": null,
727
- "outlierCount": 0
728
- },
729
- "interactionPolish": {
730
- "count": 0,
731
- "average": null,
732
- "minimum": null,
733
- "p25": null,
734
- "p50": null,
735
- "p75": null,
736
- "p90": null,
737
- "p95": null,
738
- "maximum": null,
739
- "iqr": null,
740
- "mad": null,
741
- "outlierCount": 0
742
- },
743
- "requirementsCompleteness": {
744
- "count": 0,
745
- "average": null,
746
- "minimum": null,
747
- "p25": null,
748
- "p50": null,
749
- "p75": null,
750
- "p90": null,
751
- "p95": null,
752
- "maximum": null,
753
- "iqr": null,
754
- "mad": null,
755
- "outlierCount": 0
756
- }
757
- }
758
- }
759
- },
760
- "forgeloopAdaptive": {
761
- "runCount": 20,
762
- "verificationSuccessRate": 1,
763
- "usageSources": [
764
- "HOST_REPORTED"
765
- ],
766
- "totalTokens": {
767
- "count": 20,
768
- "average": 60230.45,
769
- "minimum": 56833,
770
- "p25": 57140.25,
771
- "p50": 57615.5,
772
- "p75": 57864.25,
773
- "p90": 71528,
774
- "p95": 71660.65,
775
- "maximum": 71787,
776
- "iqr": 724,
777
- "mad": 364.5,
778
- "outlierCount": 4
779
- },
780
- "wallClockMs": {
781
- "count": 20,
782
- "average": 21294.5926,
783
- "minimum": 18008.8417,
784
- "p25": 20509.5906,
785
- "p50": 21359.3947,
786
- "p75": 21794.7066,
787
- "p90": 23739.2419,
788
- "p95": 24212.519,
789
- "maximum": 24343.4589,
790
- "iqr": 1285.116,
791
- "mad": 647.1247,
792
- "outlierCount": 2
793
- },
794
- "verificationCycles": {
795
- "count": 20,
796
- "average": 1,
797
- "minimum": 1,
798
- "p25": 1,
799
- "p50": 1,
800
- "p75": 1,
801
- "p90": 1,
802
- "p95": 1,
803
- "maximum": 1,
804
- "iqr": 0,
805
- "mad": 0,
806
- "outlierCount": 0
807
- },
808
- "comparableSteps": {
809
- "count": 20,
810
- "average": 3,
811
- "minimum": 3,
812
- "p25": 3,
813
- "p50": 3,
814
- "p75": 3,
815
- "p90": 3,
816
- "p95": 3,
817
- "maximum": 3,
818
- "iqr": 0,
819
- "mad": 0,
820
- "outlierCount": 0
821
- },
822
- "tokensPerComparableStep": {
823
- "count": 20,
824
- "average": 20076.8167,
825
- "minimum": 18944.333333333332,
826
- "p25": 19046.75,
827
- "p50": 19205.1667,
828
- "p75": 19288.0833,
829
- "p90": 23842.6667,
830
- "p95": 23886.8833,
831
- "maximum": 23929,
832
- "iqr": 241.3333,
833
- "mad": 121.5,
834
- "outlierCount": 4
835
- },
836
- "diagnostics": {
837
- "verificationCycles": {
838
- "count": 20,
839
- "average": 1,
840
- "minimum": 1,
841
- "p25": 1,
842
- "p50": 1,
843
- "p75": 1,
844
- "p90": 1,
845
- "p95": 1,
846
- "maximum": 1,
847
- "iqr": 0,
848
- "mad": 0,
849
- "outlierCount": 0
850
- },
851
- "modelTurns": {
852
- "count": 20,
853
- "average": 1,
854
- "minimum": 1,
855
- "p25": 1,
856
- "p50": 1,
857
- "p75": 1,
858
- "p90": 1,
859
- "p95": 1,
860
- "maximum": 1,
861
- "iqr": 0,
862
- "mad": 0,
863
- "outlierCount": 0
864
- },
865
- "toolCalls": {
866
- "count": 20,
867
- "average": 3.95,
868
- "minimum": 3,
869
- "p25": 4,
870
- "p50": 4,
871
- "p75": 4,
872
- "p90": 5,
873
- "p95": 5,
874
- "maximum": 5,
875
- "iqr": 0,
876
- "mad": 0,
877
- "outlierCount": 3
878
- },
879
- "retries": {
880
- "count": 0,
881
- "average": null,
882
- "minimum": null,
883
- "p25": null,
884
- "p50": null,
885
- "p75": null,
886
- "p90": null,
887
- "p95": null,
888
- "maximum": null,
889
- "iqr": null,
890
- "mad": null,
891
- "outlierCount": 0
892
- },
893
- "correctionCycles": {
894
- "count": 0,
895
- "average": null,
896
- "minimum": null,
897
- "p25": null,
898
- "p50": null,
899
- "p75": null,
900
- "p90": null,
901
- "p95": null,
902
- "maximum": null,
903
- "iqr": null,
904
- "mad": null,
905
- "outlierCount": 0
906
- },
907
- "filesRead": {
908
- "count": 0,
909
- "average": null,
910
- "minimum": null,
911
- "p25": null,
912
- "p50": null,
913
- "p75": null,
914
- "p90": null,
915
- "p95": null,
916
- "maximum": null,
917
- "iqr": null,
918
- "mad": null,
919
- "outlierCount": 0
920
- },
921
- "filesWritten": {
922
- "count": 20,
923
- "average": 1,
924
- "minimum": 1,
925
- "p25": 1,
926
- "p50": 1,
927
- "p75": 1,
928
- "p90": 1,
929
- "p95": 1,
930
- "maximum": 1,
931
- "iqr": 0,
932
- "mad": 0,
933
- "outlierCount": 0
934
- },
935
- "contextRefreshes": {
936
- "count": 0,
937
- "average": null,
938
- "minimum": null,
939
- "p25": null,
940
- "p50": null,
941
- "p75": null,
942
- "p90": null,
943
- "p95": null,
944
- "maximum": null,
945
- "iqr": null,
946
- "mad": null,
947
- "outlierCount": 0
948
- }
949
- },
950
- "contextUsage": {
951
- "sources": [
952
- "UNKNOWN"
953
- ],
954
- "profiles": [
955
- "balanced"
956
- ],
957
- "measuredRuns": 0,
958
- "totalTokens": {
959
- "count": 0,
960
- "average": null,
961
- "minimum": null,
962
- "p25": null,
963
- "p50": null,
964
- "p75": null,
965
- "p90": null,
966
- "p95": null,
967
- "maximum": null,
968
- "iqr": null,
969
- "mad": null,
970
- "outlierCount": 0
971
- },
972
- "items": {
973
- "taskContext": {
974
- "count": 0,
975
- "average": null,
976
- "minimum": null,
977
- "p25": null,
978
- "p50": null,
979
- "p75": null,
980
- "p90": null,
981
- "p95": null,
982
- "maximum": null,
983
- "iqr": null,
984
- "mad": null,
985
- "outlierCount": 0
986
- },
987
- "guides": {
988
- "count": 0,
989
- "average": null,
990
- "minimum": null,
991
- "p25": null,
992
- "p50": null,
993
- "p75": null,
994
- "p90": null,
995
- "p95": null,
996
- "maximum": null,
997
- "iqr": null,
998
- "mad": null,
999
- "outlierCount": 0
1000
- },
1001
- "history": {
1002
- "count": 0,
1003
- "average": null,
1004
- "minimum": null,
1005
- "p25": null,
1006
- "p50": null,
1007
- "p75": null,
1008
- "p90": null,
1009
- "p95": null,
1010
- "maximum": null,
1011
- "iqr": null,
1012
- "mad": null,
1013
- "outlierCount": 0
1014
- },
1015
- "protocolInstructions": {
1016
- "count": 0,
1017
- "average": null,
1018
- "minimum": null,
1019
- "p25": null,
1020
- "p50": null,
1021
- "p75": null,
1022
- "p90": null,
1023
- "p95": null,
1024
- "maximum": null,
1025
- "iqr": null,
1026
- "mad": null,
1027
- "outlierCount": 0
1028
- },
1029
- "repositoryContext": {
1030
- "count": 0,
1031
- "average": null,
1032
- "minimum": null,
1033
- "p25": null,
1034
- "p50": null,
1035
- "p75": null,
1036
- "p90": null,
1037
- "p95": null,
1038
- "maximum": null,
1039
- "iqr": null,
1040
- "mad": null,
1041
- "outlierCount": 0
1042
- },
1043
- "other": {
1044
- "count": 0,
1045
- "average": null,
1046
- "minimum": null,
1047
- "p25": null,
1048
- "p50": null,
1049
- "p75": null,
1050
- "p90": null,
1051
- "p95": null,
1052
- "maximum": null,
1053
- "iqr": null,
1054
- "mad": null,
1055
- "outlierCount": 0
1056
- }
1057
- }
1058
- },
1059
- "quality": {
1060
- "sources": [
1061
- "UNKNOWN"
1062
- ],
1063
- "scores": {
1064
- "visualQuality": {
1065
- "count": 0,
1066
- "average": null,
1067
- "minimum": null,
1068
- "p25": null,
1069
- "p50": null,
1070
- "p75": null,
1071
- "p90": null,
1072
- "p95": null,
1073
- "maximum": null,
1074
- "iqr": null,
1075
- "mad": null,
1076
- "outlierCount": 0
1077
- },
1078
- "responsiveQuality": {
1079
- "count": 0,
1080
- "average": null,
1081
- "minimum": null,
1082
- "p25": null,
1083
- "p50": null,
1084
- "p75": null,
1085
- "p90": null,
1086
- "p95": null,
1087
- "maximum": null,
1088
- "iqr": null,
1089
- "mad": null,
1090
- "outlierCount": 0
1091
- },
1092
- "accessibility": {
1093
- "count": 0,
1094
- "average": null,
1095
- "minimum": null,
1096
- "p25": null,
1097
- "p50": null,
1098
- "p75": null,
1099
- "p90": null,
1100
- "p95": null,
1101
- "maximum": null,
1102
- "iqr": null,
1103
- "mad": null,
1104
- "outlierCount": 0
1105
- },
1106
- "interactionPolish": {
1107
- "count": 0,
1108
- "average": null,
1109
- "minimum": null,
1110
- "p25": null,
1111
- "p50": null,
1112
- "p75": null,
1113
- "p90": null,
1114
- "p95": null,
1115
- "maximum": null,
1116
- "iqr": null,
1117
- "mad": null,
1118
- "outlierCount": 0
1119
- },
1120
- "requirementsCompleteness": {
1121
- "count": 0,
1122
- "average": null,
1123
- "minimum": null,
1124
- "p25": null,
1125
- "p50": null,
1126
- "p75": null,
1127
- "p90": null,
1128
- "p95": null,
1129
- "maximum": null,
1130
- "iqr": null,
1131
- "mad": null,
1132
- "outlierCount": 0
1133
- }
1134
- }
1135
- }
1136
- }
1137
- },
1138
- "comparisons": {
1139
- "direct": null,
1140
- "forgeloopBalanced": {
1141
- "comparablePairs": 20,
1142
- "tokenComparablePairs": 20,
1143
- "timeComparablePairs": 20,
1144
- "tokenOverheadPercent": {
1145
- "p50": 2.8741,
1146
- "p95": 8.0642
1147
- },
1148
- "pairedOverheadPercent": {
1149
- "p50": 2.8741,
1150
- "p95": 8.0642
1151
- },
1152
- "distributionDeltaPercent": {
1153
- "p50": 3.2453,
1154
- "p95": 2.7354
1155
- },
1156
- "timeOverheadPercent": {
1157
- "p50": 10.4481,
1158
- "p95": 35.7284
1159
- },
1160
- "pairedRatioDiagnostics": {
1161
- "pairCount": 20,
1162
- "baselineMinimum": 55347,
1163
- "baselineP25": 55521.25,
1164
- "baselineP50": 55881,
1165
- "lowBaselineThreshold": 33528.6,
1166
- "lowBaselinePairCount": 0
1167
- },
1168
- "pairedRuns": [
1169
- {
1170
- "runIndex": 1,
1171
- "directTokens": 58186,
1172
- "candidateTokens": 56796,
1173
- "absoluteDeltaTokens": -1390,
1174
- "pairedOverheadPercent": -2.3889,
1175
- "baselineRegime": "NORMAL"
1176
- },
1177
- {
1178
- "runIndex": 2,
1179
- "directTokens": 55526,
1180
- "candidateTokens": 57889,
1181
- "absoluteDeltaTokens": 2363,
1182
- "pairedOverheadPercent": 4.2557,
1183
- "baselineRegime": "NORMAL"
1184
- },
1185
- {
1186
- "runIndex": 3,
1187
- "directTokens": 56130,
1188
- "candidateTokens": 57327,
1189
- "absoluteDeltaTokens": 1197,
1190
- "pairedOverheadPercent": 2.1325,
1191
- "baselineRegime": "NORMAL"
1192
- },
1193
- {
1194
- "runIndex": 4,
1195
- "directTokens": 55736,
1196
- "candidateTokens": 57420,
1197
- "absoluteDeltaTokens": 1684,
1198
- "pairedOverheadPercent": 3.0214,
1199
- "baselineRegime": "NORMAL"
1200
- },
1201
- {
1202
- "runIndex": 5,
1203
- "directTokens": 55867,
1204
- "candidateTokens": 56730,
1205
- "absoluteDeltaTokens": 863,
1206
- "pairedOverheadPercent": 1.5447,
1207
- "baselineRegime": "NORMAL"
1208
- },
1209
- {
1210
- "runIndex": 6,
1211
- "directTokens": 55975,
1212
- "candidateTokens": 58118,
1213
- "absoluteDeltaTokens": 2143,
1214
- "pairedOverheadPercent": 3.8285,
1215
- "baselineRegime": "NORMAL"
1216
- },
1217
- {
1218
- "runIndex": 7,
1219
- "directTokens": 56252,
1220
- "candidateTokens": 57961,
1221
- "absoluteDeltaTokens": 1709,
1222
- "pairedOverheadPercent": 3.0381,
1223
- "baselineRegime": "NORMAL"
1224
- },
1225
- {
1226
- "runIndex": 8,
1227
- "directTokens": 56311,
1228
- "candidateTokens": 57691,
1229
- "absoluteDeltaTokens": 1380,
1230
- "pairedOverheadPercent": 2.4507,
1231
- "baselineRegime": "NORMAL"
1232
- },
1233
- {
1234
- "runIndex": 9,
1235
- "directTokens": 55499,
1236
- "candidateTokens": 71925,
1237
- "absoluteDeltaTokens": 16426,
1238
- "pairedOverheadPercent": 29.5969,
1239
- "baselineRegime": "NORMAL"
1240
- },
1241
- {
1242
- "runIndex": 10,
1243
- "directTokens": 55347,
1244
- "candidateTokens": 57494,
1245
- "absoluteDeltaTokens": 2147,
1246
- "pairedOverheadPercent": 3.8792,
1247
- "baselineRegime": "NORMAL"
1248
- },
1249
- {
1250
- "runIndex": 11,
1251
- "directTokens": 55356,
1252
- "candidateTokens": 57793,
1253
- "absoluteDeltaTokens": 2437,
1254
- "pairedOverheadPercent": 4.4024,
1255
- "baselineRegime": "NORMAL"
1256
- },
1257
- {
1258
- "runIndex": 12,
1259
- "directTokens": 55964,
1260
- "candidateTokens": 57490,
1261
- "absoluteDeltaTokens": 1526,
1262
- "pairedOverheadPercent": 2.7268,
1263
- "baselineRegime": "NORMAL"
1264
- },
1265
- {
1266
- "runIndex": 13,
1267
- "directTokens": 55895,
1268
- "candidateTokens": 59769,
1269
- "absoluteDeltaTokens": 3874,
1270
- "pairedOverheadPercent": 6.9309,
1271
- "baselineRegime": "NORMAL"
1272
- },
1273
- {
1274
- "runIndex": 14,
1275
- "directTokens": 55763,
1276
- "candidateTokens": 57126,
1277
- "absoluteDeltaTokens": 1363,
1278
- "pairedOverheadPercent": 2.4443,
1279
- "baselineRegime": "NORMAL"
1280
- },
1281
- {
1282
- "runIndex": 15,
1283
- "directTokens": 55506,
1284
- "candidateTokens": 56999,
1285
- "absoluteDeltaTokens": 1493,
1286
- "pairedOverheadPercent": 2.6898,
1287
- "baselineRegime": "NORMAL"
1288
- },
1289
- {
1290
- "runIndex": 16,
1291
- "directTokens": 56276,
1292
- "candidateTokens": 56933,
1293
- "absoluteDeltaTokens": 657,
1294
- "pairedOverheadPercent": 1.1675,
1295
- "baselineRegime": "NORMAL"
1296
- },
1297
- {
1298
- "runIndex": 17,
1299
- "directTokens": 55600,
1300
- "candidateTokens": 57753,
1301
- "absoluteDeltaTokens": 2153,
1302
- "pairedOverheadPercent": 3.8723,
1303
- "baselineRegime": "NORMAL"
1304
- },
1305
- {
1306
- "runIndex": 18,
1307
- "directTokens": 69850,
1308
- "candidateTokens": 57763,
1309
- "absoluteDeltaTokens": -12087,
1310
- "pairedOverheadPercent": -17.3042,
1311
- "baselineRegime": "NORMAL"
1312
- },
1313
- {
1314
- "runIndex": 19,
1315
- "directTokens": 55507,
1316
- "candidateTokens": 57698,
1317
- "absoluteDeltaTokens": 2191,
1318
- "pairedOverheadPercent": 3.9472,
1319
- "baselineRegime": "NORMAL"
1320
- },
1321
- {
1322
- "runIndex": 20,
1323
- "directTokens": 56856,
1324
- "candidateTokens": 58069,
1325
- "absoluteDeltaTokens": 1213,
1326
- "pairedOverheadPercent": 2.1335,
1327
- "baselineRegime": "NORMAL"
1328
- }
1329
- ],
1330
- "claimStatus": "OBSERVATIONAL",
1331
- "claimAllowed": true,
1332
- "reason": "Trusted usage, actual timing, verification, and matching comparability metadata are present.",
1333
- "tail": {
1334
- "sampleMinimum": 20,
1335
- "sampleCount": 20,
1336
- "p95TokenOverheadPercent": 8.0642,
1337
- "pairedOverheadP95Percent": 8.0642,
1338
- "distributionP95DeltaPercent": 2.7354,
1339
- "outlierCount": 2,
1340
- "status": "TAIL_WARNING",
1341
- "pairedStatus": "TAIL_WARNING",
1342
- "distributionStatus": "TAIL_ACCEPTABLE",
1343
- "combinedInterpretation": "TAIL_CONSISTENT"
1344
- }
1345
- },
1346
- "forgeloopAdaptive": {
1347
- "comparablePairs": 20,
1348
- "tokenComparablePairs": 20,
1349
- "timeComparablePairs": 20,
1350
- "tokenOverheadPercent": {
1351
- "p50": 2.8677,
1352
- "p95": 28.3485
1353
- },
1354
- "pairedOverheadPercent": {
1355
- "p50": 2.8677,
1356
- "p95": 28.3485
1357
- },
1358
- "distributionDeltaPercent": {
1359
- "p50": 3.1039,
1360
- "p95": 21.9357
1361
- },
1362
- "timeOverheadPercent": {
1363
- "p50": 15.294,
1364
- "p95": 32.237
1365
- },
1366
- "pairedRatioDiagnostics": {
1367
- "pairCount": 20,
1368
- "baselineMinimum": 55347,
1369
- "baselineP25": 55521.25,
1370
- "baselineP50": 55881,
1371
- "lowBaselineThreshold": 33528.6,
1372
- "lowBaselinePairCount": 0
1373
- },
1374
- "pairedRuns": [
1375
- {
1376
- "runIndex": 1,
1377
- "directTokens": 58186,
1378
- "candidateTokens": 56833,
1379
- "absoluteDeltaTokens": -1353,
1380
- "pairedOverheadPercent": -2.3253,
1381
- "baselineRegime": "NORMAL"
1382
- },
1383
- {
1384
- "runIndex": 2,
1385
- "directTokens": 55526,
1386
- "candidateTokens": 57414,
1387
- "absoluteDeltaTokens": 1888,
1388
- "pairedOverheadPercent": 3.4002,
1389
- "baselineRegime": "NORMAL"
1390
- },
1391
- {
1392
- "runIndex": 3,
1393
- "directTokens": 56130,
1394
- "candidateTokens": 57854,
1395
- "absoluteDeltaTokens": 1724,
1396
- "pairedOverheadPercent": 3.0714,
1397
- "baselineRegime": "NORMAL"
1398
- },
1399
- {
1400
- "runIndex": 4,
1401
- "directTokens": 55736,
1402
- "candidateTokens": 71514,
1403
- "absoluteDeltaTokens": 15778,
1404
- "pairedOverheadPercent": 28.3085,
1405
- "baselineRegime": "NORMAL"
1406
- },
1407
- {
1408
- "runIndex": 5,
1409
- "directTokens": 55867,
1410
- "candidateTokens": 57464,
1411
- "absoluteDeltaTokens": 1597,
1412
- "pairedOverheadPercent": 2.8586,
1413
- "baselineRegime": "NORMAL"
1414
- },
1415
- {
1416
- "runIndex": 6,
1417
- "directTokens": 55975,
1418
- "candidateTokens": 57559,
1419
- "absoluteDeltaTokens": 1584,
1420
- "pairedOverheadPercent": 2.8298,
1421
- "baselineRegime": "NORMAL"
1422
- },
1423
- {
1424
- "runIndex": 7,
1425
- "directTokens": 56252,
1426
- "candidateTokens": 57470,
1427
- "absoluteDeltaTokens": 1218,
1428
- "pairedOverheadPercent": 2.1653,
1429
- "baselineRegime": "NORMAL"
1430
- },
1431
- {
1432
- "runIndex": 8,
1433
- "directTokens": 56311,
1434
- "candidateTokens": 71787,
1435
- "absoluteDeltaTokens": 15476,
1436
- "pairedOverheadPercent": 27.4831,
1437
- "baselineRegime": "NORMAL"
1438
- },
1439
- {
1440
- "runIndex": 9,
1441
- "directTokens": 55499,
1442
- "candidateTokens": 71654,
1443
- "absoluteDeltaTokens": 16155,
1444
- "pairedOverheadPercent": 29.1086,
1445
- "baselineRegime": "NORMAL"
1446
- },
1447
- {
1448
- "runIndex": 10,
1449
- "directTokens": 55347,
1450
- "candidateTokens": 57063,
1451
- "absoluteDeltaTokens": 1716,
1452
- "pairedOverheadPercent": 3.1004,
1453
- "baselineRegime": "NORMAL"
1454
- },
1455
- {
1456
- "runIndex": 11,
1457
- "directTokens": 55356,
1458
- "candidateTokens": 56868,
1459
- "absoluteDeltaTokens": 1512,
1460
- "pairedOverheadPercent": 2.7314,
1461
- "baselineRegime": "NORMAL"
1462
- },
1463
- {
1464
- "runIndex": 12,
1465
- "directTokens": 55964,
1466
- "candidateTokens": 56963,
1467
- "absoluteDeltaTokens": 999,
1468
- "pairedOverheadPercent": 1.7851,
1469
- "baselineRegime": "NORMAL"
1470
- },
1471
- {
1472
- "runIndex": 13,
1473
- "directTokens": 55895,
1474
- "candidateTokens": 57166,
1475
- "absoluteDeltaTokens": 1271,
1476
- "pairedOverheadPercent": 2.2739,
1477
- "baselineRegime": "NORMAL"
1478
- },
1479
- {
1480
- "runIndex": 14,
1481
- "directTokens": 55763,
1482
- "candidateTokens": 71228,
1483
- "absoluteDeltaTokens": 15465,
1484
- "pairedOverheadPercent": 27.7334,
1485
- "baselineRegime": "NORMAL"
1486
- },
1487
- {
1488
- "runIndex": 15,
1489
- "directTokens": 55506,
1490
- "candidateTokens": 57728,
1491
- "absoluteDeltaTokens": 2222,
1492
- "pairedOverheadPercent": 4.0032,
1493
- "baselineRegime": "NORMAL"
1494
- },
1495
- {
1496
- "runIndex": 16,
1497
- "directTokens": 56276,
1498
- "candidateTokens": 57895,
1499
- "absoluteDeltaTokens": 1619,
1500
- "pairedOverheadPercent": 2.8769,
1501
- "baselineRegime": "NORMAL"
1502
- },
1503
- {
1504
- "runIndex": 17,
1505
- "directTokens": 55600,
1506
- "candidateTokens": 57672,
1507
- "absoluteDeltaTokens": 2072,
1508
- "pairedOverheadPercent": 3.7266,
1509
- "baselineRegime": "NORMAL"
1510
- },
1511
- {
1512
- "runIndex": 18,
1513
- "directTokens": 69850,
1514
- "candidateTokens": 57716,
1515
- "absoluteDeltaTokens": -12134,
1516
- "pairedOverheadPercent": -17.3715,
1517
- "baselineRegime": "NORMAL"
1518
- },
1519
- {
1520
- "runIndex": 19,
1521
- "directTokens": 55507,
1522
- "candidateTokens": 56911,
1523
- "absoluteDeltaTokens": 1404,
1524
- "pairedOverheadPercent": 2.5294,
1525
- "baselineRegime": "NORMAL"
1526
- },
1527
- {
1528
- "runIndex": 20,
1529
- "directTokens": 56856,
1530
- "candidateTokens": 57850,
1531
- "absoluteDeltaTokens": 994,
1532
- "pairedOverheadPercent": 1.7483,
1533
- "baselineRegime": "NORMAL"
1534
- }
1535
- ],
1536
- "claimStatus": "OBSERVATIONAL",
1537
- "claimAllowed": true,
1538
- "reason": "Trusted usage, actual timing, verification, and matching comparability metadata are present.",
1539
- "tail": {
1540
- "sampleMinimum": 20,
1541
- "sampleCount": 20,
1542
- "p95TokenOverheadPercent": 28.3485,
1543
- "pairedOverheadP95Percent": 28.3485,
1544
- "distributionP95DeltaPercent": 21.9357,
1545
- "outlierCount": 4,
1546
- "status": "TAIL_WARNING",
1547
- "pairedStatus": "TAIL_WARNING",
1548
- "distributionStatus": "TAIL_ACCEPTABLE",
1549
- "combinedInterpretation": "TAIL_CONSISTENT"
1550
- }
1551
- }
1552
- },
1553
- "lightObjectives": null,
1554
- "sourcePolicy": "PROVIDER_REPORTED_OR_HOST_REPORTED_ONLY",
1555
- "claimsAllowed": true,
1556
- "generatedFromRunCount": 60,
1557
- "contextInflation": {
1558
- "status": "NOT_COMPARABLE",
1559
- "comparablePairs": 0,
1560
- "inflatedPairs": 0,
1561
- "lightContextTokens": {
1562
- "count": 0,
1563
- "average": null,
1564
- "p50": null,
1565
- "p95": null,
1566
- "minimum": null,
1567
- "maximum": null
1568
- },
1569
- "balancedContextTokens": {
1570
- "count": 0,
1571
- "average": null,
1572
- "p50": null,
1573
- "p95": null,
1574
- "minimum": null,
1575
- "maximum": null
1576
- },
1577
- "blocking": false,
1578
- "reason": "The adaptive mode did not resolve to LIGHT for this scenario."
1579
- },
1580
- "outlierAnalysis": {
1581
- "policy": "TOKEN_IQR_1_5",
1582
- "minimumSamples": 4,
1583
- "modes": {
1584
- "direct": {
1585
- "sampleCount": 20,
1586
- "measuredCount": 20,
1587
- "status": "MEASURED",
1588
- "q1": 55521.25,
1589
- "q3": 56258,
1590
- "iqr": 736.75,
1591
- "median": 55881,
1592
- "upperFence": 57363.125,
1593
- "outliers": [
1594
- {
1595
- "runId": "run-small-bug-fix-direct-001",
1596
- "runIndex": 1,
1597
- "totalTokens": 58186,
1598
- "scenarioMedianTokens": 55881,
1599
- "ratioToMedian": 1.0412,
1600
- "reasons": [
1601
- "TOKEN_IQR_OUTLIER"
1602
- ],
1603
- "diagnosticSignals": [
1604
- "UNKNOWN_TOKEN_SPIKE"
1605
- ]
1606
- },
1607
- {
1608
- "runId": "run-small-bug-fix-direct-018",
1609
- "runIndex": 18,
1610
- "totalTokens": 69850,
1611
- "scenarioMedianTokens": 55881,
1612
- "ratioToMedian": 1.25,
1613
- "reasons": [
1614
- "TOKEN_IQR_OUTLIER"
1615
- ],
1616
- "diagnosticSignals": [
1617
- "UNKNOWN_TOKEN_SPIKE"
1618
- ]
1619
- }
1620
- ]
1621
- },
1622
- "forgeloopBalanced": {
1623
- "sampleCount": 20,
1624
- "measuredCount": 20,
1625
- "status": "MEASURED",
1626
- "q1": 57276.75,
1627
- "q3": 57907,
1628
- "iqr": 630.25,
1629
- "median": 57694.5,
1630
- "upperFence": 58852.375,
1631
- "outliers": [
1632
- {
1633
- "runId": "run-small-bug-fix-forgeloopBalanced-009",
1634
- "runIndex": 9,
1635
- "totalTokens": 71925,
1636
- "scenarioMedianTokens": 57694.5,
1637
- "ratioToMedian": 1.2467,
1638
- "reasons": [
1639
- "TOKEN_IQR_OUTLIER"
1640
- ],
1641
- "diagnosticSignals": [
1642
- "UNKNOWN_TOKEN_SPIKE"
1643
- ]
1644
- },
1645
- {
1646
- "runId": "run-small-bug-fix-forgeloopBalanced-013",
1647
- "runIndex": 13,
1648
- "totalTokens": 59769,
1649
- "scenarioMedianTokens": 57694.5,
1650
- "ratioToMedian": 1.036,
1651
- "reasons": [
1652
- "TOKEN_IQR_OUTLIER"
1653
- ],
1654
- "diagnosticSignals": [
1655
- "UNKNOWN_TOKEN_SPIKE"
1656
- ]
1657
- }
1658
- ]
1659
- },
1660
- "forgeloopAdaptive": {
1661
- "sampleCount": 20,
1662
- "measuredCount": 20,
1663
- "status": "MEASURED",
1664
- "q1": 57140.25,
1665
- "q3": 57864.25,
1666
- "iqr": 724,
1667
- "median": 57615.5,
1668
- "upperFence": 58950.25,
1669
- "outliers": [
1670
- {
1671
- "runId": "run-small-bug-fix-forgeloopAdaptive-004",
1672
- "runIndex": 4,
1673
- "totalTokens": 71514,
1674
- "scenarioMedianTokens": 57615.5,
1675
- "ratioToMedian": 1.2412,
1676
- "reasons": [
1677
- "TOKEN_IQR_OUTLIER"
1678
- ],
1679
- "diagnosticSignals": [
1680
- "UNKNOWN_TOKEN_SPIKE"
1681
- ]
1682
- },
1683
- {
1684
- "runId": "run-small-bug-fix-forgeloopAdaptive-008",
1685
- "runIndex": 8,
1686
- "totalTokens": 71787,
1687
- "scenarioMedianTokens": 57615.5,
1688
- "ratioToMedian": 1.246,
1689
- "reasons": [
1690
- "TOKEN_IQR_OUTLIER"
1691
- ],
1692
- "diagnosticSignals": [
1693
- "UNKNOWN_TOKEN_SPIKE"
1694
- ]
1695
- },
1696
- {
1697
- "runId": "run-small-bug-fix-forgeloopAdaptive-009",
1698
- "runIndex": 9,
1699
- "totalTokens": 71654,
1700
- "scenarioMedianTokens": 57615.5,
1701
- "ratioToMedian": 1.2437,
1702
- "reasons": [
1703
- "TOKEN_IQR_OUTLIER"
1704
- ],
1705
- "diagnosticSignals": [
1706
- "UNKNOWN_TOKEN_SPIKE"
1707
- ]
1708
- },
1709
- {
1710
- "runId": "run-small-bug-fix-forgeloopAdaptive-014",
1711
- "runIndex": 14,
1712
- "totalTokens": 71228,
1713
- "scenarioMedianTokens": 57615.5,
1714
- "ratioToMedian": 1.2363,
1715
- "reasons": [
1716
- "TOKEN_IQR_OUTLIER"
1717
- ],
1718
- "diagnosticSignals": [
1719
- "UNKNOWN_TOKEN_SPIKE"
1720
- ]
1721
- }
1722
- ]
1723
- }
1724
- }
1725
- }
1726
- }