Merged
Conversation
タスク指示書に参照資料が指定されている場合に、plannerが別ファイルで 代用してしまう問題への対策。instruction に参照資料の読み込みを必須の 最初のステップとして追加し、persona に情報の優先順位を明記した。
実装者がステータス変更タスクでSaga・エンドポイントを丸ごと削除してしまい、 レビュアー・監督者もそれを承認してしまった問題への対策。 - planner: スコープ規律セクション追加、削除対象を「今回新たに未使用になったコード」に限定 - coder: 指示書に根拠がない大規模削除の報告義務を追加 - supervisor/expert-supervisor: 削除ファイルの指示書照合手順を追加、スコープクリープをREJECT対象に変更
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.
Changes
Added
team_leader設定(persona, maxParts, timeoutMs, partPersona, partEdit, partPermissionMode)をサポート (# ムーブメントチームリーダーエージェントによるタスク並列化実装 #244)builtins/schemas/に追加。Claude / Codex 両プロバイダーで対応 (エージェント呼び出しのユースケース一覧化と構造化出力の導入 #257)provider_optionsピースレベル設定: ピース全体(piece_config.provider_options)および個別ムーブメントにプロバイダー固有オプション(codex.network_access、opencode.network_access)を設定可能に — 全ビルトインピースに Codex/OpenCode のネットワークアクセスを有効化backend/backend-cqrsビルトインピース: バックエンド開発特化のピースを新規追加agent-usecases.tsにエージェント呼び出しのユースケースを集約Changed
src/index.tsの公開 API を大幅に絞り込み (エージェント呼び出しのユースケース一覧化と構造化出力の導入 #257)status-judgment-phase.tsに統合 (エージェント呼び出しのユースケース一覧化と構造化出力の導入 #257)ShutdownManagerに統合 (fix: Ctrl+C 停止制御を全Providerで共通化(graceful + timeout + force kill) #237)Fixed
#除去Commits