From 5323f759d098c1db3b2700eab74fddb705ee42d4 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Tue, 28 Apr 2026 17:37:35 -0400 Subject: [PATCH] fix(test): use internal package prefix for compute-merkle-hash --- harness/memory.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/memory.org b/harness/memory.org index 36ed7a4..ab385a9 100644 --- a/harness/memory.org +++ b/harness/memory.org @@ -402,7 +402,7 @@ Utility functions for AST traversal and path resolution. ;; We'll use a manual check here since automatic validation is in the Loop (let ((obj (lookup-object id))) (let ((current-hash (org-object-hash obj)) - (computed-hash (opencortex:compute-merkle-hash (org-object-id obj) + (computed-hash (opencortex::compute-merkle-hash (org-object-id obj) (org-object-type obj) (org-object-attributes obj) (org-object-content obj)