refactor(issue-flow): move branch creation guidance to operations layer#896
Closed
liplus-lin-lay wants to merge 1 commit intomainfrom
Closed
refactor(issue-flow): move branch creation guidance to operations layer#896liplus-lin-lay wants to merge 1 commit intomainfrom
liplus-lin-lay wants to merge 1 commit intomainfrom
Conversation
smileygames
approved these changes
Mar 27, 2026
Collaborator
smileygames
left a comment
There was a problem hiding this comment.
とりあえずOKだけど修正が必要になったな。
…_Label_Flow Issue_Flow のブランチ関連記述(sub-issue ブランチルール、gh issue develop リンク制約、 ブランチリンクターゲット)を operations レイヤーの Branch_And_Label_Flow に移動。 on_issue で読み込む内容を issue 管理(ラベル・アサイン・body)に集中させる。 docs/2.-Task.md と docs/3.-Operations.md も対応更新。 Refs #891
2583d31 to
beff8bd
Compare
Collaborator
Author
|
変更内容は #895 のマージで全て upstream に反映済み。rebase 後に空 diff となったため close。 |
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.
Refs #891
Part of #889
変更内容
Issue_Flow 内のブランチ関連記述を operations レイヤー (Branch_And_Label_Flow) に移動。on_issue で読む内容を issue 管理に集中させた。
背景
Issue_Flow にブランチ操作のルール(sub-issue のブランチ制約、gh issue develop リンク先ルール)が混在していた。サブエージェントが on_issue で Issue_Flow を読むとき、ブランチ操作は on_branch で operations から読むのが自然。
変更の具体
Li+github.md (Issue_Flow)
see Li+operations.md Branch_And_Label_Flowの参照Li+operations.md (Branch_And_Label_Flow)
docs/2.-Task.md
docs/3.-Operations.md