greview-cli 0.12.2 → 0.12.4

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/dist/cli.js +1 -3
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -888,9 +888,7 @@ var SKILL_INSTALL_ARGS = [
888
888
  "add",
889
889
  "YouXam/greview",
890
890
  "--skill",
891
- "greview",
892
- "--global",
893
- "--yes"
891
+ "greview"
894
892
  ];
895
893
  function fail(message) {
896
894
  throw new UsageError(message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greview-cli",
3
- "version": "0.12.2",
3
+ "version": "0.12.4",
4
4
  "description": "Review local Git diffs with humans and coding agents",
5
5
  "license": "MIT",
6
6
  "type": "module",