Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)"

This reverts commit 1bd68ff534.
This commit is contained in:
Affaan Mustafa
2026-02-20 01:11:30 -08:00
parent 1bd68ff534
commit 0e9f613fd1
536 changed files with 111479 additions and 253 deletions

View File

@@ -0,0 +1,29 @@
# 构建与修复
逐步修复 TypeScript 和构建错误:
1. 运行构建npm run build 或 pnpm build
2. 解析错误输出:
* 按文件分组
* 按严重性排序
3. 对于每个错误:
* 显示错误上下文(前后 5 行)
* 解释问题
* 提出修复方案
* 应用修复
* 重新运行构建
* 验证错误是否已解决
4. 在以下情况停止:
* 修复引入了新的错误
* 同一错误在 3 次尝试后仍然存在
* 用户请求暂停
5. 显示摘要:
* 已修复的错误
* 剩余的错误
* 新引入的错误
为了安全起见,一次只修复一个错误!