docs(agents): add CLI troubleshooting and fix cleanup commands #2

Open
JOJO wants to merge 1 commits from feature/add-troubleshooting-to-agents into main
Owner

改动说明

  • 修正 6.4 节:squash merge 后必须用 git branch -D(非 -d
  • 扩展 6.6 节:新增 review-comments、mergeable 检查、分支保护 API 等命令
  • 新增 6.7 节:5 个实战验证的故障排查场景
    • mergeable: False 的绕过方案
    • required_approvals 初始配置
    • tea 认证问题等

为什么改

PR #1 实战中发现多处指令与实际情况不符,记录进 ADENTS.md 避免以后踩坑。

如何验证

  • PR #1 实战已验证所有故障场景
  • 本 PR 创建后可测试 tea pulls merge --style squash 是否畅通
## 改动说明 - 修正 6.4 节:squash merge 后必须用 `git branch -D`(非 `-d`) - 扩展 6.6 节:新增 review-comments、mergeable 检查、分支保护 API 等命令 - 新增 6.7 节:5 个实战验证的故障排查场景 - mergeable: False 的绕过方案 - required_approvals 初始配置 - tea 认证问题等 ## 为什么改 PR #1 实战中发现多处指令与实际情况不符,记录进 ADENTS.md 避免以后踩坑。 ## 如何验证 - PR #1 实战已验证所有故障场景 - 本 PR 创建后可测试 `tea pulls merge --style squash` 是否畅通
JOJO added 1 commit 2026-04-27 23:44:40 +08:00
- Fix 6.4: use git branch -D (squash merge needs force delete)
- Expand 6.6: add review-comments, mergeable check, branch protection API
- Add 6.7: real-world troubleshooting table from PR #1 experience
This pull request is broken due to missing fork information.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/add-troubleshooting-to-agents:feature/add-troubleshooting-to-agents
git checkout feature/add-troubleshooting-to-agents
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JOJO/agent-Specialization#2
No description provided.