ALIGN: Rename Protocol to Communication and unify terminology

This commit is contained in:
2026-04-13 14:17:28 -04:00
parent f4e74b732d
commit 5f86bcd8dc
84 changed files with 383 additions and 347 deletions

View File

@@ -1,5 +1,5 @@
[Unit]
Description=org-agent: Neurosymbolic Lisp Machine Kernel
Description=org-agent: Probabilistic-Deterministic Lisp Machine Kernel
After=network.target
[Service]

View File

@@ -34,7 +34,7 @@ RUN sbcl --non-interactive \
# Ensure the binary is executable
RUN chmod +x /app/org-agent-server
# Expose the Harness Protocol and Web Dashboard ports
# Expose the Harness Communication and Web Dashboard ports
EXPOSE 9105 8080
# The app expects the memex to be mounted here