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 +2 -2
- package/README.md +2 -2
- package/package.json +2 -2
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/
|
|
195
|
-
- [所有版本](https://github.com/
|
|
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/
|
|
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
|
-
- 邮件:
|
|
517
|
+
- 邮件: zhang.shuren@foxmail.com
|
|
518
518
|
|
|
519
519
|
---
|
|
520
520
|
|
package/package.json
CHANGED