mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-14 13:53:29 +08:00
feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)
ECC community plugin pruning: removed 530+ non-essential files (.cursor/, .opencode/, docs/ja-JP, docs/zh-CN, docs/zh-TW, language-specific skills/agents/rules). Retained 4 agents, 3 commands, 5 skills. Promoted 13 rule files (8 common + 5 typescript) to .claude/rules/ for CC native loading. Extracted reusable patterns to EXTRACTED-PATTERNS.md.
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
# 构建与修复
|
||||
|
||||
逐步修复 TypeScript 和构建错误:
|
||||
|
||||
1. 运行构建:npm run build 或 pnpm build
|
||||
|
||||
2. 解析错误输出:
|
||||
* 按文件分组
|
||||
* 按严重性排序
|
||||
|
||||
3. 对于每个错误:
|
||||
* 显示错误上下文(前后 5 行)
|
||||
* 解释问题
|
||||
* 提出修复方案
|
||||
* 应用修复
|
||||
* 重新运行构建
|
||||
* 验证错误是否已解决
|
||||
|
||||
4. 在以下情况停止:
|
||||
* 修复引入了新的错误
|
||||
* 同一错误在 3 次尝试后仍然存在
|
||||
* 用户请求暂停
|
||||
|
||||
5. 显示摘要:
|
||||
* 已修复的错误
|
||||
* 剩余的错误
|
||||
* 新引入的错误
|
||||
|
||||
为了安全起见,一次只修复一个错误!
|
||||
Reference in New Issue
Block a user