ssci-subagent-skills 1.0.1 → 1.0.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/CHANGELOG.md CHANGED
@@ -191,5 +191,5 @@ and versioning adheres to [Semantic Versioning](https://semver.org/).
191
191
 
192
192
  ## 链接 / Links
193
193
 
194
- - [当前版本](https://github.com/yourusername/sscisubagent-skills/releases/tag/v1.0.0)
195
- - [所有版本](https://github.com/yourusername/sscisubagent-skills/releases)
194
+ - [当前版本](https://github.com/ptreezh/sscisubagent-skills/releases/tag/v1.0.0)
195
+ - [所有版本](https://github.com/ptreezh/sscisubagent-skills/releases)
package/README.md CHANGED
@@ -57,7 +57,7 @@ SSCI Subagent Skills is a professional multi-agent skill system designed for Chi
57
57
 
58
58
  ```bash
59
59
  # 克隆仓库 / Clone repository
60
- git clone https://github.com/yourusername/sscisubagent-skills.git
60
+ git clone https://github.com/ptreezh/sscisubagent-skills.git
61
61
  cd sscisubagent-skills
62
62
 
63
63
  # 安装依赖 / Install dependencies
@@ -514,7 +514,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
514
514
 
515
515
  - 项目主页: [https://github.com/yourusername/sscisubagent-skills](https://github.com/yourusername/sscisubagent-skills)
516
516
  - 问题反馈: [GitHub Issues](https://github.com/yourusername/sscisubagent-skills/issues)
517
- - 邮件: your.email@example.com
517
+ - 邮件: zhang.shuren@foxmail.com
518
518
 
519
519
  ---
520
520
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssci-subagent-skills",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "SSCI中文社会科学研究技能包 - 提供扎根理论、社会网络分析、场域分析等专业研究技能",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -78,4 +78,4 @@
78
78
  "engines": {
79
79
  "node": ">=14.0.0"
80
80
  }
81
- }
81
+ }