refactor(code-review): inline single-use adversarial task path
This commit is contained in:
parent
dadca29b09
commit
7c914ae8b2
|
|
@ -77,7 +77,7 @@ If no baseline available, review current state of files in `{file_list}`:
|
||||||
With `{diff_output}` constructed, invoke the review task. If possible, use information asymmetry: run this step, and only it, in a separate subagent or process with read access to the project, but no context except the `{diff_output}`.
|
With `{diff_output}` constructed, invoke the review task. If possible, use information asymmetry: run this step, and only it, in a separate subagent or process with read access to the project, but no context except the `{diff_output}`.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<invoke-task>Review {diff_output} using {adversarial_review_task}</invoke-task>
|
<invoke-task>Review {diff_output} using {project-root}/_bmad/core/tasks/review-adversarial-general.xml</invoke-task>
|
||||||
```
|
```
|
||||||
|
|
||||||
**Platform fallback:** If task invocation not available, load the task file and execute its instructions inline, passing `{diff_output}` as the content.
|
**Platform fallback:** If task invocation not available, load the task file and execute its instructions inline, passing `{diff_output}` as the content.
|
||||||
|
|
|
||||||
|
|
@ -29,10 +29,6 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
||||||
- `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
|
- `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
|
||||||
- `validation` = `{installed_path}/checklist.md`
|
- `validation` = `{installed_path}/checklist.md`
|
||||||
|
|
||||||
### Related Tasks
|
|
||||||
|
|
||||||
- `adversarial_review_task` = `{project-root}/_bmad/core/tasks/review-adversarial-general.xml`
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## CRITICAL DIRECTIVES
|
## CRITICAL DIRECTIVES
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue