claude-fsd 1.0.0 → 1.0.1

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.
@@ -0,0 +1,10 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(git add:*)",
5
+ "Bash(git push:*)",
6
+ "Bash(npm publish:*)"
7
+ ],
8
+ "deny": []
9
+ }
10
+ }
@@ -68,4 +68,4 @@ read -n 1 -s
68
68
  echo "Opening QUESTIONS.md in $EDITOR..."
69
69
  $EDITOR QUESTIONS.md
70
70
 
71
- /usr/local/bin/claudefsd-plan-gen
71
+ $(dirname "$0")/claudefsd-plan-gen
@@ -58,7 +58,7 @@ echo -e "\033[32m===============================================================
58
58
  echo -e "\033[32m== DONE\033[0m"
59
59
  echo -e "\033[32m==================================================================\033[0m"
60
60
  echo "You can now run claudefsd-dev to start the development process."
61
- echo "Or do one more round of $0 to cover more questions."
61
+ echo "Or do one more round of claudefsd-plan to cover more questions."
62
62
 
63
63
 
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-fsd",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Claude Full Stack Development tools for managing development projects",
5
5
  "bin": {
6
6
  "claudefsd-dev": "./bin/claudefsd-dev",