@alfe.ai/openclaw-sync 0.0.4 → 0.0.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.
@@ -9,5 +9,10 @@
9
9
  "skill": {
10
10
  "name": "alfe-sync",
11
11
  "description": "Sync agent workspace to AWS S3 with automatic backup and restoration"
12
+ },
13
+ "configSchema": {
14
+ "type": "object",
15
+ "additionalProperties": false,
16
+ "properties": {}
12
17
  }
13
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw-sync",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "AlfeSync — agent workspace backup and sync skill for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",