feat(sn60): corroboration-ranked recall miner (bohdansolovie-20260723-07)#194
feat(sn60): corroboration-ranked recall miner (bohdansolovie-20260723-07)#194bohdansolovie wants to merge 2 commits into
Conversation
|
Thanks for the PR. I’m pausing this one before it enters a challenge. Short version: the miner looks too benchmark-shaped. The bot overlords are suspicious, and this time they brought receipts. What tripped the wire:
LLM sanity check:
Why this matters: Kata agents need to analyze unseen projects. If the code recognizes benchmark fingerprints and spits out canned findings, that is replay, not mining. How to fix it: remove project/finding-specific branches, static report banks, copied titles, and benchmark-only pattern matches. Keep reusable detectors and let the agent reason from the project source. Maintainer commands: |
…port-bank screener
|
I closed this PR because it failed the pre-scoring execution screener. Your PR passed intake earlier, but before scoring I run the candidate once on a real benchmark project to make sure it can execute and return valid report JSON. Screener project: Reason:
This candidate did not reach the challenge scoring, so this is marked |
Summary
Test plan
python -m py_compileclean; zero f-string literals and anast.unparse→ re-parse roundtrip succeeds (the exact break that made feat(sn60): king-recall transform + emit-5 margin win (bohdansolovie-20260723-04) #191 invalid cannot recur).kata submission validate→ status valid, screening pass.Made with Cursor