Establish versioned verification framework - #2
Draft
jordanyushen wants to merge 1 commit into
Draft
jordanyushen wants to merge 1 commit into
jordanyushen wants to merge 1 commit into
Conversation
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.
Summary
Establishes the first versioned verification framework without changing solver equations or engineering behavior.
python -m beamcheck.verificationFiles changed
beamcheck/verification/— loader, models, comparison engine, runner, module entry pointverification/— schemas, four draft cases, reference placeholders, generated-summary policytests/test_verification_corpus.py— corpus invariants and pass/fail runner behavior.github/workflows/tests.yml— verification CI steprequirements.txt— JSON Schema validation dependencyEngineering behavior changed
No. Production solver equations, validation, UI, diagrams, formula trace, and PDF calculation behavior are unchanged. All verification execution calls the existing production
solve()function.Tests
Commands:
python -m pytest -qpython -m beamcheck.verificationpython app.py --smoke-testpython -m pip checkResults:
Verification corpus
BC-0001throughBC-0004)Draft cases are intentionally skipped and are not advertised as independently verified.
Risks / unresolved
The corpus has no owner-approved independent references yet. Expected files remain empty by design, and no generated verification statistics are published in the README.
Owner action required
Provide or approve an independent source for each of the four classic beam cases, including title, author/organization, edition/revision, page/equation/section, and URL or identifier where applicable. Only then should a separate PR add expected quantities/tolerances and promote cases to
verified.