@codedrifters/configulator 0.0.418 → 0.0.420

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/lib/index.d.mts CHANGED
@@ -11360,7 +11360,7 @@ declare const VERSION: {
11360
11360
  /**
11361
11361
  * Version of Projen to use.
11362
11362
  */
11363
- readonly PROJEN_VERSION: "0.101.22";
11363
+ readonly PROJEN_VERSION: "0.101.23";
11364
11364
  /**
11365
11365
  * Version of `actions/setup-node` to use in GitHub workflows.
11366
11366
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.d.ts CHANGED
@@ -11409,7 +11409,7 @@ declare const VERSION: {
11409
11409
  /**
11410
11410
  * Version of Projen to use.
11411
11411
  */
11412
- readonly PROJEN_VERSION: "0.101.22";
11412
+ readonly PROJEN_VERSION: "0.101.23";
11413
11413
  /**
11414
11414
  * Version of `actions/setup-node` to use in GitHub workflows.
11415
11415
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
package/lib/index.js CHANGED
@@ -21667,12 +21667,15 @@ function buildBabysitPrsSkill(policy) {
21667
21667
  "",
21668
21668
  "- **`gh` must be on `PATH`.** Some non-interactive sessions start",
21669
21669
  " with a minimal `PATH` that omits the package-manager prefix.",
21670
- " Resolve it **once** per session with `command -v gh`; if that",
21671
- " fails, prepend the platform's package prefix (for example",
21672
- ' `export PATH="/opt/homebrew/bin:$PATH"` on Homebrew macOS,',
21673
- " `/usr/local/bin` or `/home/linuxbrew/.linuxbrew/bin` elsewhere)",
21674
- " and re-check. Abort the cycle with a clear diagnostic if `gh` is",
21675
- " still unresolvable \u2014 never fall back to raw `curl`.",
21670
+ " Resolve it **once** per session with `command -v gh`. If that",
21671
+ " fails, invoke `gh` by its absolute path for the rest of the",
21672
+ " session (`/opt/homebrew/bin/gh` on Homebrew macOS,",
21673
+ " `/usr/local/bin/gh` or `/home/linuxbrew/.linuxbrew/bin/gh`",
21674
+ " elsewhere). **Never prefix commands with `export PATH=\u2026`** \u2014 a",
21675
+ " leading `export` stops the command string from matching the",
21676
+ " repo's `Bash(gh \u2026)` permission rules, so every call is denied.",
21677
+ " Abort the cycle with a clear diagnostic if `gh` is still",
21678
+ " unresolvable \u2014 never fall back to raw `curl`.",
21676
21679
  "- **Resolve the default branch from the repo, never hard-code it:**",
21677
21680
  "",
21678
21681
  " ```bash",
@@ -34826,7 +34829,7 @@ var VERSION = {
34826
34829
  /**
34827
34830
  * Version of Projen to use.
34828
34831
  */
34829
- PROJEN_VERSION: "0.101.22",
34832
+ PROJEN_VERSION: "0.101.23",
34830
34833
  /**
34831
34834
  * Version of `actions/setup-node` to use in GitHub workflows.
34832
34835
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).