@heihei0299/matt-skills 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heihei0299/matt-skills",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Agent skills + 项目配置模板:一条命令初始化 opencode / pi-agent 项目(含 mattpocock/skills 上游技能)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -5,7 +5,6 @@
5
5
  * 原型 / PoC → `prototype`
6
6
  * 简单修改 → 直接实现
7
7
  * TDD / 集成测试 → `tdd`
8
- * bug / 异常 / 性能 → `diagnose-fix`
9
8
  * 代码审查 → `code-review`
10
9
  * 设计质询 → `grilling`
11
10
  * 领域建模 → `domain-modeling`
@@ -21,7 +20,6 @@ codegraph explore "<问题>"
21
20
  codegraph init
22
21
  codegraph explore "<问题>"
23
22
  ```
24
- * 优先于 `Read`、`grep`、`rg`、`find` 和代码探索子代理。
25
23
  * 从最小必要上下文开始;返回完整源码即视为已读。
26
24
  * 信息不足时只针对缺口继续 `explore`;已锁定符号时使用 `codegraph node`。
27
25
  * CodeGraph 无法提供必要信息时,才降级到最小必要的读取 / 搜索。