diff --git a/builtins/en/instructions/ai-fix.md b/builtins/en/instructions/ai-fix.md index 5a21970..854d156 100644 --- a/builtins/en/instructions/ai-fix.md +++ b/builtins/en/instructions/ai-fix.md @@ -1,4 +1,5 @@ **This is AI Review iteration #{movement_iteration}.** +Use reports in the Report Directory as the primary source of truth. If additional context is needed, you may consult Previous Response and conversation history as secondary sources (Previous Response may be unavailable). If information conflicts, prioritize reports in the Report Directory and actual file contents. From the 2nd iteration onward, it means the previous fixes were not actually applied. **Your belief that they were "already fixed" is incorrect.** diff --git a/builtins/en/instructions/fix-supervisor.md b/builtins/en/instructions/fix-supervisor.md index 3797ebd..6ec1fa5 100644 --- a/builtins/en/instructions/fix-supervisor.md +++ b/builtins/en/instructions/fix-supervisor.md @@ -1,4 +1,5 @@ Fix the issues raised by the supervisor. +Use reports in the Report Directory as the primary source of truth. If additional context is needed, you may consult Previous Response and conversation history as secondary sources (Previous Response may be unavailable). If information conflicts, prioritize reports in the Report Directory and actual file contents. The supervisor has flagged problems from an overall perspective. Address items in order of priority, starting with the highest. diff --git a/builtins/en/instructions/fix.md b/builtins/en/instructions/fix.md index 74ef769..6278933 100644 --- a/builtins/en/instructions/fix.md +++ b/builtins/en/instructions/fix.md @@ -1,5 +1,6 @@ Address the reviewer's feedback. -Review the session conversation history and fix the issues raised by the reviewer. +Use reports in the Report Directory shown in the Piece Context and fix the issues raised by the reviewer. +Use files in the Report Directory as primary evidence. If additional context is needed, you may consult Previous Response and conversation history as secondary sources (Previous Response may be unavailable). If information conflicts, prioritize reports in the Report Directory and actual file contents. **Required output (include headings)** ## Work results diff --git a/builtins/en/instructions/implement.md b/builtins/en/instructions/implement.md index 70861ea..cb230e8 100644 --- a/builtins/en/instructions/implement.md +++ b/builtins/en/instructions/implement.md @@ -1,5 +1,6 @@ Implement according to the plan. Refer only to files within the Report Directory shown in the Piece Context. Do not search or reference other report directories. +Use reports in the Report Directory as the primary source of truth. If additional context is needed, you may consult Previous Response and conversation history as secondary sources (Previous Response may be unavailable). If information conflicts, prioritize reports in the Report Directory and actual file contents. **Important**: Add unit tests alongside the implementation. - Add unit tests for newly created classes and functions diff --git a/builtins/en/pieces/expert-cqrs.yaml b/builtins/en/pieces/expert-cqrs.yaml index b668953..217e713 100644 --- a/builtins/en/pieces/expert-cqrs.yaml +++ b/builtins/en/pieces/expert-cqrs.yaml @@ -26,6 +26,7 @@ movements: - name: implement edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -86,6 +87,7 @@ movements: - name: ai_fix edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -216,6 +218,7 @@ movements: - name: fix edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -264,6 +267,7 @@ movements: - name: fix_supervisor edit: true persona: coder + pass_previous_response: false policy: - coding - testing diff --git a/builtins/en/pieces/expert.yaml b/builtins/en/pieces/expert.yaml index 6416ccb..a3830c5 100644 --- a/builtins/en/pieces/expert.yaml +++ b/builtins/en/pieces/expert.yaml @@ -26,6 +26,7 @@ movements: - name: implement edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -85,6 +86,7 @@ movements: - name: ai_fix edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -214,6 +216,7 @@ movements: - name: fix edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -261,6 +264,7 @@ movements: - name: fix_supervisor edit: true persona: coder + pass_previous_response: false policy: - coding - testing diff --git a/builtins/ja/instructions/ai-fix.md b/builtins/ja/instructions/ai-fix.md index 94eb724..f88e727 100644 --- a/builtins/ja/instructions/ai-fix.md +++ b/builtins/ja/instructions/ai-fix.md @@ -1,4 +1,5 @@ **これは {movement_iteration} 回目の AI Review です。** +Report Directory内のレポートを一次情報として参照してください。不足情報の補完が必要な場合に限り、Previous Responseや会話履歴を補助的に参照して構いません(Previous Responseは提供されない場合があります)。情報が競合する場合は、Report Directory内のレポートと実際のファイル内容を優先してください。 2回目以降は、前回の修正が実際には行われていなかったということです。 **あなたの「修正済み」という認識が間違っています。** diff --git a/builtins/ja/instructions/fix-supervisor.md b/builtins/ja/instructions/fix-supervisor.md index 14c422f..eda1cc9 100644 --- a/builtins/ja/instructions/fix-supervisor.md +++ b/builtins/ja/instructions/fix-supervisor.md @@ -1,4 +1,5 @@ 監督者からの指摘を修正してください。 +Report Directory内のレポートを一次情報として参照してください。不足情報の補完が必要な場合に限り、Previous Responseや会話履歴を補助的に参照して構いません(Previous Responseは提供されない場合があります)。情報が競合する場合は、Report Directory内のレポートと実際のファイル内容を優先してください。 監督者は全体を俯瞰した視点から問題を指摘しています。 優先度の高い項目から順に対応してください。 diff --git a/builtins/ja/instructions/fix.md b/builtins/ja/instructions/fix.md index 94e2ec9..d39d28a 100644 --- a/builtins/ja/instructions/fix.md +++ b/builtins/ja/instructions/fix.md @@ -1,5 +1,6 @@ レビュアーのフィードバックに対応してください。 -セッションの会話履歴を確認し、レビュアーの指摘事項を修正してください。 +Piece Contextに示されたReport Directory内のレポートを確認し、レビュアーの指摘事項を修正してください。 +必要な根拠はReport Directory内のファイルを一次情報として取得してください。不足情報の補完が必要な場合に限り、Previous Responseや会話履歴を補助的に参照して構いません(Previous Responseは提供されない場合があります)。情報が競合する場合は、Report Directory内のレポートと実際のファイル内容を優先してください。 **必須出力(見出しを含める)** ## 作業結果 diff --git a/builtins/ja/instructions/implement.md b/builtins/ja/instructions/implement.md index 7f2f8c5..dda69ca 100644 --- a/builtins/ja/instructions/implement.md +++ b/builtins/ja/instructions/implement.md @@ -1,5 +1,6 @@ 計画に従って実装してください。 Piece Contextに示されたReport Directory内のファイルのみ参照してください。他のレポートディレクトリは検索/参照しないでください。 +Report Directory内のレポートを一次情報として参照してください。不足情報の補完が必要な場合に限り、Previous Responseや会話履歴を補助的に参照して構いません(Previous Responseは提供されない場合があります)。情報が競合する場合は、Report Directory内のレポートと実際のファイル内容を優先してください。 **重要**: 実装と同時に単体テストを追加してください。 - 新規作成したクラス・関数には単体テストを追加 diff --git a/builtins/ja/pieces/expert-cqrs.yaml b/builtins/ja/pieces/expert-cqrs.yaml index e4036cb..664375a 100644 --- a/builtins/ja/pieces/expert-cqrs.yaml +++ b/builtins/ja/pieces/expert-cqrs.yaml @@ -26,6 +26,7 @@ movements: - name: implement edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -86,6 +87,7 @@ movements: - name: ai_fix edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -216,6 +218,7 @@ movements: - name: fix edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -264,6 +267,7 @@ movements: - name: fix_supervisor edit: true persona: coder + pass_previous_response: false policy: - coding - testing diff --git a/builtins/ja/pieces/expert.yaml b/builtins/ja/pieces/expert.yaml index 9a4220b..0290e56 100644 --- a/builtins/ja/pieces/expert.yaml +++ b/builtins/ja/pieces/expert.yaml @@ -26,6 +26,7 @@ movements: - name: implement edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -85,6 +86,7 @@ movements: - name: ai_fix edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -214,6 +216,7 @@ movements: - name: fix edit: true persona: coder + pass_previous_response: false policy: - coding - testing @@ -261,6 +264,7 @@ movements: - name: fix_supervisor edit: true persona: coder + pass_previous_response: false policy: - coding - testing