openclaw-sync-assistant 0.1.3 → 0.1.5

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.
@@ -1,13 +1,38 @@
1
1
  {
2
2
  "id": "openclaw-sync-assistant",
3
3
  "name": "openclaw-sync-assistant",
4
- "version": "0.1.0",
4
+ "version": "0.1.5",
5
5
  "description": "OpenClaw Sync Assistant Plugin",
6
6
  "commands": [
7
7
  {
8
8
  "id": "sync.setup",
9
9
  "title": "OpenClaw Sync: Setup",
10
10
  "description": "Initialize OpenClaw Sync Assistant configuration"
11
+ },
12
+ {
13
+ "id": "sync.status",
14
+ "title": "OpenClaw Sync: Status",
15
+ "description": "Show the current sync service status"
16
+ },
17
+ {
18
+ "id": "sync.sync-now",
19
+ "title": "OpenClaw Sync: Sync Now",
20
+ "description": "Trigger one immediate sync run"
21
+ },
22
+ {
23
+ "id": "sync.conflicts",
24
+ "title": "OpenClaw Sync: Conflicts",
25
+ "description": "List current sync conflict files"
26
+ },
27
+ {
28
+ "id": "sync.resolve-conflicts",
29
+ "title": "OpenClaw Sync: Resolve Conflicts",
30
+ "description": "Resolve current sync conflict files"
31
+ },
32
+ {
33
+ "id": "sync.verify-migration",
34
+ "title": "OpenClaw Sync: Verify Migration",
35
+ "description": "Verify whether current sync coverage is enough for migration"
11
36
  }
12
37
  ],
13
38
  "configSchema": {
@@ -36,7 +61,7 @@
36
61
  "items": {
37
62
  "type": "string"
38
63
  },
39
- "description": "要同步的内容 (如 Config, Auth, Workspace)"
64
+ "description": "要同步的内容 (如 Config, Auth, Sessions, ChannelState, WorkspaceFiles)"
40
65
  }
41
66
  }
42
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-sync-assistant",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "An OpenClaw plugin for P2P file and data synchronization using Hyperswarm and Hyperdrive ecosystem.",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",
@@ -41,6 +41,11 @@
41
41
  "url": "https://github.com/dsda56180/openclaw-sync-assistant/issues"
42
42
  },
43
43
  "homepage": "https://github.com/dsda56180/openclaw-sync-assistant#readme",
44
+ "files": [
45
+ "index.js",
46
+ "openclaw.plugin.json",
47
+ "src"
48
+ ],
44
49
  "dependencies": {
45
50
  "@clack/prompts": "^0.9.0",
46
51
  "b4a": "^1.6.6",