Files
my-assistant/.agents/skills/dingtalk-api/CLAUDE.md

22 lines
701 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 项目规范
## 发布流程
用户要求发布代码时,自动执行以下步骤:
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 {};` 以避免跨文件类型冲突