REFAC: Global rename of org-agent to opencortex

This commit is contained in:
2026-04-14 12:10:11 -04:00
parent b58b780a44
commit 849c078c37
95 changed files with 662 additions and 642 deletions

View File

@@ -1,4 +1,4 @@
(defpackage :org-agent
(defpackage :opencortex
(:use :cl)
(:export
;; --- communication protocol ---
@@ -103,7 +103,7 @@
;; --- AST Helpers ---
#:find-headline-missing-id))
(in-package :org-agent)
(in-package :opencortex)
(defvar *system-logs* nil)
(defvar *logs-lock* (bt:make-lock "harness-logs-lock"))