From ae55ad6dc4024a4e7e9443f128d7730e68563b4f Mon Sep 17 00:00:00 2001 From: iven Date: Mon, 6 Apr 2026 22:54:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20middleware=20count=20=E2=80=94=20?= =?UTF-8?q?11=20layers=20(not=2012)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarification is a separate system, not a middleware layer. Verified against crates/zclaw-runtime/src/middleware/ directory. --- docs/features/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/README.md b/docs/features/README.md index e199a5e..c3efb12 100644 --- a/docs/features/README.md +++ b/docs/features/README.md @@ -113,7 +113,7 @@ | **Agent Growth System** | SqliteStorage + FTS5 + TF-IDF + Memory Extractor + ExtractionAdapter (闭环) | | **安全审计** | 渗透测试 V1: 5 HIGH + 10 MEDIUM 全部修复, 整体评级 B+ | | **Admin V2** | Vite + React + Ant Design Pro, 15 页面, HttpOnly Cookie 认证 | -| **运行时中间件** | 12 层: Compaction, Memory, LoopGuard, TokenCalibration, SkillIndex, Title, DanglingTool, ToolError, ToolOutputGuard, Guardrail, SubagentLimit, Clarification | +| **运行时中间件** | 11 层: Compaction, Memory, LoopGuard, TokenCalibration, SkillIndex, Title, DanglingTool, ToolError, ToolOutputGuard, Guardrail, SubagentLimit | ---