@locusai/cli 0.21.4 → 0.21.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.
Files changed (2) hide show
  1. package/bin/locus.js +2 -1
  2. package/package.json +1 -1
package/bin/locus.js CHANGED
@@ -10914,7 +10914,8 @@ Pay special attention to the above areas.`;
10914
10914
  }
10915
10915
  instructions += `
10916
10916
 
10917
- End with an overall assessment: APPROVE, REQUEST_CHANGES, or COMMENT.
10917
+ End with an overall assessment: APPROVE or COMMENT.
10918
+ If there are issues or suggestions, use COMMENT — never request changes.
10918
10919
  Be constructive and specific. Praise good patterns too.`;
10919
10920
  parts.push(`<review-instructions>
10920
10921
  ${instructions}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/cli",
3
- "version": "0.21.4",
3
+ "version": "0.21.5",
4
4
  "description": "GitHub-native AI engineering assistant",
5
5
  "type": "module",
6
6
  "bin": {