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:
park-kyungchan
2026-02-20 15:34:51 +09:00
committed by GitHub
parent 24047351c2
commit 1bd68ff534
536 changed files with 253 additions and 111479 deletions

View File

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