@nolrm/contextkit 0.12.5 → 0.12.6

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
@@ -13,7 +13,7 @@ ContextKit is a CLI tool that provides **context-engineering** capabilities by c
13
13
  **The problem:** LLMs are great at syntax, not at *your* conventions. Generic AI output requires manual fixes for style, structure, and architecture.
14
14
 
15
15
  **The solution:** ContextKit provides your AI with:
16
- - **Glossary** of project terminology and business terms (e.g., `checkout`, `customer`, `order`)
16
+ - **Glossary** of project terminology and domain-specific terms (e.g., your entity, feature, and module names)
17
17
  - **Standards** for code style, testing patterns, and architecture
18
18
  - **Templates** with canonical component shapes
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nolrm/contextkit",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
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": {