From 6f1373ed32e72e44a278415249bfa41144296b4e Mon Sep 17 00:00:00 2001 From: whatevertogo Date: Fri, 13 Mar 2026 02:51:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=87=8D=E8=A6=81?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=96=B0=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E5=85=BC=E5=AE=B9=E6=97=A7=E5=AE=9E=E7=8E=B0=E5=B9=B6?= =?UTF-8?q?=E9=81=B5=E5=BE=AA=E8=89=AF=E5=A5=BD=E8=AE=BE=E8=AE=A1=E5=8E=9F?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 3 +++ CLAUDE.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 476a900fc..3ddeac4ee 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,3 +31,6 @@ python run_tests.py -v # 详细输出 python run_tests.py -k "test_peer" # 运行匹配模式的测试 python run_tests.py --cov # 运行测试并生成覆盖率报告 ``` + +## 重要 +新实现要兼容旧实现但是还要保证架构良好设计原则和最佳实践 \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md index 476a900fc..3ddeac4ee 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -31,3 +31,6 @@ python run_tests.py -v # 详细输出 python run_tests.py -k "test_peer" # 运行匹配模式的测试 python run_tests.py --cov # 运行测试并生成覆盖率报告 ``` + +## 重要 +新实现要兼容旧实现但是还要保证架构良好设计原则和最佳实践 \ No newline at end of file