release: v4.0.0 — v4 consolidation + release-gate fixes#159
Merged
Conversation
…e/security/agents/surfaces) Version 3.28.0 -> 4.0.0. CHANGELOG documents the full v4 story + migration note (imports change to subpackage paths, DB unchanged, old paths shimmed). Release-gate audit fixes (both HIGH, would have shipped to public PyPI): - packages.find scoped to memorymaster* — the wheel now ships ONLY the library (was sweeping tests/scripts/benchmarks/cloned into site-packages, colliding on 'import tests'/'import scripts'). - scrubbed a hardcoded home-lab IP (192.168.100.186 -> localhost/env) from benchmarks + scripts; bench_recall_latency.py path now env/relative. Gate: 2873 passed, ruff clean; clean wheel verified (RECORD top-level = memorymaster only, 0 IP).
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.
MM v4 program — Phase 6: release v4.0.0
The capstone: version bump, the full v4 CHANGELOG, and the two release-gate audit fixes.
Release-gate audit (4 parallel skeptics) caught 2 HIGH blockers — both fixed
[tool.setuptools.packages.find]usedwhere=["."]with no filter, sweeping tests/, scripts/, benchmarks/, vendored cloned/ into site-packages as importable top-level packages (import tests/import scriptscollide in any user venv). Scoped toinclude=["memorymaster*"]— the published wheel now ships ONLY the library (verified: wheel RECORD top-level = memorymaster + dist-info, zero IP).Also: bench_recall_latency.py hardcoded maintainer path -> env/relative.
Release content
Gate: 2873 passed, 53 skipped, 1 xfailed; ruff clean; clean wheel verified.
Generated with Claude Code