issue-implement の実装隔離を必須化する - #56
Merged
Merged
Conversation
…worktree-isolation # Conflicts: # AGENTS.md # README.md # skills/issue-implement/SKILL.md # skills/worktree-start/SKILL.md
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 #53
概要
issue-implementの実装前 preflight を必須化し、default branch の直接変更と並列 worker の worktree 共有を防止します。Codex CLI / Codex App / Claude Code の runtime 所有機能を分離し、現在の公式仕様に合わせてworktree-start、README、AGENTS.md を更新しました。主な変更
skills/issue-implement/SKILL.md: runtime・branch・worktree・並列 worker を分類し、安全に隔離できない場合は書き込み・commit 前に停止skills/worktree-start/SKILL.md: linked worktree の no-op を issuekit 方針として整理し、対象 issue/task への専用割り当て、Ready issue の完了形ルーティング、resume / cleanup、.worktreeincludeを更新README.md/AGENTS.md: Codex CLI のgit worktree add+codex -C、Codex App の managed worktree / Handoff、Claude Code 各 surface の隔離契約を同期2.0.0に更新検証
git diff origin/main...HEAD --checkcheck: pass参照した公式ドキュメント