v0.2.0 — closed reconstruction loop
reverify reconstruct closes the loop: a language model proposes claims about a binary, the deterministic verifier judges each against the actual bytes, refutations are fed back, and it iterates until the reconstruction is grounded.
Added
ReconstructionAgent(reverify/agent.py) and thereverify reconstruct --goal ...command (--mockoffline demo,--roundscap).- Model injected as a
proposecallable; fully testable offline.openai_proposer()builds a live one from OPENAI_* env.
75 unit tests. pip install reverify