@a3t/rapid-schema 0.1.11 → 0.1.12

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.
@@ -189,6 +189,11 @@
189
189
  "type": "string"
190
190
  },
191
191
  "description": "Additional CLI arguments"
192
+ },
193
+ "yolo": {
194
+ "type": "boolean",
195
+ "default": false,
196
+ "description": "YOLO mode: Skip all permission prompts (adds --dangerously-skip-permissions for Claude). Only use in trusted environments."
192
197
  }
193
198
  }
194
199
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a3t/rapid-schema",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "JSON schema and TypeScript types for RAPID configuration",
5
5
  "license": "MIT",
6
6
  "author": "Steve Rude <steve@rude.la>",
@@ -189,6 +189,11 @@
189
189
  "type": "string"
190
190
  },
191
191
  "description": "Additional CLI arguments"
192
+ },
193
+ "yolo": {
194
+ "type": "boolean",
195
+ "default": false,
196
+ "description": "YOLO mode: Skip all permission prompts (adds --dangerously-skip-permissions for Claude). Only use in trusted environments."
192
197
  }
193
198
  }
194
199
  },