@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,1625 +0,0 @@
1
- {
2
- "schemaVersion": 1,
3
- "benchmarkVersion": "2",
4
- "runSetId": "codex-tail-repeat20-20260831",
5
- "scenarioId": "static-landing-page",
6
- "expectedProfile": "light",
7
- "modeAggregates": {
8
- "direct": {
9
- "runCount": 20,
10
- "verificationSuccessRate": 1,
11
- "usageSources": [
12
- "HOST_REPORTED"
13
- ],
14
- "totalTokens": {
15
- "count": 20,
16
- "average": 116182.45,
17
- "minimum": 63298,
18
- "p25": 65742.25,
19
- "p50": 140632,
20
- "p75": 141980.25,
21
- "p90": 157120.3,
22
- "p95": 158786.8,
23
- "maximum": 161671,
24
- "iqr": 76238,
25
- "mad": 17161.5,
26
- "outlierCount": 0
27
- },
28
- "wallClockMs": {
29
- "count": 20,
30
- "average": 52128.8292,
31
- "minimum": 42440.4782,
32
- "p25": 48647.2821,
33
- "p50": 52842.9809,
34
- "p75": 55661.8812,
35
- "p90": 58573.0192,
36
- "p95": 60215.231,
37
- "maximum": 60508.1895,
38
- "iqr": 7014.5991,
39
- "mad": 3794.8187,
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": 8,
59
- "minimum": 8,
60
- "p25": 8,
61
- "p50": 8,
62
- "p75": 8,
63
- "p90": 8,
64
- "p95": 8,
65
- "maximum": 8,
66
- "iqr": 0,
67
- "mad": 0,
68
- "outlierCount": 0
69
- },
70
- "tokensPerComparableStep": {
71
- "count": 20,
72
- "average": 14522.8062,
73
- "minimum": 7912.25,
74
- "p25": 8217.7813,
75
- "p50": 17579,
76
- "p75": 17747.5313,
77
- "p90": 19640.0375,
78
- "p95": 19848.35,
79
- "maximum": 20208.875,
80
- "iqr": 9529.75,
81
- "mad": 2145.1875,
82
- "outlierCount": 0
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": 10.8,
116
- "minimum": 6,
117
- "p25": 8.75,
118
- "p50": 12,
119
- "p75": 13,
120
- "p90": 14,
121
- "p95": 14.05,
122
- "maximum": 15,
123
- "iqr": 4.25,
124
- "mad": 2,
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": 2.7,
172
- "minimum": 0,
173
- "p25": 3,
174
- "p50": 3,
175
- "p75": 3,
176
- "p90": 3,
177
- "p95": 3,
178
- "maximum": 3,
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
- "EXTERNAL_REPORTED"
308
- ],
309
- "scores": {
310
- "visualQuality": {
311
- "count": 20,
312
- "average": 4.135,
313
- "minimum": 3.8,
314
- "p25": 4,
315
- "p50": 4.2,
316
- "p75": 4.225,
317
- "p90": 4.31,
318
- "p95": 4.4,
319
- "maximum": 4.4,
320
- "iqr": 0.225,
321
- "mad": 0.1,
322
- "outlierCount": 0
323
- },
324
- "responsiveQuality": {
325
- "count": 20,
326
- "average": 4.435,
327
- "minimum": 4.2,
328
- "p25": 4.3,
329
- "p50": 4.4,
330
- "p75": 4.525,
331
- "p90": 4.6,
332
- "p95": 4.605,
333
- "maximum": 4.7,
334
- "iqr": 0.225,
335
- "mad": 0.1,
336
- "outlierCount": 0
337
- },
338
- "accessibility": {
339
- "count": 20,
340
- "average": 4.475,
341
- "minimum": 4.2,
342
- "p25": 4.4,
343
- "p50": 4.5,
344
- "p75": 4.6,
345
- "p90": 4.61,
346
- "p95": 4.705,
347
- "maximum": 4.8,
348
- "iqr": 0.2,
349
- "mad": 0.1,
350
- "outlierCount": 0
351
- },
352
- "interactionPolish": {
353
- "count": 20,
354
- "average": 4.005,
355
- "minimum": 3.7,
356
- "p25": 3.875,
357
- "p50": 4,
358
- "p75": 4.125,
359
- "p90": 4.2,
360
- "p95": 4.205,
361
- "maximum": 4.3,
362
- "iqr": 0.25,
363
- "mad": 0.15,
364
- "outlierCount": 0
365
- },
366
- "requirementsCompleteness": {
367
- "count": 20,
368
- "average": 4.675,
369
- "minimum": 4.4,
370
- "p25": 4.6,
371
- "p50": 4.7,
372
- "p75": 4.8,
373
- "p90": 4.8,
374
- "p95": 4.8,
375
- "maximum": 4.8,
376
- "iqr": 0.2,
377
- "mad": 0.1,
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": 118506.35,
392
- "minimum": 63419,
393
- "p25": 77488,
394
- "p50": 132263.5,
395
- "p75": 160943.75,
396
- "p90": 161860.2,
397
- "p95": 166567.5,
398
- "maximum": 181758,
399
- "iqr": 83455.75,
400
- "mad": 35122.5,
401
- "outlierCount": 0
402
- },
403
- "wallClockMs": {
404
- "count": 20,
405
- "average": 54160.4853,
406
- "minimum": 43435.4685,
407
- "p25": 50984.9809,
408
- "p50": 53736.6496,
409
- "p75": 57360.0223,
410
- "p90": 63583.9284,
411
- "p95": 64840.2633,
412
- "maximum": 66695.3918,
413
- "iqr": 6375.0415,
414
- "mad": 3476.682,
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": 8,
434
- "minimum": 8,
435
- "p25": 8,
436
- "p50": 8,
437
- "p75": 8,
438
- "p90": 8,
439
- "p95": 8,
440
- "maximum": 8,
441
- "iqr": 0,
442
- "mad": 0,
443
- "outlierCount": 0
444
- },
445
- "tokensPerComparableStep": {
446
- "count": 20,
447
- "average": 14813.2938,
448
- "minimum": 7927.375,
449
- "p25": 9686,
450
- "p50": 16532.9375,
451
- "p75": 20117.9688,
452
- "p90": 20232.525,
453
- "p95": 20820.9375,
454
- "maximum": 22719.75,
455
- "iqr": 10431.9688,
456
- "mad": 4390.3125,
457
- "outlierCount": 0
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": 10.8,
491
- "minimum": 5,
492
- "p25": 8.75,
493
- "p50": 11,
494
- "p75": 13.25,
495
- "p90": 15,
496
- "p95": 15.05,
497
- "maximum": 16,
498
- "iqr": 4.5,
499
- "mad": 2.5,
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": 2.55,
547
- "minimum": 0,
548
- "p25": 3,
549
- "p50": 3,
550
- "p75": 3,
551
- "p90": 3,
552
- "p95": 3,
553
- "maximum": 3,
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
- "EXTERNAL_REPORTED"
685
- ],
686
- "scores": {
687
- "visualQuality": {
688
- "count": 20,
689
- "average": 4.225,
690
- "minimum": 3.6,
691
- "p25": 4,
692
- "p50": 4.3,
693
- "p75": 4.425,
694
- "p90": 4.5,
695
- "p95": 4.505,
696
- "maximum": 4.6,
697
- "iqr": 0.425,
698
- "mad": 0.2,
699
- "outlierCount": 0
700
- },
701
- "responsiveQuality": {
702
- "count": 20,
703
- "average": 4.48,
704
- "minimum": 4,
705
- "p25": 4.4,
706
- "p50": 4.5,
707
- "p75": 4.6,
708
- "p90": 4.61,
709
- "p95": 4.7,
710
- "maximum": 4.7,
711
- "iqr": 0.2,
712
- "mad": 0.1,
713
- "outlierCount": 0
714
- },
715
- "accessibility": {
716
- "count": 20,
717
- "average": 4.42,
718
- "minimum": 4.1,
719
- "p25": 4.375,
720
- "p50": 4.4,
721
- "p75": 4.5,
722
- "p90": 4.6,
723
- "p95": 4.605,
724
- "maximum": 4.7,
725
- "iqr": 0.125,
726
- "mad": 0.1,
727
- "outlierCount": 1
728
- },
729
- "interactionPolish": {
730
- "count": 20,
731
- "average": 4.11,
732
- "minimum": 3.2,
733
- "p25": 4,
734
- "p50": 4.2,
735
- "p75": 4.325,
736
- "p90": 4.4,
737
- "p95": 4.41,
738
- "maximum": 4.6,
739
- "iqr": 0.325,
740
- "mad": 0.2,
741
- "outlierCount": 0
742
- },
743
- "requirementsCompleteness": {
744
- "count": 20,
745
- "average": 4.69,
746
- "minimum": 3.8,
747
- "p25": 4.7,
748
- "p50": 4.75,
749
- "p75": 4.8,
750
- "p90": 4.8,
751
- "p95": 4.805,
752
- "maximum": 4.9,
753
- "iqr": 0.1,
754
- "mad": 0.05,
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": 134396.2,
769
- "minimum": 64348,
770
- "p25": 123597.75,
771
- "p50": 145513,
772
- "p75": 162809.75,
773
- "p90": 177480.1,
774
- "p95": 179731.8,
775
- "maximum": 181457,
776
- "iqr": 39212,
777
- "mad": 17540.5,
778
- "outlierCount": 0
779
- },
780
- "wallClockMs": {
781
- "count": 20,
782
- "average": 57155.3789,
783
- "minimum": 44368.9097,
784
- "p25": 50609.7629,
785
- "p50": 56968.0815,
786
- "p75": 62572.0883,
787
- "p90": 66505.7892,
788
- "p95": 68636.9872,
789
- "maximum": 71059.5526,
790
- "iqr": 11962.3254,
791
- "mad": 6118.28,
792
- "outlierCount": 0
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": 8,
811
- "minimum": 8,
812
- "p25": 8,
813
- "p50": 8,
814
- "p75": 8,
815
- "p90": 8,
816
- "p95": 8,
817
- "maximum": 8,
818
- "iqr": 0,
819
- "mad": 0,
820
- "outlierCount": 0
821
- },
822
- "tokensPerComparableStep": {
823
- "count": 20,
824
- "average": 16799.525,
825
- "minimum": 8043.5,
826
- "p25": 15449.7188,
827
- "p50": 18189.125,
828
- "p75": 20351.2188,
829
- "p90": 22185.0125,
830
- "p95": 22466.475,
831
- "maximum": 22682.125,
832
- "iqr": 4901.5,
833
- "mad": 2192.5625,
834
- "outlierCount": 0
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": 11.7,
868
- "minimum": 5,
869
- "p25": 9.75,
870
- "p50": 13,
871
- "p75": 14,
872
- "p90": 14.1,
873
- "p95": 15.05,
874
- "maximum": 16,
875
- "iqr": 4.25,
876
- "mad": 1,
877
- "outlierCount": 0
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": 2.7,
924
- "minimum": 0,
925
- "p25": 3,
926
- "p50": 3,
927
- "p75": 3,
928
- "p90": 3,
929
- "p95": 3,
930
- "maximum": 3,
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
- "light"
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
- "EXTERNAL_REPORTED"
1062
- ],
1063
- "scores": {
1064
- "visualQuality": {
1065
- "count": 20,
1066
- "average": 4.43,
1067
- "minimum": 4,
1068
- "p25": 4.2,
1069
- "p50": 4.5,
1070
- "p75": 4.625,
1071
- "p90": 4.7,
1072
- "p95": 4.7,
1073
- "maximum": 4.7,
1074
- "iqr": 0.425,
1075
- "mad": 0.2,
1076
- "outlierCount": 0
1077
- },
1078
- "responsiveQuality": {
1079
- "count": 20,
1080
- "average": 4.51,
1081
- "minimum": 4.1,
1082
- "p25": 4.4,
1083
- "p50": 4.55,
1084
- "p75": 4.6,
1085
- "p90": 4.7,
1086
- "p95": 4.7,
1087
- "maximum": 4.7,
1088
- "iqr": 0.2,
1089
- "mad": 0.05,
1090
- "outlierCount": 0
1091
- },
1092
- "accessibility": {
1093
- "count": 20,
1094
- "average": 4.385,
1095
- "minimum": 3.6,
1096
- "p25": 4.4,
1097
- "p50": 4.4,
1098
- "p75": 4.5,
1099
- "p90": 4.6,
1100
- "p95": 4.6,
1101
- "maximum": 4.6,
1102
- "iqr": 0.1,
1103
- "mad": 0.1,
1104
- "outlierCount": 0
1105
- },
1106
- "interactionPolish": {
1107
- "count": 20,
1108
- "average": 4.22,
1109
- "minimum": 3.4,
1110
- "p25": 4.175,
1111
- "p50": 4.3,
1112
- "p75": 4.4,
1113
- "p90": 4.5,
1114
- "p95": 4.505,
1115
- "maximum": 4.6,
1116
- "iqr": 0.225,
1117
- "mad": 0.1,
1118
- "outlierCount": 0
1119
- },
1120
- "requirementsCompleteness": {
1121
- "count": 20,
1122
- "average": 4.685,
1123
- "minimum": 3.8,
1124
- "p25": 4.7,
1125
- "p50": 4.8,
1126
- "p75": 4.825,
1127
- "p90": 4.9,
1128
- "p95": 4.9,
1129
- "maximum": 4.9,
1130
- "iqr": 0.125,
1131
- "mad": 0.1,
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": 3.2968,
1146
- "p95": 146.8702
1147
- },
1148
- "pairedOverheadPercent": {
1149
- "p50": 3.2968,
1150
- "p95": 146.8702
1151
- },
1152
- "distributionDeltaPercent": {
1153
- "p50": -5.9506,
1154
- "p95": 4.9001
1155
- },
1156
- "timeOverheadPercent": {
1157
- "p50": 7.9368,
1158
- "p95": 17.521
1159
- },
1160
- "pairedRatioDiagnostics": {
1161
- "pairCount": 20,
1162
- "baselineMinimum": 63298,
1163
- "baselineP25": 65742.25,
1164
- "baselineP50": 140632,
1165
- "lowBaselineThreshold": 84379.2,
1166
- "lowBaselinePairCount": 7
1167
- },
1168
- "pairedRuns": [
1169
- {
1170
- "runIndex": 1,
1171
- "directTokens": 155361,
1172
- "candidateTokens": 81629,
1173
- "absoluteDeltaTokens": -73732,
1174
- "pairedOverheadPercent": -47.4585,
1175
- "baselineRegime": "NORMAL"
1176
- },
1177
- {
1178
- "runIndex": 2,
1179
- "directTokens": 141673,
1180
- "candidateTokens": 161099,
1181
- "absoluteDeltaTokens": 19426,
1182
- "pairedOverheadPercent": 13.7119,
1183
- "baselineRegime": "NORMAL"
1184
- },
1185
- {
1186
- "runIndex": 3,
1187
- "directTokens": 140710,
1188
- "candidateTokens": 80987,
1189
- "absoluteDeltaTokens": -59723,
1190
- "pairedOverheadPercent": -42.444,
1191
- "baselineRegime": "NORMAL"
1192
- },
1193
- {
1194
- "runIndex": 4,
1195
- "directTokens": 161671,
1196
- "candidateTokens": 121822,
1197
- "absoluteDeltaTokens": -39849,
1198
- "pairedOverheadPercent": -24.6482,
1199
- "baselineRegime": "NORMAL"
1200
- },
1201
- {
1202
- "runIndex": 5,
1203
- "directTokens": 141908,
1204
- "candidateTokens": 160892,
1205
- "absoluteDeltaTokens": 18984,
1206
- "pairedOverheadPercent": 13.3777,
1207
- "baselineRegime": "NORMAL"
1208
- },
1209
- {
1210
- "runIndex": 6,
1211
- "directTokens": 141607,
1212
- "candidateTokens": 161294,
1213
- "absoluteDeltaTokens": 19687,
1214
- "pairedOverheadPercent": 13.9026,
1215
- "baselineRegime": "NORMAL"
1216
- },
1217
- {
1218
- "runIndex": 7,
1219
- "directTokens": 156952,
1220
- "candidateTokens": 143677,
1221
- "absoluteDeltaTokens": -13275,
1222
- "pairedOverheadPercent": -8.458,
1223
- "baselineRegime": "NORMAL"
1224
- },
1225
- {
1226
- "runIndex": 8,
1227
- "directTokens": 63682,
1228
- "candidateTokens": 66991,
1229
- "absoluteDeltaTokens": 3309,
1230
- "pairedOverheadPercent": 5.1961,
1231
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1232
- },
1233
- {
1234
- "runIndex": 9,
1235
- "directTokens": 78257,
1236
- "candidateTokens": 142932,
1237
- "absoluteDeltaTokens": 64675,
1238
- "pairedOverheadPercent": 82.6444,
1239
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1240
- },
1241
- {
1242
- "runIndex": 10,
1243
- "directTokens": 140443,
1244
- "candidateTokens": 95523,
1245
- "absoluteDeltaTokens": -44920,
1246
- "pairedOverheadPercent": -31.9845,
1247
- "baselineRegime": "NORMAL"
1248
- },
1249
- {
1250
- "runIndex": 11,
1251
- "directTokens": 65566,
1252
- "candidateTokens": 161426,
1253
- "absoluteDeltaTokens": 95860,
1254
- "pairedOverheadPercent": 146.2038,
1255
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1256
- },
1257
- {
1258
- "runIndex": 12,
1259
- "directTokens": 142197,
1260
- "candidateTokens": 63419,
1261
- "absoluteDeltaTokens": -78778,
1262
- "pairedOverheadPercent": -55.4006,
1263
- "baselineRegime": "NORMAL"
1264
- },
1265
- {
1266
- "runIndex": 13,
1267
- "directTokens": 63298,
1268
- "candidateTokens": 65903,
1269
- "absoluteDeltaTokens": 2605,
1270
- "pairedOverheadPercent": 4.1155,
1271
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1272
- },
1273
- {
1274
- "runIndex": 14,
1275
- "directTokens": 141731,
1276
- "candidateTokens": 181758,
1277
- "absoluteDeltaTokens": 40027,
1278
- "pairedOverheadPercent": 28.2415,
1279
- "baselineRegime": "NORMAL"
1280
- },
1281
- {
1282
- "runIndex": 15,
1283
- "directTokens": 63872,
1284
- "candidateTokens": 165768,
1285
- "absoluteDeltaTokens": 101896,
1286
- "pairedOverheadPercent": 159.5316,
1287
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1288
- },
1289
- {
1290
- "runIndex": 16,
1291
- "directTokens": 140554,
1292
- "candidateTokens": 142705,
1293
- "absoluteDeltaTokens": 2151,
1294
- "pairedOverheadPercent": 1.5304,
1295
- "baselineRegime": "NORMAL"
1296
- },
1297
- {
1298
- "runIndex": 17,
1299
- "directTokens": 158635,
1300
- "candidateTokens": 82691,
1301
- "absoluteDeltaTokens": -75944,
1302
- "pairedOverheadPercent": -47.8734,
1303
- "baselineRegime": "NORMAL"
1304
- },
1305
- {
1306
- "runIndex": 18,
1307
- "directTokens": 95812,
1308
- "candidateTokens": 64862,
1309
- "absoluteDeltaTokens": -30950,
1310
- "pairedOverheadPercent": -32.3028,
1311
- "baselineRegime": "NORMAL"
1312
- },
1313
- {
1314
- "runIndex": 19,
1315
- "directTokens": 65801,
1316
- "candidateTokens": 159246,
1317
- "absoluteDeltaTokens": 93445,
1318
- "pairedOverheadPercent": 142.0115,
1319
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1320
- },
1321
- {
1322
- "runIndex": 20,
1323
- "directTokens": 63919,
1324
- "candidateTokens": 65503,
1325
- "absoluteDeltaTokens": 1584,
1326
- "pairedOverheadPercent": 2.4781,
1327
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
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": 146.8702,
1337
- "pairedOverheadP95Percent": 146.8702,
1338
- "distributionP95DeltaPercent": 4.9001,
1339
- "outlierCount": 0,
1340
- "status": "TAIL_REGRESSION",
1341
- "pairedStatus": "TAIL_REGRESSION",
1342
- "distributionStatus": "TAIL_ACCEPTABLE",
1343
- "combinedInterpretation": "TAIL_PAIRED_RATIO_SENSITIVE"
1344
- }
1345
- },
1346
- "forgeloopAdaptive": {
1347
- "comparablePairs": 20,
1348
- "tokenComparablePairs": 20,
1349
- "timeComparablePairs": 20,
1350
- "tokenOverheadPercent": {
1351
- "p50": 3.5685,
1352
- "p95": 174.1502
1353
- },
1354
- "pairedOverheadPercent": {
1355
- "p50": 3.5685,
1356
- "p95": 174.1502
1357
- },
1358
- "distributionDeltaPercent": {
1359
- "p50": 3.4708,
1360
- "p95": 13.1906
1361
- },
1362
- "timeOverheadPercent": {
1363
- "p50": 4.4709,
1364
- "p95": 49.1686
1365
- },
1366
- "pairedRatioDiagnostics": {
1367
- "pairCount": 20,
1368
- "baselineMinimum": 63298,
1369
- "baselineP25": 65742.25,
1370
- "baselineP50": 140632,
1371
- "lowBaselineThreshold": 84379.2,
1372
- "lowBaselinePairCount": 7
1373
- },
1374
- "pairedRuns": [
1375
- {
1376
- "runIndex": 1,
1377
- "directTokens": 155361,
1378
- "candidateTokens": 66024,
1379
- "absoluteDeltaTokens": -89337,
1380
- "pairedOverheadPercent": -57.5028,
1381
- "baselineRegime": "NORMAL"
1382
- },
1383
- {
1384
- "runIndex": 2,
1385
- "directTokens": 141673,
1386
- "candidateTokens": 157853,
1387
- "absoluteDeltaTokens": 16180,
1388
- "pairedOverheadPercent": 11.4207,
1389
- "baselineRegime": "NORMAL"
1390
- },
1391
- {
1392
- "runIndex": 3,
1393
- "directTokens": 140710,
1394
- "candidateTokens": 161461,
1395
- "absoluteDeltaTokens": 20751,
1396
- "pairedOverheadPercent": 14.7474,
1397
- "baselineRegime": "NORMAL"
1398
- },
1399
- {
1400
- "runIndex": 4,
1401
- "directTokens": 161671,
1402
- "candidateTokens": 143914,
1403
- "absoluteDeltaTokens": -17757,
1404
- "pairedOverheadPercent": -10.9834,
1405
- "baselineRegime": "NORMAL"
1406
- },
1407
- {
1408
- "runIndex": 5,
1409
- "directTokens": 141908,
1410
- "candidateTokens": 181457,
1411
- "absoluteDeltaTokens": 39549,
1412
- "pairedOverheadPercent": 27.8695,
1413
- "baselineRegime": "NORMAL"
1414
- },
1415
- {
1416
- "runIndex": 6,
1417
- "directTokens": 141607,
1418
- "candidateTokens": 143604,
1419
- "absoluteDeltaTokens": 1997,
1420
- "pairedOverheadPercent": 1.4102,
1421
- "baselineRegime": "NORMAL"
1422
- },
1423
- {
1424
- "runIndex": 7,
1425
- "directTokens": 156952,
1426
- "candidateTokens": 64348,
1427
- "absoluteDeltaTokens": -92604,
1428
- "pairedOverheadPercent": -59.0015,
1429
- "baselineRegime": "NORMAL"
1430
- },
1431
- {
1432
- "runIndex": 8,
1433
- "directTokens": 63682,
1434
- "candidateTokens": 162566,
1435
- "absoluteDeltaTokens": 98884,
1436
- "pairedOverheadPercent": 155.2778,
1437
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1438
- },
1439
- {
1440
- "runIndex": 9,
1441
- "directTokens": 78257,
1442
- "candidateTokens": 165485,
1443
- "absoluteDeltaTokens": 87228,
1444
- "pairedOverheadPercent": 111.4635,
1445
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1446
- },
1447
- {
1448
- "runIndex": 10,
1449
- "directTokens": 140443,
1450
- "candidateTokens": 145703,
1451
- "absoluteDeltaTokens": 5260,
1452
- "pairedOverheadPercent": 3.7453,
1453
- "baselineRegime": "NORMAL"
1454
- },
1455
- {
1456
- "runIndex": 11,
1457
- "directTokens": 65566,
1458
- "candidateTokens": 179641,
1459
- "absoluteDeltaTokens": 114075,
1460
- "pairedOverheadPercent": 173.985,
1461
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1462
- },
1463
- {
1464
- "runIndex": 12,
1465
- "directTokens": 142197,
1466
- "candidateTokens": 147020,
1467
- "absoluteDeltaTokens": 4823,
1468
- "pairedOverheadPercent": 3.3918,
1469
- "baselineRegime": "NORMAL"
1470
- },
1471
- {
1472
- "runIndex": 13,
1473
- "directTokens": 63298,
1474
- "candidateTokens": 163541,
1475
- "absoluteDeltaTokens": 100243,
1476
- "pairedOverheadPercent": 158.3668,
1477
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1478
- },
1479
- {
1480
- "runIndex": 14,
1481
- "directTokens": 141731,
1482
- "candidateTokens": 142765,
1483
- "absoluteDeltaTokens": 1034,
1484
- "pairedOverheadPercent": 0.7296,
1485
- "baselineRegime": "NORMAL"
1486
- },
1487
- {
1488
- "runIndex": 15,
1489
- "directTokens": 63872,
1490
- "candidateTokens": 64618,
1491
- "absoluteDeltaTokens": 746,
1492
- "pairedOverheadPercent": 1.168,
1493
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1494
- },
1495
- {
1496
- "runIndex": 16,
1497
- "directTokens": 140554,
1498
- "candidateTokens": 64863,
1499
- "absoluteDeltaTokens": -75691,
1500
- "pairedOverheadPercent": -53.8519,
1501
- "baselineRegime": "NORMAL"
1502
- },
1503
- {
1504
- "runIndex": 17,
1505
- "directTokens": 158635,
1506
- "candidateTokens": 145323,
1507
- "absoluteDeltaTokens": -13312,
1508
- "pairedOverheadPercent": -8.3916,
1509
- "baselineRegime": "NORMAL"
1510
- },
1511
- {
1512
- "runIndex": 18,
1513
- "directTokens": 95812,
1514
- "candidateTokens": 66096,
1515
- "absoluteDeltaTokens": -29716,
1516
- "pairedOverheadPercent": -31.0149,
1517
- "baselineRegime": "NORMAL"
1518
- },
1519
- {
1520
- "runIndex": 19,
1521
- "directTokens": 65801,
1522
- "candidateTokens": 144402,
1523
- "absoluteDeltaTokens": 78601,
1524
- "pairedOverheadPercent": 119.4526,
1525
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
1526
- },
1527
- {
1528
- "runIndex": 20,
1529
- "directTokens": 63919,
1530
- "candidateTokens": 177240,
1531
- "absoluteDeltaTokens": 113321,
1532
- "pairedOverheadPercent": 177.2884,
1533
- "baselineRegime": "LOW_BASELINE_TOKEN_REGIME"
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": 174.1502,
1543
- "pairedOverheadP95Percent": 174.1502,
1544
- "distributionP95DeltaPercent": 13.1906,
1545
- "outlierCount": 0,
1546
- "status": "TAIL_REGRESSION",
1547
- "pairedStatus": "TAIL_REGRESSION",
1548
- "distributionStatus": "TAIL_ACCEPTABLE",
1549
- "combinedInterpretation": "TAIL_PAIRED_RATIO_SENSITIVE"
1550
- }
1551
- }
1552
- },
1553
- "lightObjectives": {
1554
- "p50TokenOverheadPercent": 35,
1555
- "p95TokenOverheadPercent": 60,
1556
- "status": "OBSERVATIONAL",
1557
- "p50Pass": true,
1558
- "p95Pass": false
1559
- },
1560
- "sourcePolicy": "PROVIDER_REPORTED_OR_HOST_REPORTED_ONLY",
1561
- "claimsAllowed": true,
1562
- "generatedFromRunCount": 60,
1563
- "contextInflation": {
1564
- "status": "NOT_COMPARABLE",
1565
- "comparablePairs": 0,
1566
- "inflatedPairs": 0,
1567
- "lightContextTokens": {
1568
- "count": 0,
1569
- "average": null,
1570
- "p50": null,
1571
- "p95": null,
1572
- "minimum": null,
1573
- "maximum": null
1574
- },
1575
- "balancedContextTokens": {
1576
- "count": 0,
1577
- "average": null,
1578
- "p50": null,
1579
- "p95": null,
1580
- "minimum": null,
1581
- "maximum": null
1582
- },
1583
- "blocking": false,
1584
- "reason": "Context inflation requires complete HOST_REPORTED context items for matching LIGHT and BALANCED runs."
1585
- },
1586
- "outlierAnalysis": {
1587
- "policy": "TOKEN_IQR_1_5",
1588
- "minimumSamples": 4,
1589
- "modes": {
1590
- "direct": {
1591
- "sampleCount": 20,
1592
- "measuredCount": 20,
1593
- "status": "MEASURED",
1594
- "q1": 65742.25,
1595
- "q3": 141980.25,
1596
- "iqr": 76238,
1597
- "median": 140632,
1598
- "upperFence": 256337.25,
1599
- "outliers": []
1600
- },
1601
- "forgeloopBalanced": {
1602
- "sampleCount": 20,
1603
- "measuredCount": 20,
1604
- "status": "MEASURED",
1605
- "q1": 77488,
1606
- "q3": 160943.75,
1607
- "iqr": 83455.75,
1608
- "median": 132263.5,
1609
- "upperFence": 286127.375,
1610
- "outliers": []
1611
- },
1612
- "forgeloopAdaptive": {
1613
- "sampleCount": 20,
1614
- "measuredCount": 20,
1615
- "status": "MEASURED",
1616
- "q1": 123597.75,
1617
- "q3": 162809.75,
1618
- "iqr": 39212,
1619
- "median": 145513,
1620
- "upperFence": 221627.75,
1621
- "outliers": []
1622
- }
1623
- }
1624
- }
1625
- }