From eef217522bf4e0fb9c54f9b944f1cde5db739725 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Fri, 12 Dec 2025 22:32:45 +0800 Subject: [PATCH] chore: simplify readme (#5334) --- readme-cn.md | 4 ++-- readme.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme-cn.md b/readme-cn.md index c95701928..c3f293837 100644 --- a/readme-cn.md +++ b/readme-cn.md @@ -104,12 +104,12 @@ GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/zeromicro ### 三大核心项目 -**[ai-context](https://github.com/zeromicro/ai-context)** - AI 的"工作手册"(~5KB) +**[ai-context](https://github.com/zeromicro/ai-context)** - AI 的"工作手册" - 告诉 AI 助手**什么时候做什么** - 工作流程和决策树的快速参考 - 专为 GitHub Copilot 优化(通过 `.github/copilot-instructions.md`) -**[zero-skills](https://github.com/zeromicro/zero-skills)** - AI 的"技术百科"(~40KB+) +**[zero-skills](https://github.com/zeromicro/zero-skills)** - AI 的"技术百科" - 提供**详细模式**和完整示例 - ✅ 正确做法 vs ❌ 错误做法对比 - 涵盖 REST API、RPC、数据库、弹性保护等 diff --git a/readme.md b/readme.md index 3f89294b7..0681cb1d7 100644 --- a/readme.md +++ b/readme.md @@ -110,12 +110,12 @@ Make AI assistants (Claude, GitHub Copilot, Cursor, etc.) your go-zero experts! ### Three Core Projects -**[ai-context](https://github.com/zeromicro/ai-context)** - AI's "Workflow Guide" (~5KB) +**[ai-context](https://github.com/zeromicro/ai-context)** - AI's "Workflow Guide" - Tells AI assistants **when and how** to use go-zero tools - Quick reference for code patterns and decision trees - Optimized for GitHub Copilot via `.github/copilot-instructions.md` -**[zero-skills](https://github.com/zeromicro/zero-skills)** - AI's "Knowledge Base" (~40KB+) +**[zero-skills](https://github.com/zeromicro/zero-skills)** - AI's "Knowledge Base" - Provides **detailed patterns** with complete examples - Shows ✅ correct patterns vs ❌ common mistakes - Covers REST APIs, RPC, databases, and resilience patterns