wangchuan 5.6.0 → 5.6.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/README.md CHANGED
@@ -6,9 +6,9 @@
6
6
  [![Node.js](https://img.shields.io/badge/node-%3E%3D18.19.0-brightgreen)](https://nodejs.org)
7
7
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8
8
 
9
- > Encrypted sync for AI agent configs and memoriesacross machines, across agents, never lost.
9
+ > In Chinese mythology, Wangchuan (忘川) is the River of Oblivion in the underworld souls crossing it forget all memories of past lives. Wangchuan ensures your AI agent memories are never lost across environments.
10
10
 
11
- Wangchuan encrypts and syncs your AI agent configurations, memories, and skills through a private Git repo. One command to sync, one daemon to keep everything up to date.
11
+ Wangchuan encrypts and syncs all your AI agents' configs, memories, and skills across machines and environments switch laptops, change environments, and restore every agent's state with a single command.
12
12
 
13
13
  ---
14
14
 
package/README.zh-CN.md CHANGED
@@ -6,9 +6,9 @@
6
6
  [![Node.js](https://img.shields.io/badge/node-%3E%3D18.19.0-brightgreen)](https://nodejs.org)
7
7
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8
8
 
9
- > AI 记忆加密同步 跨机器、跨智能体,永不遗失。
9
+ > 忘川是中国神话中冥界的遗忘之河,亡魂渡河饮水即忘前世一切记忆。 **忘川** 让你的 AI 智能体记忆在环境切换时永不遗失。
10
10
 
11
- 忘川通过私有 Git 仓库加密同步你的 AI 智能体配置、记忆和技能。一条命令同步,一个守护进程保持全局最新。
11
+ 忘川加密同步你所有 AI 智能体的配置、记忆和技能,跨机器、跨环境无缝迁移——换电脑、切环境,一条命令恢复全部 Agent 状态。
12
12
 
13
13
  ---
14
14
 
@@ -45,7 +45,7 @@ const program = new Command();
45
45
  program
46
46
  .name('wangchuan')
47
47
  .description(t('cli.description'))
48
- .version('5.6.0');
48
+ .version('5.6.1');
49
49
  // ── init ────────────────────────────────────────────────────────
50
50
  program
51
51
  .command('init')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wangchuan",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "忘川 · AI 记忆同步系统 — 智能体记忆永不遗失",
5
5
  "bin": {
6
6
  "wangchuan": "./dist/bin/wangchuan.js"