Loading...
Loading...
Compare original and translation side by side
| Tool | Purpose |
|---|---|
| Push a plan for human review. Auto-creates doc + project + version. |
| Pull reviewed content with decisions and feedback. |
| Push file diffs for side-by-side code review. |
| Pull line-specific review comments grouped by file. |
| List documents, filter by title or project. |
| List version snapshots for a document. |
| Switch session's current document context. |
| Update project description or rename. |
| Release session lock on a document. |
references/tools-plan.mdreferences/tools-code-review.mdreferences/tools-management.md| 工具 | 用途 |
|---|---|
| 推送计划以供人工评审。自动创建文档+项目+版本。 |
| 拉取包含决策和反馈的已评审内容。 |
| 推送文件差异以进行并排代码评审。 |
| 拉取按文件分组的行级评审评论。 |
| 列出文档,可按标题或项目筛选。 |
| 列出某一文档的版本快照。 |
| 切换会话的当前文档上下文。 |
| 更新项目描述或重命名项目。 |
| 释放会话对某一文档的锁定。 |
references/tools-plan.mdreferences/tools-code-review.mdreferences/tools-management.mdreferences/setup.md.mcp.json{
"mcpServers": {
"pylon": {
"type": "streamable-http",
"url": "https://your-pylon-instance.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}references/setup.md.mcp.json{
"mcpServers": {
"pylon": {
"type": "streamable-http",
"url": "https://your-pylon-instance.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}document_idpush_plandocument_iddocument_iddocument_idpush_plansourcecontextdocument_idpush_plandocument_iddocument_iddocument_idpull_planpush_planpull_code_feedbacksourcecontextdocument_iddocument_idpush_plandocument_idpull_planpush_planpull_code_feedbackdocument_id1. push_plan(plan="...", source="claude-code", group="my-project", context="...")
→ Creates NEW document + project, returns document_id + URL
→ NEVER pass document_id here — let the server create a fresh document
2. Share the document URL with the user and STOP.
→ Do NOT poll, wait, loop, or use extended thinking while waiting.
→ Do NOT "stand by" for review — just tell the user the URL and finish your turn.
→ The user will come back and ask you to pull when they are ready.
3. pull_plan(document_id="<id-from-step-1>") (only when the user asks)
→ Always pass document_id explicitly — don't rely on session memory
→ Returns markdown (readable plan), decisions (resolved threads), feedback (open threads to address)
4. Address any feedback, then proceed with the approved plan
5. If human requests changes:
push_plan(document_id="<id-from-step-1>", plan="...", context="Updated based on feedback...")
→ Always pass document_id to update the SAME document1. push_plan(plan="...", source="claude-code", group="my-project", context="...")
→ 创建新文档+项目,返回document_id+URL
→ 此处绝不要传递document_id——让服务器创建新文档
2. 将文档URL分享给用户,然后停止操作。
→ 等待期间不要轮询、等待、循环或进行扩展思考。
→ 不要“待命”等待评审——只需告知用户URL并结束当前步骤。
→ 用户准备就绪后会回来要求你拉取反馈。
3. pull_plan(document_id="<id-from-step-1>") (仅在用户要求时执行)
→ 始终显式传递document_id——不要依赖会话记忆
→ 返回markdown格式的可读计划、决策(已解决的讨论线程)、反馈(需要处理的未解决线程)
4. 处理所有反馈,然后按照批准的计划进行操作
5. 如果人工要求修改:
push_plan(document_id="<id-from-step-1>", plan="...", context="根据反馈更新...")
→ 始终传递document_id以更新同一文档1. push_code_review(files=[...], source="claude-code", group="my-project",
plan_document_id="<plan-doc-id>")
→ Always pass plan_document_id if this code review is associated with a plan
→ Links the code review to the plan in the UI for traceability
→ Returns code_review_id + URL
2. Share the URL with the user and STOP (same rules as push_plan).
3. pull_code_feedback(code_review_id="<id-from-step-1>")
→ Always pass code_review_id explicitly
→ Returns threads grouped by file_path with line ranges and comments
4. Address feedback, re-push with code_review_id to update the same review.references/plan-workflow.mdreferences/code-review-workflow.mdreferences/multi-agent-teams.md1. push_code_review(files=[...], source="claude-code", group="my-project",
plan_document_id="<plan-doc-id>")
→ 如果此代码评审与某一计划相关,务必传递plan_document_id
→ 在UI中将代码评审与计划关联以实现可追溯性
→ 返回code_review_id+URL
2. 将URL分享给用户,然后停止操作(与push_plan规则相同)。
3. pull_code_feedback(code_review_id="<id-from-step-1>")
→ 始终显式传递code_review_id
→ 返回按file_path分组的讨论线程,包含行范围和评论
4. 处理反馈,传递code_review_id重新推送以更新同一评审。references/plan-workflow.mdreferences/code-review-workflow.mdreferences/multi-agent-teams.mdgroupreferences/projects-and-sessions.mdreferences/projects-and-sessions.mdreferences/code-review-workflow.mdgroupreferences/projects-and-sessions.mdreferences/projects-and-sessions.mdreferences/code-review-workflow.md/clear/compactcurrentDocumentIdsessionGroupdocument_idpull_planpush_plancode_review_idpull_code_feedbackgroup/clear/compactcurrentDocumentIdsessionGrouppull_planpush_plandocument_idpull_code_feedbackcode_review_idgroup