diff --git a/README.md b/README.md index e8479db..e54a653 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ The Rust port is a complete, working CLI (`claw`) with: - CLAW.md project memory and config hierarchy - OAuth authentication flow - Session persistence and compaction +- HTTP/SSE server (axum-based, direct connect sessions) Every crate, every test, every commit was driven through oh-my-opencode's **Sisyphus** agent with `ultrawork` mode — from initial scaffolding to the final cleanroom pass. The cleanroom refactor, QA verification, git history rewrite, and CI setup were coordinated by **Jobdori** ([OpenClaw](https://github.com/openclaw/openclaw)), an AI assistant orchestrating the entire workflow. The Rust port passes all 274 tests across the workspace. @@ -123,6 +124,7 @@ This repository now focuses on Python porting work instead. │ ├── crates/claw-cli/ # Interactive CLI binary │ ├── crates/plugins/ # Plugin system │ ├── crates/commands/ # Slash commands +│ ├── crates/server/ # HTTP/SSE server (axum) │ └── crates/tools/ # Tool specs ├── tests/ # Python verification ├── assets/omx/ # OmX workflow screenshots