chore: record CoarseCheck probe + HexManual render driver; gitignore sessions/#8335
Open
kim-em wants to merge 1 commit into
Open
chore: record CoarseCheck probe + HexManual render driver; gitignore sessions/#8335kim-em wants to merge 1 commit into
kim-em wants to merge 1 commit into
Conversation
…sessions/ CoarseCheck.lean is an empirical probe confirming the fast path never emits a coarse (reducible) factor (only the correct fine factorisation or a clean `none`) — soundness evidence for `factor_irreducible_of_nonUnit`. HexManualMain.lean is the Verso render driver for the HexManual lib. sessions/ is pod runtime stdout log output, never meant to be tracked. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
This records two previously-untracked files and ignores the pod runtime log directory.
HexBerlekampZassenhaus/CoarseCheck.leanis an empirical probe that confirms the van Hoeij fast path never emits a coarse (reducible) factor — it only returns the correct fine factorisation or a cleannone. That is soundness evidence forfactor_irreducible_of_nonUnit. It is not imported by any build target (the lib has no globs), so it does not affect CI.HexManualMain.leanis the Verso render driver for the trackedHexManuallib.sessions/is pod agent stdout log output (was ~1.1 GB of untracked files in the working tree); it is never meant to be tracked.🤖 Prepared with Claude Code