feat: update MCP config and TOOLS.md with calendar/contacts note

This commit is contained in:
root
2026-03-29 18:45:26 +08:00
parent 1a9fdc7274
commit c3e845f89c
3427 changed files with 2447281 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
# 项目规范
## 发布流程
用户要求发布代码时,自动执行以下步骤:
1. **重构文档** - 更新 README.md 和 SKILL.md确保与当前功能一致
2. **更新 package.json** - 递增 version遵循 semver更新 description 与功能匹配
3. **提交并发布** - git add/commit/push 到 GitHub然后 `clawhub publish` 发布到 ClawHub
## ClawHub 发布命令
```bash
clawhub publish /Users/ogenes/Data/www/dingtalk-api --slug dingtalk-api --name "DingTalk API" --version <新版本号> --changelog "<变更说明>"
```
## 技术栈
- TypeScript + ts-node
- @alicloud/dingtalk SDK
- 每个脚本文件开头需要 `export {};` 以避免跨文件类型冲突