From b58b780a445673a34471f94d17a2f33ce429faa0 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Tue, 14 Apr 2026 11:51:17 -0400 Subject: [PATCH] BRAND: Rename to OpenCortex and prune roadmap to v3.0.0 --- README.org | 7 +------ skills/org-skill-cli-gateway.org | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 1d4a205..2e6b87b 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -#+TITLE: org-agent: A Self-Writing Agentic Environment in Common Lisp +#+TITLE: OpenCortex: The Conductor of your Life Stack *org-agent* is a minimalist, extensible AI agent framework designed to manage and continuously organize your personal knowledge base. It transforms a static collection of plaintext notes into a live, programmable [[https://en.wikipedia.org/wiki/Memex][Memex]]—an automated, personalized memory system where humans and AI collaborate in the exact same workspace. @@ -142,8 +142,3 @@ The great inversion. The Lisp engine takes the wheel, and the LLM is relegated t - *Deterministic Planning (The Solver):* The core reasoning engine uses formal logic, graph traversal, and constraint solving to plan and execute workflows. - *Self-Correcting Syntax:* The Lisp engine catches and repairs hallucinated syntax errors without consulting the LLM. -** v4.0.0+ (Phase 5): The Neurosymbolic Singularity -The ultimate vision realized. The agent achieves homoiconic autonomy. -- *Homoiconic Self-Writing:* The agent inspects its own literate source code, proposes optimizations, formally verifies them, and hot-reloads itself at runtime. -- *Asynchronous Swarm Cognition:* The agent spawns isolated sub-agents in jailed Lisp packages to solve sub-tasks in parallel. -- *The Digital Extension of Self:* A perfect, asynchronous operating system for your digital life, managing the Memex with zero structural degradation. diff --git a/skills/org-skill-cli-gateway.org b/skills/org-skill-cli-gateway.org index 11bd9e2..0c3e830 100644 --- a/skills/org-skill-cli-gateway.org +++ b/skills/org-skill-cli-gateway.org @@ -75,7 +75,7 @@ Handles an individual TCP connection. It reads lines until the connection is clo "Reads lines from a CLI client and injects them as stimuli." (harness-log "CLI: Client connected.") (format stream "--------------------------------------------------~%") - (format stream " Connected to the Autonomous Brain (v0.1.0)~%") + (format stream " Connected to OpenCortex~%") (format stream "--------------------------------------------------~%") (finish-output stream) (handler-case