claude-fsd 1.5.7 → 1.5.8

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.
@@ -66,7 +66,8 @@ echo
66
66
  # Go back to the project directory
67
67
  cd "$OLDPWD"
68
68
 
69
- # Build the omnibus prompt
69
+ # Build the omnibus prompt
70
+ set +e # Temporarily disable exit on error for prompt construction
70
71
  omnibus_prompt="You are an elite development team leader using Claude's Task agent capabilities for rapid parallel execution.
71
72
 
72
73
  **ANTI-GOLDPLATING DIRECTIVE**: This is direct execution mode optimized for small to medium projects. Focus on minimal viable solutions that meet requirements. Avoid over-engineering, unnecessary abstractions, or enterprise patterns unless explicitly required.
@@ -131,6 +132,8 @@ Then launch the Task agents to build this project rapidly and efficiently.
131
132
 
132
133
  Remember: This is a one-shot execution. Make it count!"
133
134
 
135
+ set -e # Re-enable exit on error
136
+
134
137
  echo "Running Claude dev-mini omnibus prompt..."
135
138
  echo "This will launch multiple parallel Task agents to complete the project..."
136
139
  echo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-fsd",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "Claude Full Self Drive tools for autonomous AI-powered development",
5
5
  "bin": {
6
6
  "claude-fsd": "bin/claude-fsd",