opencode-review-helper 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Restart opencode after setup to load the plugin.
|
|
|
21
21
|
|
|
22
22
|
## Usage
|
|
23
23
|
|
|
24
|
-
The plugin provides a `review-helper
|
|
24
|
+
The plugin provides a `review-helper` agent that combines both tools. It:
|
|
25
25
|
|
|
26
26
|
1. Runs `review_order` to determine file review sequence
|
|
27
27
|
2. Runs `impact_analysis` to find affected external code
|
package/package.json
CHANGED