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

@@ -16,7 +16,7 @@ The *Matrix Gateway* provides bi-directional communication via the Matrix Client
:END:
** 1. Purpose
Integrate the Org-Agent into the Matrix federation for secure, distributed chat.
Integrate the OpenCortex into the Matrix federation for secure, distributed chat.
** 2. Success Criteria
- [ ] *Inbound:* Messages from Matrix rooms are normalized and injected into the harness Bus.
@@ -147,7 +147,7 @@ Initializes the Matrix background thread.
(loop
(matrix-process-sync)
(sleep 2)))
:name "org-agent-matrix-gateway"))
:name "opencortex-matrix-gateway"))
(harness-log "MATRIX: Gateway sync active.")))
#+end_src