@nolrm/contextkit 0.8.1 → 0.8.2

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.
@@ -183,7 +183,7 @@ fi
183
183
  const hookContent = `#!/usr/bin/env sh
184
184
  . "$(dirname -- "$0")/_/husky.sh"
185
185
 
186
- ${scriptPath}
186
+ ${scriptPath} "$@"
187
187
  `;
188
188
 
189
189
  await fs.writeFile(hookPath, hookContent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nolrm/contextkit",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "ContextKit - Context Engineering for AI Development. Provide rich context to AI through structured MD files with standards, code guides, and documentation. Works with Cursor, Claude, Aider, VS Code Copilot, and more.",
5
5
  "main": "lib/index.js",
6
6
  "bin": {