docs: close PR ready command task

This commit is contained in:
Codex
2026-07-11 06:31:49 +02:00
parent 1b31c06e93
commit ada7d1c621
5 changed files with 51 additions and 2 deletions
@@ -0,0 +1,10 @@
# R1.1 任务报告
- 调查结论:
- 既有 `gh pr create` 支持 draft。
- 既有 `gh pr merge` 会拒绝 draft。
- 既有受控入口缺少 `markPullRequestReadyForReview` mutation。
- REST PR 响应中的 `node_id` 可作为 GraphQL mutation 身份。
- 复用边界:
- token 继续由 `resolveToken` 统一解析。
- REST 与 GraphQL 继续由共享 client 执行和分类错误。