Skip to content

issue-dispatch: 対応 issue の完全実装を close 対象として扱う - #59

Merged
hirokisakabe merged 5 commits into
mainfrom
issue-dispatch-conversation-selection-close-58
Aug 3, 2026
Merged

issue-dispatch: 対応 issue の完全実装を close 対象として扱う#59
hirokisakabe merged 5 commits into
mainfrom
issue-dispatch-conversation-selection-close-58

Conversation

@hirokisakabe

@hirokisakabe hirokisakabe commented Aug 3, 2026

Copy link
Copy Markdown
Owner

close #58

目的

issue の選定方法ではなく、対応する GitHub issue 全体をその PR で完了するかどうかで close #N の付与を判断できるようにします。

変更内容

  • issue-dispatchissue-implement に共通の ISSUE_CLOSE_INTENT 判定規則を追加
  • 直接指定・参照選択・dispatcher の機械選定はいずれも、issue の完全実装なら true とする
  • 部分実装・親 epic の一部・関連付けのみ・対応 issue なしは false とする
  • flag と判定根拠を worker へ引き継ぎ、issue 番号だけから再判定しない
  • false の依存 issue は手動 close を促さず、正当な完了まで waiting とする
  • issue-create に残っていた旧契約を同期

影響範囲

  • skills/issue-dispatch/SKILL.md (2.2.0)
  • skills/issue-implement/SKILL.md (2.2.0)
  • skills/issue-create/SKILL.md (2.2.0)

検証

@hirokisakabe hirokisakabe changed the title issue-dispatch: 会話内で明示選択された issue を close 対象として扱う issue-dispatch: 対応 issue の完全実装を close 対象として扱う Aug 3, 2026
@hirokisakabe
hirokisakabe merged commit a924e5e into main Aug 3, 2026
1 check passed
@hirokisakabe
hirokisakabe deleted the issue-dispatch-conversation-selection-close-58 branch August 3, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

issue-dispatch: 対応 issue の完全実装を close 対象として扱う

1 participant