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 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-fsd",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "description": "Claude Full Self Drive tools for autonomous AI-powered development",
5
5
  "bin": {
6
6
  "claude-fsd": "bin/claude-fsd",