pullfrog 0.1.53 → 0.1.55

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.
@@ -63,10 +63,10 @@ export declare function buildClaudePretoolGateSource(deniedTools: readonly strin
63
63
  * their `Agent(...)` forms) to deny at a settings-source rule — the
64
64
  * authoritative, bypass-immune layer. `--disallowedTools` alone (a `cliArg`
65
65
  * deny) was observed to leak under `--dangerously-skip-permissions`, so the
66
- * deny is carried here too. Both consumers use both returned fields: the flag
67
- * `--settings` JSON (covers non-CI runs) writes the whole object, and
68
- * `buildManagedSettings` (CI, /etc managed settings) spreads `hooks` and folds
69
- * `permissions.deny` into its richer deny list.
66
+ * deny is carried here too. The single consumer is `buildClaudeSettings`, which
67
+ * spreads `hooks` and folds `permissions.deny` into its richer deny list; that
68
+ * one object is then written to BOTH the `--settings` flag and the `/etc`
69
+ * managed file, which is what keeps the two surfaces from drifting (#1179).
70
70
  */
71
71
  export declare function buildClaudePretoolGateSettings(scriptAbsolutePath: string, execToolDenyRules: string[]): {
72
72
  hooks: {