You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a CLI linter for validating AI Context Convention files, including `.context.md`, `.context.yaml`, `.context.json`, `.contextdocs.md`, and `.contextignore` files.
23
23
24
-
## Installation
24
+
## 📦 Installation
25
25
26
26
You can install the linter globally using npm:
27
27
28
28
```
29
29
npm install -g codebase-context-lint
30
30
```
31
31
32
-
## Usage
32
+
## 🚀 Usage
33
33
34
34
After installation, you can use the linter from the command line:
0 commit comments