BRAND: Rename to OpenCortex and prune roadmap to v3.0.0

This commit is contained in:
2026-04-14 11:51:17 -04:00
parent ba33ec8ecd
commit b58b780a44
2 changed files with 2 additions and 7 deletions

View File

@@ -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.

View File

@@ -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