nogrep 1.0.3 → 1.0.5

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 +6 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,20 +8,13 @@ A Claude Code plugin that gives AI agents a navigable index of any codebase, so
8
8
 
9
9
  ## Install
10
10
 
11
- Add the marketplace and install the plugin:
11
+ In Claude Code:
12
12
 
13
- ```
14
- /plugin marketplace add alirezanasseh/nogrep
15
- /plugin install nogrep@nogrep-marketplace
16
- ```
17
-
18
- For local development/testing:
19
-
20
- ```bash
21
- git clone https://github.com/alirezanasseh/nogrep.git
22
- cd nogrep && npm install && npm run build
23
- claude --plugin-dir ./nogrep
24
- ```
13
+ 1. Type `/plugin` and go to the `Marketplaces` tab
14
+ 2. Hit Enter on `+ Add Marketplace` and enter `alirezanasseh/nogrep`
15
+ 3. Wait for the plugin to appear, then hit Enter on `nogrep`
16
+ 4. Choose the installation scope (you, your team, etc.) and hit Enter
17
+ 5. Type `/reload-plugins` to activate
25
18
 
26
19
  ## Quick start
27
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nogrep",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Navigable codebase index for Claude Code — stop grepping, start navigating",
5
5
  "repository": {
6
6
  "type": "git",