♻️ refactor(playbook): streamline agents and refresh tsl docs

This commit is contained in:
csh
2026-01-10 16:55:44 +08:00
parent b529012c59
commit 5822a8736d
88 changed files with 103561 additions and 130104 deletions
+8 -6
View File
@@ -63,10 +63,10 @@ teardown() {
# 验证必须文件
[ -d ".agents/tsl" ]
[ -f ".agents/tsl/index.md" ]
[ -f ".agents/tsl/auth.md" ]
[ -f ".agents/tsl/code_quality.md" ]
[ -f ".agents/tsl/performance.md" ]
[ -f ".agents/tsl/testing.md" ]
[ ! -f ".agents/tsl/auth.md" ]
[ ! -f ".agents/tsl/code_quality.md" ]
[ ! -f ".agents/tsl/performance.md" ]
[ ! -f ".agents/tsl/testing.md" ]
}
@test "sync_standards.sh cpp - 同步 C++ 规则集" {
@@ -76,8 +76,10 @@ teardown() {
# 验证必须文件
[ -d ".agents/cpp" ]
[ -f ".agents/cpp/index.md" ]
[ -f ".agents/cpp/auth.md" ]
[ -f ".agents/cpp/code_quality.md" ]
[ ! -f ".agents/cpp/auth.md" ]
[ ! -f ".agents/cpp/code_quality.md" ]
[ ! -f ".agents/cpp/performance.md" ]
[ ! -f ".agents/cpp/testing.md" ]
}
@test "sync_standards.sh tsl cpp - 同步多个规则集" {