feat: Release integration + publication polish (v0.23.1)#26
Merged
coredipper merged 1 commit intomainfrom Mar 24, 2026
Merged
Conversation
Phase 8 of the roadmap — the capstone. Bi-temporal memory adapters: - histone_to_bitemporal() bridges HistoneStore markers into bi-temporal facts - episodic_to_bitemporal() bridges EpisodicMemory entries into bi-temporal facts - One-way, non-destructive: source systems unchanged Cross-subsystem integration tests (5 end-to-end): - Substrate + watcher: facts recorded, watcher observes - Adaptive assembly + consolidation: run → consolidate → promote - Social learning + development: scaffold with developmental gating - Full lifecycle: telomere → development → library → adaptive → consolidation - Memory adapters + consolidation: histone/episodic → bi-temporal bridge Article polish: - Abstract rewritten for full v0.19–v0.23 scope (six-layer progression) - Conclusion updated with roadmap arc + updated future work - References to Dupoux/LeCun/Malik and Hao et al. in conclusion - 11 new tests (1130 total, all passing) - Bump version to 0.23.1 Co-Authored-By: Claude Opus 4.6 (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
Phase 8 — the capstone. Completes the roadmap.
histone_to_bitemporal()andepisodic_to_bitemporal()bridge existing memory systems into the bi-temporal fact store (one-way, non-destructive)Test plan
pytest tests/unit/memory/test_adapters.py— 6 tests passpytest tests/integration/test_full_stack.py— 5 tests passpytest tests/— 1130 tests pass🤖 Generated with Claude Code