forked from Gitlink/gitlink-cli
fix(notification-digest): v2.0.0 修正虚构 notification 命令 #11
Loading…
Reference in New Issue
No description provided.
Delete Branch "dw"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SKILL.md v2.0.0: notification +list/+read 替换为 api GET users/{owner}/messages.json。新增 EXAMPLES.md 和 api-reference.md 消息 API 章节。
- notification +list/+read/+read-all 均不存在,替换为 gitlink-cli api 调用 - API 端点: GET /api/users/{owner}/messages.json - 标记已读: POST /api/users/{owner}/messages/{id}/read - 添加 CLI 路径 Bug 说明(前导 / 导致解析错误) - 补充完整 source 枚举值表(30+ 个枚举) - 新增 EXAMPLES.md(手动执行 + Agent 测试两个样例) - gitlink-shared/api-reference.md 补充消息 API 章节 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>