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,30 @@
# 研究背景
模式:探索、调查、学习
重点:先理解,后行动
## 行为准则
* 广泛阅读后再下结论
* 提出澄清性问题
* 在研究过程中记录发现
* 在理解清晰之前不要编写代码
## 研究流程
1. 理解问题
2. 探索相关代码/文档
3. 形成假设
4. 用证据验证
5. 总结发现
## 推荐工具
* `Read` 用于理解代码
* `Grep``Glob` 用于查找模式
* `WebSearch``WebFetch` 用于获取外部文档
* 针对代码库问题,使用 `Task` 与探索代理
## 输出
先呈现发现,后提出建议