feat(cli): review --issues 부모 추론 실패 시 standalone 이슈 자동 생성 (INT-1968)#148
Merged
Conversation
브랜치에 이슈ID가 없을 때 거절하지 말고 알아서 top-level 이슈로 생성(사용자 요청). - runnerExecution.fileReviewerFollowups: parentIssueId optional — 있으면 createSubIssue, 없으면 createTask(top-level). - reviewCommand: --issues이고 부모(명시/브랜치) 없으면 standalone 생성, 프로젝트는 openswarm.json(loadRepoMetadata)에서 best-effort. 안내 문구 'standalone follow-up issue(s)'. 테스트: fileReviewerFollowups 부모 없는 createTask 경로 + reviewCommand standalone 파일링. 전체 green. INT-1967 후속.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
문제
openswarm review --issues에서 브랜치(main 등)에 이슈ID가 없으면 거절하고 아무것도 안 만듦. 사용자: '그냥 알아서 자동 추가'.변경
fileReviewerFollowups:parentIssueIdoptional — 있으면 createSubIssue, 없으면createTask(top-level).reviewCommand:--issues이고 부모(명시/브랜치 추론) 없으면 standalone 생성, 프로젝트는 openswarm.json(loadRepoMetadata) best-effort. 안내 'N standalone follow-up issue(s)'.검증
fileReviewerFollowups 부모 없는 createTask 경로 + reviewCommand standalone 파일링. tsc/build clean, 전체 1158 green.