You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the 2026-07-08 multi-model audit (gpt-5.5 + opus-4.8 + glm-5.2 panel + two code scouts). These fixes block trusting any published number, so they come first.
Ordered checklist (dependency order matters):
1. Prompt-safety QA scans the resolved prompt (instruction.md / task prompt after template substitution) for hidden paths, verifier names, and reference literals. Today _checkPromptSafety (app/lib/runner/task_qa_runner.dart:878) scans only fixture context, never the prompt itself. Avoid naive substring matching (false positives) — scan hidden paths / verifier filenames / reference code explicitly.
2. Demote diff_size to diagnostic-only: remove it from pass/fail and aggregate blocking (app/lib/evaluators/diff_size_evaluator.dart k=20 threshold 0.3; weight 0.3 in app/lib/core/scoring.dart). Measure the full patch against the clean baseline, not one fixture path. Version the methodology change; check whether the published board depended on it.
5. Regenerate all 10 admission reports from clean HEAD (today all record gitDirty=true @ 68321ee). Add admission+release gates failing on gitDirty or task-bundle digest mismatch (digest-based so docs-only commits don't overblock). Budget for tasks that only "passed" under stale evidence.
6. Relabel the current published 1-model leaderboard as provisional until regenerated evidence lands.
From the 2026-07-08 multi-model audit (gpt-5.5 + opus-4.8 + glm-5.2 panel + two code scouts). These fixes block trusting any published number, so they come first.
Ordered checklist (dependency order matters):
instruction.md/ task prompt after template substitution) for hidden paths, verifier names, and reference literals. Today_checkPromptSafety(app/lib/runner/task_qa_runner.dart:878) scans only fixture context, never the prompt itself. Avoid naive substring matching (false positives) — scan hidden paths / verifier filenames / reference code explicitly.diff_sizeto diagnostic-only: remove it from pass/fail and aggregate blocking (app/lib/evaluators/diff_size_evaluator.dartk=20 threshold 0.3; weight 0.3 inapp/lib/core/scoring.dart). Measure the full patch against the clean baseline, not one fixture path. Version the methodology change; check whether the published board depended on it.official_file_backed_task_testvalidates admission reports unsandboxed while assertinggeneratedCodeSandbox.enforced == true. Re-baseline against already-landed sandbox commits3984bb5/7cf7eb8first so we don't redo landed work.gitDirty=true@68321ee). Add admission+release gates failing ongitDirtyor task-bundle digest mismatch (digest-based so docs-only commits don't overblock). Budget for tasks that only "passed" under stale evidence.Refs #3 #4