create-claude-cabinet 0.19.0 → 0.19.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": "create-claude-cabinet",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Claude Cabinet — opinionated process scaffolding for Claude Code projects",
5
5
  "bin": {
6
6
  "create-claude-cabinet": "bin/create-claude-cabinet.js"
@@ -77,7 +77,11 @@ Implement the promoted rule at its target layer:
77
77
  `.claude/rules/` file
78
78
  - **Hook promotion:** Add to `.claude/settings.json` hooks section.
79
79
  Command hooks for deterministic checks, prompt hooks for semantic
80
- evaluation.
80
+ evaluation. **Tooling:** The `hookify` plugin (`claude plugins install
81
+ hookify`) can generate hooks from natural language — run `/hookify`
82
+ with a description or let it auto-generate rules from corrected
83
+ behaviors in the current session. Useful for rapid promotion without
84
+ hand-writing shell scripts.
81
85
  - **Structural encoding:** Modify API, schema, or validation to reject
82
86
  invalid states directly
83
87