Skip to content

refactor(evaluation): remove legacy loops and reduce gate overhead - #752

Merged
drewstone merged 2 commits into
mainfrom
local/current-instructions-20260905
Sep 15, 2026
Merged

drewstone merged 2 commits into
mainfrom
local/current-instructions-20260905

Conversation

@drewstone

Copy link
Copy Markdown
Contributor

Problem

Supervisor-run still published and read the retired .loops control-plane layout, including legacy terminal status fields. Paired binary and pass/fail gates also paid for unnecessary repeated numerical work.

Change

  • Delete the .loops reader, compatibility exports, legacy status sources, and fallback wording.
  • Make reader.ts the Runtime-only filesystem entrypoint while preserving the pure source analyzer and adapter seam.
  • Return unavailable when only state.status or result.sup_status exists.
  • Reduce score-interval bisection to the precision supported by the calculation.
  • Use the exact binomial shortcut for equal-magnitude Wilcoxon differences.
  • Refresh the public analyst implementation pin and the supervisor-run API census counts.

Validation

  • pnpm test — 409 files passed; 6,112 tests passed; 2 files and 3 tests skipped.
  • pnpm build
  • pnpm verify:package
  • pnpm typecheck
  • pnpm typecheck:examples
  • pnpm typecheck:scripts
  • pnpm lint
  • pnpm vitest run src/supervisor-run — 164 tests passed.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@drewstone
drewstone merged commit b4775ce into main Sep 15, 2026
2 checks passed
@drewstone
drewstone deleted the local/current-instructions-20260905 branch September 15, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant