docs: audit reports + feature docs + skills + admin-v2 + config sync
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled

Update audit tracker, roadmap, architecture docs,
add admin-v2 Roles page + Billing tests,
sync CLAUDE.md, Cargo.toml, docker-compose.yml,
add deep-research / frontend-design / chart-visualization skills

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
iven
2026-04-02 19:25:00 +08:00
parent 28299807b6
commit 8898bb399e
48 changed files with 7388 additions and 173 deletions

View File

@@ -1,5 +1,6 @@
# 智能技能路由系统
> **最后更新**: 2026-04-01
> **设计目标**: 让 ZCLAW 能智能地理解用户意图,自动选择和调用合适的技能,而不是依赖硬编码的触发词。
---
@@ -58,7 +59,7 @@
┌─────────────────────────────────────────────────────────────────┐
│ Skill Registry │
│ - 77 个技能的元数据 │
│ - 75 个技能的元数据 │
│ - 描述、能力、示例 │
│ - 向量索引 │
└─────────────────────────────────────────────────────────────────┘
@@ -398,7 +399,7 @@ fn build_skill_aware_system_prompt(&self, base_prompt: Option<&String>) -> Strin
| **SQLite + vec** | 持久化简单 |
| **Qdrant/Chroma** | 大规模需要过滤 |
**推荐**: 对于 77 个技能内存 HashMap 足够
**推荐**: 对于 75 个技能内存 HashMap 足够
---