Add .claude settings to scaffolds for auto-approved permissions

This commit is contained in:
Jesse Vincent
2025-12-11 15:55:05 -08:00
parent ed06dcbe27
commit cd83439bb2
3 changed files with 37 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ echo ""
# Run claude and capture output
# Using stream-json to get token usage stats
# Run from project directory so .claude/settings.local.json is picked up
cd "$OUTPUT_DIR/project"
claude -p "$PROMPT" \
--plugin-dir "$PLUGIN_DIR" \
--output-format stream-json \