feat(memory): native memory primitives — remember/recall/forget/reflect (Closes #517)#565
Open
feat(memory): native memory primitives — remember/recall/forget/reflect (Closes #517)#565
Conversation
…/reflect (Closes #517) - specs/memory/memory_primitives.t27: MemoryCell type, 6 functions, 6 tests, 5 invariants, 4 benchmarks - specs/memory/memory_store.t27: content-addressable backend, 9 functions, 6 tests, 3 invariants, 2 benchmarks - specs/memory/memory_scope.t27: agent/session/permanent lifetimes, 8 functions, 6 tests, 4 invariants, 3 benchmarks - specs/memory/memory_phi.t27: phi-hash seal integration, 7 functions, 7 tests, 5 invariants, 3 benchmarks
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
…rrors (Closes #339) - Add mod math_compare + Math subcommand to t27c CLI - Fix GenXdc/CheckPins/XdcVerify: replace missing run_* with stubs - Fix FpgaBuild: remove non-existent profile/board fields from match - Fix Task: add stub TaskCommands enum (bridge::TaskCommands missing) - Fix TriStatus: add match arm for non-server build - Remove duplicate TernaryEncode match arm - Add Math { command } match arm with math_compare::run_math_command All hybrid v2 golden checkpoints PASS: N=5: cos=0.9649159951, theta=15.22 deg N=10: cos=0.9617744938, theta=15.89 deg N=20: cos=0.9617435184, theta=15.90 deg (plateau) N=152: cos=0.9617435163, theta=15.90 deg (catalog limit)
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
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
remember/recall/forgetprimitives #517 Native Memory System:specs/memory/memory_primitives.t27— MemoryCell type, remember/recall/forget/reflect + fuzzy recall + tag-based recall (6 functions, 6 tests, 5 invariants, 4 benchmarks)specs/memory/memory_store.t27— content-addressable backend with SHA-256 hashing, tombstone compaction, scope filtering (9 functions, 6 tests, 3 invariants, 2 benchmarks)specs/memory/memory_scope.t27— agent/session/permanent lifetime management with TTL, LRU eviction (8 functions, 6 tests, 4 invariants, 3 benchmarks)specs/memory/memory_phi.t27— phi-hash seal integration, audit logging, hash combining (7 functions, 7 tests, 5 invariants, 3 benchmarks).trinity/seals/Closes #517
Test plan
t27cparses all 4 specs without errors