feat: update MCP config and TOOLS.md with calendar/contacts note
This commit is contained in:
21
.agents/skills/dingtalk-api/CLAUDE.md
Normal file
21
.agents/skills/dingtalk-api/CLAUDE.md
Normal 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 {};` 以避免跨文件类型冲突
|
||||
Reference in New Issue
Block a user