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,12 +1,12 @@
services:
org-agent:
opencortex:
build:
context: .
dockerfile: Dockerfile
container_name: org-agent
container_name: opencortex
env_file: .env
volumes:
# Mount the entire memex directory (2 levels up from projects/org-agent)
# Mount the entire memex directory (2 levels up from projects/opencortex)
- ../..:/memex
# Ensure signal-cli state is preserved
- signal-state:/root/.local/share/signal-cli