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,31 +0,0 @@
# 更新文件
從單一真相來源同步文件:
1. 讀取 package.json scripts 區段
- 產生 scripts 參考表
- 包含註解中的描述
2. 讀取 .env.example
- 擷取所有環境變數
- 記錄用途和格式
3. 產生 docs/CONTRIB.md包含
- 開發工作流程
- 可用的 scripts
- 環境設定
- 測試程序
4. 產生 docs/RUNBOOK.md包含
- 部署程序
- 監控和警報
- 常見問題和修復
- 回滾程序
5. 識別過時的文件:
- 找出 90 天以上未修改的文件
- 列出供手動審查
6. 顯示差異摘要
單一真相來源package.json 和 .env.example