release: 2.14.1 - K5/K6 поправени преди да им се разчита - #102
Merged
Conversation
Три дефекта в tools/k_checker.py (2.14.0), намерени от външна оценка същия ден и потвърдени срещу собствените фикстури на проекта: - K5 пропускаше всяка колона извън затворения речник на preflight.py - 0 от 28 намерени. Сега обхожда всяко заглавие на листа. - K6 броеше причина и последица като две находки, когато незакръглен клас се разлее в брутото. Сега е по веднъж на ред. - test/k_checker_test.py тестваше ръчна фикстура, в която и двата дефекта не биха се проявили. Сега прогонва и през test/generate_wide.py по seed-ове срещу манифеста, закачен е в pre-commit и в двете CI стъпки. Верифицирано на 300 seed-а: K5 129/129, K6 130/130, нула лъжливи положителни. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XvbzEbQwxwxxHAtXfPMrno
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump to 2.14.1, marking the fixes in #101 (three defects in
tools/k_checker.pyfound and fixed the same day 2.14.0 shipped, before anyone relied on it): K5 walking every column instead of only known concepts, K6 counting one finding per row instead of double-counting a chain, and a real test againsttest/generate_wide.py's manifest wired into pre-commit and CI.🤖 Generated with Claude Code
https://claude.ai/code/session_01XvbzEbQwxwxxHAtXfPMrno