Skip to content

feat(daemon): implement linked issues completion check#713

Merged
kys0213 merged 1 commit intomainfrom
feature/issue-685
Mar 30, 2026
Merged

feat(daemon): implement linked issues completion check#713
kys0213 merged 1 commit intomainfrom
feature/issue-685

Conversation

@kys0213
Copy link
Copy Markdown
Owner

@kys0213 kys0213 commented Mar 30, 2026

Summary

Autopilot 자동 구현

Closes #685

Changes

Implement linked issues completion check for decomposed issues to verify that all child issues have been successfully resolved before marking the parent as complete.

… issues

- Extract `is_github_issue_closed` helper from `all_linked_issues_done`
  for reusable single-issue status checking via `gh issue view`
- Extend `all_linked_issues_done` to also verify `spec.decomposed_issues`
  are all closed before allowing Completing transition
- Add unit tests for decomposed issues completion check

Closes #685

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kys0213 kys0213 force-pushed the feature/issue-685 branch from cc80bde to 66cad0b Compare March 30, 2026 07:54
@kys0213 kys0213 merged commit 55da44f into main Mar 30, 2026
4 checks passed
@kys0213 kys0213 deleted the feature/issue-685 branch March 30, 2026 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autopilot:auto Autopilot auto PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(daemon): implement linked issues completion check

1 participant