bellwether 0.0.5 → 0.0.6

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bellwether",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Drive PRs to merge-ready: watch CI, fix failures, resolve review comments. Self-contained watch loop that keeps going until pr.ready=true.",
5
5
  "author": {
6
6
  "name": "Roderik van der Veer",
package/dist/cli.js CHANGED
@@ -22,7 +22,7 @@ const cli = Cli.create("bellwether", {
22
22
  HTTPS_PROXY: z.string().optional().describe("HTTPS proxy URL for corporate/cloud environments"),
23
23
  }),
24
24
  sync: {
25
- depth: 0,
25
+ depth: 1,
26
26
  include: ["_root"],
27
27
  suggestions: [
28
28
  "check CI and reviews for this PR",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bellwether",
3
3
  "type": "module",
4
- "version": "0.0.5",
4
+ "version": "0.0.6",
5
5
  "description": "Drive GitHub PRs to merge-ready: watch CI, fix failures, resolve review comments.",
6
6
  "private": false,
7
7
  "author": {
package/src/cli.ts CHANGED
@@ -26,7 +26,7 @@ const cli = Cli.create("bellwether", {
26
26
  HTTPS_PROXY: z.string().optional().describe("HTTPS proxy URL for corporate/cloud environments"),
27
27
  }),
28
28
  sync: {
29
- depth: 0,
29
+ depth: 1,
30
30
  include: ["_root"],
31
31
  suggestions: [
32
32
  "check CI and reviews for this PR",