repotracer 0.1.8 → 1.0.0
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,12 +10,14 @@ npx repotracer@latest setup
|
|
|
10
10
|
|
|
11
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
|
-
Codex must already be installed
|
|
13
|
+
Codex must already be installed, but you can set up RepoTracer before signing in.
|
|
14
|
+
When a scout runs, RepoTracer reuses the current Codex login and provider instead
|
|
15
|
+
of requiring another API key.
|
|
14
16
|
|
|
15
17
|
```bash
|
|
16
18
|
npm install -g @openai/codex
|
|
17
|
-
codex login
|
|
18
19
|
npx repotracer@latest setup
|
|
20
|
+
codex login
|
|
19
21
|
repotracer doctor
|
|
20
22
|
```
|
|
21
23
|
|
package/package.json
CHANGED