forked from Gitlink/gitlink-cli
fix: Skills 文件 api 命令替换为 Shortcut 命令 (~107 处) #9
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?
修复内容
将 skills/ 目录下 20 个文件中的
gitlink-cli api <METHOD> <PATH>命令替换为对应的 Shortcut 命令。修复原因
gitlink-cli api子命令的 Token 注入不完整,导致 ~90 条命令返回 HTML 而非 JSON。主要替换映射
api GET /:owner/:repo/languages→repo +languagesapi GET /:owner/:repo/sub_entries→repo +filesapi POST /:owner/:repo/create_file→repo +create-fileapi POST /:owner/:repo/pulls/:id/reviews→pr +reviewapi POST /:owner/:repo/activate→ci +activate剩余
6 处 pm 域命令暂留(pm 模块尚未构建,属于成员C 任务范围)