@codedrifters/configulator 0.0.419 → 0.0.421

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.mjs CHANGED
@@ -21292,12 +21292,15 @@ function buildBabysitPrsSkill(policy) {
21292
21292
  "",
21293
21293
  "- **`gh` must be on `PATH`.** Some non-interactive sessions start",
21294
21294
  " with a minimal `PATH` that omits the package-manager prefix.",
21295
- " Resolve it **once** per session with `command -v gh`; if that",
21296
- " fails, prepend the platform's package prefix (for example",
21297
- ' `export PATH="/opt/homebrew/bin:$PATH"` on Homebrew macOS,',
21298
- " `/usr/local/bin` or `/home/linuxbrew/.linuxbrew/bin` elsewhere)",
21299
- " and re-check. Abort the cycle with a clear diagnostic if `gh` is",
21300
- " still unresolvable \u2014 never fall back to raw `curl`.",
21295
+ " Resolve it **once** per session with `command -v gh`. If that",
21296
+ " fails, invoke `gh` by its absolute path for the rest of the",
21297
+ " session (`/opt/homebrew/bin/gh` on Homebrew macOS,",
21298
+ " `/usr/local/bin/gh` or `/home/linuxbrew/.linuxbrew/bin/gh`",
21299
+ " elsewhere). **Never prefix commands with `export PATH=\u2026`** \u2014 a",
21300
+ " leading `export` stops the command string from matching the",
21301
+ " repo's `Bash(gh \u2026)` permission rules, so every call is denied.",
21302
+ " Abort the cycle with a clear diagnostic if `gh` is still",
21303
+ " unresolvable \u2014 never fall back to raw `curl`.",
21301
21304
  "- **Resolve the default branch from the repo, never hard-code it:**",
21302
21305
  "",
21303
21306
  " ```bash",
@@ -34424,7 +34427,7 @@ var VERSION = {
34424
34427
  *
34425
34428
  * CLI and lib are versioned separately, so this is the CLI version.
34426
34429
  */
34427
- AWS_CDK_CLI_VERSION: "2.1134.0",
34430
+ AWS_CDK_CLI_VERSION: "2.1135.0",
34428
34431
  /**
34429
34432
  * CDK Version to use for construct projects.
34430
34433
  *
@@ -34447,7 +34450,7 @@ var VERSION = {
34447
34450
  /**
34448
34451
  * Version of PNPM to use in workflows at github actions.
34449
34452
  */
34450
- PNPM_VERSION: "11.18.0",
34453
+ PNPM_VERSION: "11.19.0",
34451
34454
  /**
34452
34455
  * Version of Projen to use.
34453
34456
  */