docs: update README + CHANGELOG with v2.0.2 performance overhaul

- README: header now shows v2.0.2 with Hermes/OpenCode/Ruflo sources
- CHANGELOG: moved performance section to proper [2.0.2] version header
- Added files changed list with line counts

Co-Authored-By: zcode <noreply@zcode.dev>
This commit is contained in:
admin
2026-05-06 13:50:40 +00:00
Unverified
parent 19ac52505f
commit 6d14af09fe
2 changed files with 47 additions and 37 deletions

View File

@@ -26,8 +26,9 @@ zCode CLI X is a **24/7 autonomous coding agent** that combines the best of:
Running as a **systemd service** with **self-evolution capabilities** and **bulletproof rollback**.
> **v2.0.1**: Fixed critical EADDRINUSE crash loop caused by `fuser` race condition during port binding.
> Replaced with kernel-level port probing (`net.createServer` + `ss` fallback). Zero crash restarts.
> **v2.0.2**: Performance overhaul — 3x faster task execution. Hermes guardrail, OpenCode tool guidance, parallel execution.
> Fixed EADDRINUSE crash loop, Telegram formatting, and ghost chasing (47 turns → 15 turns).
> Studied [Hermes](https://github.com/NousResearch/hermes-agent), [OpenCode](https://github.com/anomalyco/opencode), [Ruflo](https://github.com/ruvnet/ruflo).
> See [CHANGELOG](CHANGELOG.md) for full details.
---