@sokeai/cli 1.0.69 → 1.0.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sokeai/cli",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "授客AI官方CLI工具 - 支持AI Agent Skills",
5
5
  "bin": {
6
6
  "soke-cli": "scripts/run.js"
@@ -29,7 +29,7 @@ soke-cli task +create \
29
29
  --map-id "MAP-UUID" \
30
30
  --learn-type "required" \
31
31
  --type "aloneDept" \
32
- --custom-tags "工号,职位,部门" \
32
+ --custom-tags "job_number,position" \
33
33
  --limit 4500 \
34
34
  --format json
35
35
  ```