exomind 0.7.0 → 0.7.1
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/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/skill/claude/SKILL.md +1 -0
package/package.json
CHANGED
package/skill/claude/SKILL.md
CHANGED
|
@@ -114,6 +114,7 @@ When the session produces any of the following, **immediately run `exomind inges
|
|
|
114
114
|
- **Root-cause / debugging insights** — 根因分析, 调试经验
|
|
115
115
|
- **Performance results with concrete numbers** — 优化效果, 性能数据, 对比数据
|
|
116
116
|
- **Best practices / patterns** — 最佳实践, 设计模式
|
|
117
|
+
- **Reusable knowledge — concepts, methodology, mental models, classic practices, reusable solutions, distilled experience** — 可复用的方案、概念、方法论、认知、经验、经典实践
|
|
117
118
|
|
|
118
119
|
Rules for ingesting:
|
|
119
120
|
- Use a **descriptive title** (`-t`), not a generic one like "经验总结".
|