claude-fsd 1.3.12 → 1.3.13
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/bin/claudefsd-dev +1 -1
- package/package.json +1 -1
package/bin/claudefsd-dev
CHANGED
|
@@ -42,7 +42,7 @@ while true; do
|
|
|
42
42
|
CLAUDE_MODEL="sonnet"
|
|
43
43
|
fi
|
|
44
44
|
|
|
45
|
-
time claude --model $CLAUDE_MODEL -p "
|
|
45
|
+
time claude --model $CLAUDE_MODEL --dangerously-skip-permissions -p "
|
|
46
46
|
$MEGATHINKING_MODE
|
|
47
47
|
You are an AI assistant specialized in project management and software development workflows. Your task is to analyze project documentation and identify the next open task for a developer to work on.
|
|
48
48
|
|