test+docs: property-test the core guarantees; add Guarantees page#18
Merged
Conversation
Prove the claims the event-log architecture rests on — by generating random event sequences with Hypothesis and asserting the invariants, not by example. - tests/test_invariants.py: four property tests — append-only history, deterministic content-addressed snapshots (tamper-evident), newest-first ordering, and point-in-time reconstruction. - docs/concepts/guarantees.md: states each contract precisely and names the test that enforces it — docs and tests cite each other. Includes an honest scope note (snapshots are content-addressed individually, not yet a chained Merkle hash — a deliberate future change, not an accidental gap). - pyproject: add hypothesis to the dev extra (runs in CI). 725 passed / 23 skipped, coverage 74.50%. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Make the system prove its own claims — the rigor signal.
hypothesisadded to the dev extra, so the invariants run in CI.If a future SDK change broke a guarantee, the build would fail before it shipped. 725 passed / 23 skipped, coverage 74.50%.
🤖 Generated with Claude Code