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

@@ -73,7 +73,7 @@ The Engineering Standards skill provides the deterministic enforcement of the wo
;; If the action involves modifying files, check git status
(when (member act '(:modify-file :write-file :replace :rename-file :delete-file))
(let ((proj-root (asdf:system-source-directory :org-agent)))
(let ((proj-root (asdf:system-source-directory :opencortex)))
(unless (verify-git-clean-p proj-root)
(harness-log "DETERMINISTIC [Standards]: BLOCKING ACTION. Working tree is dirty. Commit changes before modification.")
(return-from engineering-standards-gate
@@ -84,4 +84,4 @@ The Engineering Standards skill provides the deterministic enforcement of the wo
* See Also
- [[file:org-skill-system-invariants.org][System Policy]]
- [[file:../README.org][org-agent README]]
- [[file:../README.org][opencortex README]]