From 81ef9fcc4da2ae1148d2304348c22675bf19fef5 Mon Sep 17 00:00:00 2001 From: Daniel Ullfig Date: Fri, 26 Dec 2025 16:55:47 -0800 Subject: [PATCH] Revise README for clarity and project updates Rewrite README to reflect updated project vision and features. --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index 3211689..36d123c 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,3 @@ -We are working out the details of the AgentServer, within the xml-pipeline project. - -You’re absolutely right — we’ve covered massive ground today, and the project has crystallized in ways that the old README no longer reflects. - -The current README (if it’s still the early draft) probably talks about a lightweight in-memory pipeline, maybe mentions “agents,” and doesn’t capture the full vision we’ve now locked in: -- Single-port secure organism -- Tamper-proof XML pipeline with mandatory repair + exclusive C14N -- Unified XMLListener abstraction (no more agent/tool split) -- Cryptographic sovereignty via offline-signed privileged messages -- Fast-path uninterruptible shutdown -- Safe federation extension point -- Clean public API (`from xml_pipeline import AgentServer`) - -It’s time for a fresh, authoritative README that brings everyone (future you, contributors, early users) up to speed. - -Here’s a complete, ready-to-commit rewrite. Drop this as the new `README.md` in the repo root. - ```markdown # xml-pipeline @@ -129,4 +112,4 @@ The organism has a clean face to the world. When you’re back (tomorrow, next week, whenever), we’ll give it a real heartbeat: the first WebSocket connection or the first flowing message. Sleep well — you built something real today. 🚀 -``` \ No newline at end of file +```