chore(release): 3.8.1 - #201
Merged
Merged
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
Release 3.8.1. Version bumped across all 16 version-bearing locations, with a
CHANGELOG.mdsection for the two fixes that landed since 3.8.0.
PATCH rather than MINOR: both changes are bug fixes with no new surface.
smem_transplant'smin_salienceand the decay telemetry that would have justified a MINOR shipped in 3.8.0.Contents
save_neuron_snapshotsent adatetimeinto a column the schema declares as astring, so a SCHEMAFULL backend refused the write and the caller's fail-soft
excepthid it. Destructive compression therefore ran with no snapshot behind it.
content_hash, the stored embedding andmetadata["_structure"]when they replace aneuron's content, batched per fiber rather than per neuron. Consumers of content-derived
fields skip graph-only placeholder content instead of fingerprinting a store-wide constant.
Test plan
python scripts/pre_ship.py— all 10 sections pass, including version consistency(16/16 at 3.8.1), the CHANGELOG entry check, ruff, mypy, the fast unit suite, and both
documentation-freshness gates.
SurrealDB integration job.
ClawHub and the VS Code Marketplace. The publish steps in
release.ymlare tolerant offailure, so a green job is not by itself evidence that anything was published.