@codihaus/claude-skills 1.6.5 → 1.6.7

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/README.md CHANGED
@@ -138,8 +138,8 @@ Creates BRD + Use Cases
138
138
 
139
139
  Skills are installed to `.claude/skills/`. You can customize:
140
140
 
141
- - **`.claude/settings.local.json`** - Claude Code permissions
142
- - **`.claude/hooks.json`** - Automation hooks
141
+ - **`.claude/settings.json`** - Automation hooks (checked into git for team)
142
+ - **`.claude/settings.local.json`** - Claude Code permissions (gitignored, personal)
143
143
  - **`CLAUDE.md`** - Project-specific instructions
144
144
 
145
145
  ## Updating
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codihaus/claude-skills",
3
- "version": "1.6.5",
3
+ "version": "1.6.7",
4
4
  "description": "Claude Code skills for software development workflow",
5
5
  "main": "src/index.js",
6
6
  "bin": {