chore(release): cut v0.10.0 — hash-linked event chain + anchored doctor gate - #83
Merged
Merged
Conversation
…or gate Version surfaces bumped 0.9.0 -> 0.10.0: pyproject.toml, .claude-plugin/plugin.json, and the four README surfaces (release badge, documented action pin, Status version, Status release tag). scripts/test_docs_version.py retargets the version pin to 0.10.0, adds the "## 0.10.0" CHANGELOG heading assertion, and machine-pins all four README version surfaces against plugin["version"] so a future cut cannot leave them stale. Verified teeth: with plugin.json bumped and README untouched, the new test fails. CHANGELOG 0.10.0 documents the chain fields and store-side computation, loop migrate, the doctor chain block, --expect-chain-head, the four new issue codes, the stricter schema-invalid-event rejection, the sidecar fix (with the 0.9.0 known-limitation line updated in place to point forward, not deleted), the integrity boundary quoting the mid-run-window paragraph verbatim from reference/repo-os-contract.md 16, and the two-directional compatibility rule.
There was a problem hiding this comment.
Pull request overview
Cuts the v0.10.0 release by updating all user-facing version surfaces (package metadata, plugin metadata, README pins/badges, and CHANGELOG), and adds a regression test to prevent README version drift from future releases.
Changes:
- Bump version to
0.10.0inpyproject.tomland.claude-plugin/plugin.json. - Update README release badge, action pin, and Status section version/tag to
0.10.0. - Add doc/version tests that pin README version surfaces to the plugin version and assert the
## 0.10.0CHANGELOG entry exists.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/test_docs_version.py | Updates version assertion to 0.10.0 and adds a test that pins README version surfaces to plugin.json. |
| README.md | Updates release badge, action pin, and Status version/tag to 0.10.0. |
| pyproject.toml | Bumps Python package version to 0.10.0. |
| CHANGELOG.md | Adds 0.10.0 entry and annotates the prior sidecar known-limitation as resolved in 0.10.0. |
| .claude-plugin/plugin.json | Bumps plugin version to 0.10.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
One release commit collecting PR #82 (hash-linked event chain + anchored doctor gate) and PR #80 (first half of the sidecar fix).
Version surfaces
pyproject.tomlversion = "0.10.0".claude-plugin/plugin.json"version": "0.10.0"release-0.10.0SollanSystems/loop-engineer@v0.10.00.10.0/v0.10.0scripts/test_docs_version.pyretargets the version pin to0.10.0, asserts the## 0.10.0CHANGELOG heading, and machine-pins all four README version surfaces againstplugin["version"]— previously none of them were pinned, so each release cut could leave them stale silently. Teeth verified: withplugin.jsonbumped and the README untouched,test_readme_version_surfaces_match_plugin_versionfails.CHANGELOG 0.10.0 (excerpt)
The entry also documents
loop migrate, the doctorchainblock,--expect-chain-head, the four new issue codes (event_chain_broken,chain_anchor_mismatch,missing_event_store,chain_columns_missing), the stricter schema-invalid-event rejection instatus/replay/doctor, the sidecar resolution (the 0.9.0 known-limitation line is updated in place with a forward pointer, not deleted), and the two-directional compatibility rule — pre-0.10.0 readers are fine; pre-0.10.0 writers must not append to a chained store.Gates
yaml+schemasextras; 951 / 86 in structural-fallback mode (PyYAML only). Live checkout reads 1023/14 and 953/84 through the two checked-when-present tests.scripts/self_eval.py: 13/13 structural invariants.scripts/validate_frontmatter.py: 9 skills, 0 errors.python3 -m loop --version→0.10.0.reference/repo-os-contract.md§16.Tag (
v0.10.0→ PyPI publish) follows this PR's squash commit.