claude-fsd 1.1.0 → 1.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-fsd",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Claude Full Stack Development tools for managing development projects",
5
5
  "bin": {
6
6
  "claudefsd": "./bin/claudefsd",
@@ -8,6 +8,9 @@
8
8
  "claudefsd-plan": "./bin/claudefsd-plan",
9
9
  "claudefsd-plan-gen": "./bin/claudefsd-plan-gen"
10
10
  },
11
+ "files": [
12
+ "bin/"
13
+ ],
11
14
  "keywords": [
12
15
  "claude",
13
16
  "development",
@@ -1,10 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(git add:*)",
5
- "Bash(git push:*)",
6
- "Bash(npm publish:*)"
7
- ],
8
- "deny": []
9
- }
10
- }