@catcuts-skills/commit 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -206,7 +206,7 @@ skills/commit/
206
206
 
207
207
  ## 开发
208
208
 
209
- 本技能基于 [agent-skill-npm-boilerplate](https://github.com/<your-username>/agent-skill-npm-boilerplate) 开发。
209
+ 本技能基于 [agent-skill-npm-boilerplate](https://github.com/catcuts/agent-skill-npm-boilerplate) 开发。
210
210
 
211
211
  ## 相关资源
212
212
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catcuts-skills/commit",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "读取 staged 代码差异,自动生成符合 Conventional Commits 规范的提交文本",
5
5
  "main": "index.js",
6
6
  "scripts": {