scientify 1.7.5 → 1.7.6

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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Scientify is an [OpenClaw](https://github.com/openclaw/openclaw) plugin that automates the full academic research pipeline — from literature survey to experiment execution — using LLM-driven sub-agents.
6
6
 
7
- [中文文档](./README.zh.md)
7
+ **Website:** [scientify.tech](https://scientify.tech) | [中文文档](./README.zh.md)
8
8
 
9
9
  ---
10
10
 
package/README.zh.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Scientify 是一个 [OpenClaw](https://github.com/openclaw/openclaw) 插件,通过 LLM 驱动的子 agent 自动化完整的学术研究流程 — 从文献调研到实验执行。
6
6
 
7
- [English](./README.md)
7
+ **官网:** [scientify.tech](https://scientify.tech) | [English](./README.md)
8
8
 
9
9
  ---
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scientify",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "Scientify - AI-powered research workflow automation for OpenClaw. Includes idea generation, literature review, research pipeline skills, and arxiv tool.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",