fix(chaos): resolve package and symbol issues in Tier 2 tests

This commit is contained in:
2026-04-28 17:36:44 -04:00
parent 589ff1cb8d
commit 609669b304
3 changed files with 4 additions and 4 deletions

View File

@@ -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 (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)