@jpoindexter/agent-smith 1.0.0 → 1.0.1
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ AI tools automatically discover and read `AGENTS.md` files - no configuration ne
|
|
|
28
28
|
Instead of writing AGENTS.md manually, agentsmith **scans your codebase** and generates it:
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
npx
|
|
31
|
+
npx @jpoindexter/agent-smith
|
|
32
32
|
|
|
33
33
|
agentsmith
|
|
34
34
|
|
|
@@ -62,10 +62,10 @@ npx agentsmith
|
|
|
62
62
|
|
|
63
63
|
```bash
|
|
64
64
|
# Run directly (no install needed)
|
|
65
|
-
npx
|
|
65
|
+
npx @jpoindexter/agent-smith
|
|
66
66
|
|
|
67
67
|
# Or install globally
|
|
68
|
-
npm install -g
|
|
68
|
+
npm install -g @jpoindexter/agent-smith
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
## Usage
|