chore: 项目更名 - PIT Channel → 智队频道

This commit is contained in:
2026-03-14 21:47:20 +08:00
parent da3b03c0b5
commit 4201eb26cd
3 changed files with 35 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "openclaw-pit-bot",
"name": "openclaw-zhidui-channel",
"version": "1.0.0",
"description": "PIT Bot Channel Plugin for OpenClaw - Connect to PIT Router for multi-agent support",
"description": "智队频道插件 for OpenClaw - 连接智队中枢实现多 Agent 协作",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
@@ -16,8 +16,9 @@
},
"keywords": [
"openclaw",
"pit-bot",
"pit-router",
"zhidui-channel",
"zhidui",
"智队中枢",
"channel-plugin",
"multi-agent",
"websocket"
@@ -26,12 +27,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-org/openclaw-pit-bot.git"
"url": "https://github.com/your-org/openclaw-zhidui-channel.git"
},
"bugs": {
"url": "https://github.com/your-org/openclaw-pit-bot/issues"
"url": "https://github.com/your-org/openclaw-zhidui-channel/issues"
},
"homepage": "https://github.com/your-org/openclaw-pit-bot#readme",
"homepage": "https://github.com/your-org/openclaw-zhidui-channel#readme",
"dependencies": {
"openclaw": "~2026.3.0",
"ws": "^8.18.0",
@@ -52,8 +53,9 @@
"node": ">=20.0.0"
},
"openclaw": {
"pluginId": "pit-bot",
"minOpenClawVersion": "2026.3.0"
"pluginId": "zhidui-channel",
"minOpenClawVersion": "2026.3.0",
"extensions": ["./dist/index.js"]
},
"files": [
"dist/**/*",