fix: reject duplicate memory recall identities #294

Open
nsaspy wants to merge 0 commits from rage/374-memory-duplicate-recall into main
Owner

Successor to #375 after the required replay onto post-#373 canonical main. Closes #374 and advances #7.

RED→GREEN correctness slice:

  • backend recall remains capped at 64 records;
  • each record is fully validated first;
  • duplicate stable memory IDs fail closed before results are returned;
  • no parallel backend or unsupported recall semantics are introduced.

Merge only after fresh exact-head source/install compatibility, registry/plugin tests, and generated Nix package builds are green.

Successor to #375 after the required replay onto post-#373 canonical main. Closes #374 and advances #7. RED→GREEN correctness slice: - backend recall remains capped at 64 records; - each record is fully validated first; - duplicate stable memory IDs fail closed before results are returned; - no parallel backend or unsupported recall semantics are introduced. Merge only after fresh exact-head source/install compatibility, registry/plugin tests, and generated Nix package builds are green.
Some checks failed
CI / test (pull_request) Failing after 41s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/374-memory-duplicate-recall:rage/374-memory-duplicate-recall
git switch rage/374-memory-duplicate-recall

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/374-memory-duplicate-recall
git switch rage/374-memory-duplicate-recall
git rebase main
git switch main
git merge --ff-only rage/374-memory-duplicate-recall
git switch rage/374-memory-duplicate-recall
git rebase main
git switch main
git merge --no-ff rage/374-memory-duplicate-recall
git switch main
git merge --squash rage/374-memory-duplicate-recall
git switch main
git merge --ff-only rage/374-memory-duplicate-recall
git switch main
git merge rage/374-memory-duplicate-recall
git push origin main
Sign in to join this conversation.
No description provided.