chore(version): bump 0.7.0rc2 → 0.7.0rc3#161
Merged
Merged
Conversation
Rolls the test-trio into a soak-substrate release: - #158 every-MCP-tool integration canary - #159 [server]-extras CI matrix + layer3 --exercise-all-tools - #160 coverage gate at 80% + README badge (86% baseline) Composes with the prior 0.7.0rc2 features (NLI-based contradiction detection, dry_run flag). After PyPI publish + Fly redeploy, this is the version operators should run the Phase 1 standing-tier soak on per Brian's "all known bugs fixed before soak" standard. Suite 855 passing. mnemon --version returns 0.7.0rc3. Co-Authored-By: Claude Opus 4.7 (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.
Summary
3-line version bump rolling the test-trio into a soak-substrate release:
[server]-extras CI matrix +layer3 --exercise-all-tools(deployment + Fly-level)Composes with the prior 0.7.0rc2 features (NLI-based contradiction detection,
dry_runflag). After PyPI publish + Fly redeploy, this is the version operators should run the Phase 1 standing-tier soak on per Brian's "all known bugs fixed before soak" standard.Diff
Mirrors the PR #77 / #86 / #128 / #156 3-line bump pattern.
Post-merge ritual
git tag v0.7.0rc3 && git push origin v0.7.0rc3gh release create v0.7.0rc3 --notes-from-tag --prereleasepython -m build→dist/mnemon_memory-0.7.0rc3.{tar.gz,whl}twine upload dist/mnemon_memory-0.7.0rc3*(operator hands — auto-mode classifier blocks; happy to retry if a permission rule has since been added)mnemon upgrade web --app-name mnemon-memory --mnemon-version 0.7.0rc3(operator — Fly auth)mnemon doctor7/7 verifyscripts/promote_stable.sh layer3 --exercise-all-toolsagainst a test Fly app (~15 min, validates the new Fly-level probe end-to-end on a real upgrade)Then soak
memory_demote 131+memory_demote 2402(clean the standing-tier set per the 8:38 AM audit)memory_list_standing→ expect 3/15: #2543 + #2401 + #2084export MNEMON_STANDING_TIER_ENABLED=true## Standing context (always-on; …)sub-section is presentTest plan
mnemon --versionreturns0.7.0rc3🤖 Generated with Claude Code