Merge branch 'main' into develop
This commit is contained in:
commit
25f4bf6e2b
@ -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.**
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
**これは {movement_iteration} 回目の AI Review です。**
|
||||
Report Directory内のレポートを一次情報として参照してください。不足情報の補完が必要な場合に限り、Previous Responseや会話履歴を補助的に参照して構いません(Previous Responseは提供されない場合があります)。情報が競合する場合は、Report Directory内のレポートと実際のファイル内容を優先してください。
|
||||
|
||||
2回目以降は、前回の修正が実際には行われていなかったということです。
|
||||
**あなたの「修正済み」という認識が間違っています。**
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
監督者からの指摘を修正してください。
|
||||
Report Directory内のレポートを一次情報として参照してください。不足情報の補完が必要な場合に限り、Previous Responseや会話履歴を補助的に参照して構いません(Previous Responseは提供されない場合があります)。情報が競合する場合は、Report Directory内のレポートと実際のファイル内容を優先してください。
|
||||
|
||||
監督者は全体を俯瞰した視点から問題を指摘しています。
|
||||
優先度の高い項目から順に対応してください。
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
レビュアーのフィードバックに対応してください。
|
||||
セッションの会話履歴を確認し、レビュアーの指摘事項を修正してください。
|
||||
Piece Contextに示されたReport Directory内のレポートを確認し、レビュアーの指摘事項を修正してください。
|
||||
必要な根拠はReport Directory内のファイルを一次情報として取得してください。不足情報の補完が必要な場合に限り、Previous Responseや会話履歴を補助的に参照して構いません(Previous Responseは提供されない場合があります)。情報が競合する場合は、Report Directory内のレポートと実際のファイル内容を優先してください。
|
||||
|
||||
**必須出力(見出しを含める)**
|
||||
## 作業結果
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
計画に従って実装してください。
|
||||
Piece Contextに示されたReport Directory内のファイルのみ参照してください。他のレポートディレクトリは検索/参照しないでください。
|
||||
Report Directory内のレポートを一次情報として参照してください。不足情報の補完が必要な場合に限り、Previous Responseや会話履歴を補助的に参照して構いません(Previous Responseは提供されない場合があります)。情報が競合する場合は、Report Directory内のレポートと実際のファイル内容を優先してください。
|
||||
|
||||
**重要**: 実装と同時に単体テストを追加してください。
|
||||
- 新規作成したクラス・関数には単体テストを追加
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user