Skip to content

feat(autopilot): daemon が Self-Reviewing→review を自動ディスパッチ #805

Description

@smalruby3-editor-bot

Goal

implement 完了後 In Progress / AI Status=Self-Reviewing で止まらず、daemon が自動で autopilot-review(敵対的レビュー)をディスパッチし、人間レビュー待ち(Review/HITL)まで自律で進める。これで implement→review→(HITL解除後の)verify/address-review→merge が完全無人になる。

対策

  • phaseForItem(純粋関数)に分岐追加: status==='In Progress' && aiStatus==='Self-Reviewing''review'
  • review は PR ブランチ作業(既に PR_BRANCH_PHASES に含む)。
  • 二重起動は running セットで防止(既存)。

検証

  • unit test: phaseForItem が Self-Reviewing で 'review' を返す
  • daemon を回し、implement→review→Review/HITL まで手動介入なしで進むこと

Part of #789

Metadata

Metadata

Assignees

No one assigned

    Labels

    🤖 autopilotautopilot が処理対象にした Issue/PR(daemon が付与)

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Close

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions