@nolrm/contextkit 0.13.1 → 0.13.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -270,7 +270,7 @@ When the `commit-msg` hook is enabled, all commits must follow this format:
270
270
  <type>(<scope>): <description>
271
271
  ```
272
272
 
273
- **Types:** `feat`, `fix`, `improve`, `docs`, `style`, `refactor`, `test`, `chore`
273
+ **Types:** `feat`, `fix`, `improve`, `docs`, `refactor`, `test`, `chore`
274
274
 
275
275
  **Examples:**
276
276
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nolrm/contextkit",
3
- "version": "0.13.1",
3
+ "version": "0.13.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": {