dingtalk-workspace-cli 1.0.6 → 1.0.8

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/install.js CHANGED
@@ -7,6 +7,7 @@ const os = require("os");
7
7
  const path = require("path");
8
8
  const childProcess = require("child_process");
9
9
 
10
+ // Canonical list: keep scripts/install.sh, scripts/install.ps1, scripts/install-skills.sh in sync.
10
11
  const AGENT_DIRS = [
11
12
  ".agents/skills",
12
13
  ".claude/skills",
@@ -20,6 +21,7 @@ const AGENT_DIRS = [
20
21
  ".amp/skills",
21
22
  ".kiro/skills",
22
23
  ".trae/skills",
24
+ ".openclaw/skills",
23
25
  ];
24
26
 
25
27
  const PLATFORM_MAP = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dingtalk-workspace-cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "DingTalk Workspace CLI - AI-powered productivity tools",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {