forked from cleveragents/cleveragents-core
22 lines
589 B
YAML
22 lines
589 B
YAML
name: local/m1-source-review
|
|
description: Minimal source-code review action for M1 smoke tests
|
|
strategy_actor: openai/gpt-4
|
|
execution_actor: openai/gpt-4
|
|
definition_of_done: |
|
|
Source code has been reviewed and all findings
|
|
are documented in the plan output.
|
|
arguments:
|
|
- name: target_path
|
|
type: string
|
|
required: true
|
|
description: Path within the repo to review
|
|
- name: depth
|
|
type: integer
|
|
required: false
|
|
description: Maximum directory depth to scan
|
|
default: 3
|
|
invariants:
|
|
- No binary files should be included in review
|
|
reusable: true
|
|
read_only: true
|