Ready issue を worktree-isolated worker へ dispatch する - #57
Merged
Conversation
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.
close #54
概要
単一または複数の Ready issue を、
1 issue = 1 worker = 1 worktree = 1 branch = 1 PRで実装する上位 orchestrator skillissue-dispatchを追加します。Codex CLI の default branch から単一 issue を実装する場合も、親 session が専用 worktree を作成してcodex exec -Cworker を起動し、手動再開なしで PR / CI まで待機できる経路へ変更します。主な変更
skills/issue-dispatch/SKILL.mdを追加し、候補取得、依存 DAG、競合評価、runtime preflight、worker 監視・結果集約を定義issue-implementの Codex CLI default-branch 経路をissue-dispatchへの単一 issue 引き継ぎへ変更worktree-start、README、AGENTS.md の skill graph と runtime 制約を同期バージョン
CI の changed-skill version consistency に合わせ、変更対象3 skill を 2.1.0 に統一しています。
issue-dispatch: 2.1.0issue-implement: 2.1.0worktree-start: 2.1.0検証
git diff --check