@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 agentsmith
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 agentsmith
65
+ npx @jpoindexter/agent-smith
66
66
 
67
67
  # Or install globally
68
- npm install -g agentsmith
68
+ npm install -g @jpoindexter/agent-smith
69
69
  ```
70
70
 
71
71
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jpoindexter/agent-smith",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Auto-generate AGENTS.md from your codebase",
5
5
  "type": "module",
6
6
  "bin": {