repotracer 0.1.0 → 0.1.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ RepoTracer is an MCP server whose `repo_scout` tool runs an isolated, read-only
|
|
|
8
8
|
npx repotracer setup
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
The installer downloads the native binary, verifies its SHA-256 checksum, copies it to `~/.repotracer/bin/repotracer`, registers the stdio MCP server, and adds
|
|
11
|
+
The installer downloads the native binary, verifies its SHA-256 checksum, copies it to `~/.repotracer/bin/repotracer`, registers the stdio MCP server, and adds a managed routing block to `~/.codex/AGENTS.md`.
|
|
12
12
|
|
|
13
13
|
Codex must already be installed and signed in. RepoTracer reuses that login and does not require another API key.
|
|
14
14
|
|