Skip to content

Commit 14e94eb

Browse files
authored
chore: update prime-cli urls to prime (#674)
1 parent 63bd464 commit 14e94eb

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ prime switch <team-slug>
241241

242242
```bash
243243
# Clone the repository
244-
git clone https://github.com/PrimeIntellect-ai/prime-cli
245-
cd prime-cli
244+
git clone https://github.com/PrimeIntellect-ai/prime
245+
cd prime
246246

247247
# Set up workspace (installs all packages in editable mode)
248248
uv sync

packages/prime-evals/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ classifiers = [
2929
]
3030

3131
[project.urls]
32-
Homepage = "https://github.com/PrimeIntellect-ai/prime-cli"
33-
Documentation = "https://github.com/PrimeIntellect-ai/prime-cli/tree/main/packages/prime-evals"
34-
Repository = "https://github.com/PrimeIntellect-ai/prime-cli.git"
32+
Homepage = "https://github.com/PrimeIntellect-ai/prime"
33+
Documentation = "https://github.com/PrimeIntellect-ai/prime/tree/main/packages/prime-evals"
34+
Repository = "https://github.com/PrimeIntellect-ai/prime.git"
3535

3636
[project.optional-dependencies]
3737
dev = [

packages/prime-sandboxes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ asyncio.run(run_training())
248248

249249
## Documentation
250250

251-
Full API reference: https://github.com/PrimeIntellect-ai/prime-cli/tree/main/packages/prime-sandboxes
251+
Full API reference: https://github.com/PrimeIntellect-ai/prime/tree/main/packages/prime-sandboxes
252252

253253
## Related Packages
254254

packages/prime-sandboxes/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ classifiers = [
3333
]
3434

3535
[project.urls]
36-
Homepage = "https://github.com/PrimeIntellect-ai/prime-cli"
37-
Documentation = "https://github.com/PrimeIntellect-ai/prime-cli/tree/main/packages/prime-sandboxes"
38-
Repository = "https://github.com/PrimeIntellect-ai/prime-cli.git"
36+
Homepage = "https://github.com/PrimeIntellect-ai/prime"
37+
Documentation = "https://github.com/PrimeIntellect-ai/prime/tree/main/packages/prime-sandboxes"
38+
Repository = "https://github.com/PrimeIntellect-ai/prime.git"
3939

4040
[project.optional-dependencies]
4141
dev = [

packages/prime-tunnel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ prime tunnel status <tunnel_id>
4040

4141
## Documentation
4242

43-
Full API reference: https://github.com/PrimeIntellect-ai/prime-cli/tree/main/packages/prime-tunnel
43+
Full API reference: https://github.com/PrimeIntellect-ai/prime/tree/main/packages/prime-tunnel
4444

4545
## Related Packages
4646

packages/prime-tunnel/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ classifiers = [
2828
]
2929

3030
[project.urls]
31-
Homepage = "https://github.com/PrimeIntellect-ai/prime-cli"
32-
Documentation = "https://github.com/PrimeIntellect-ai/prime-cli/tree/main/packages/prime-tunnel"
33-
Repository = "https://github.com/PrimeIntellect-ai/prime-cli.git"
31+
Homepage = "https://github.com/PrimeIntellect-ai/prime"
32+
Documentation = "https://github.com/PrimeIntellect-ai/prime/tree/main/packages/prime-tunnel"
33+
Repository = "https://github.com/PrimeIntellect-ai/prime.git"
3434

3535
[project.optional-dependencies]
3636
dev = [

packages/prime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ prime pods ssh <pod-id>
323323

324324
## Support & Resources
325325

326-
- **Documentation**: [github.com/PrimeIntellect-ai/prime-cli](https://github.com/PrimeIntellect-ai/prime-cli)
326+
- **Documentation**: [github.com/PrimeIntellect-ai/prime](https://github.com/PrimeIntellect-ai/prime)
327327
- **Dashboard**: [app.primeintellect.ai](https://app.primeintellect.ai)
328328
- **API Docs**: [api.primeintellect.ai/docs](https://api.primeintellect.ai/docs)
329329
- **Discord**: [discord.gg/primeintellect](https://discord.gg/primeintellect)
@@ -335,4 +335,4 @@ prime pods ssh <pod-id>
335335

336336
## License
337337

338-
MIT License - see [LICENSE](https://github.com/PrimeIntellect-ai/prime-cli/blob/main/LICENSE) file for details.
338+
MIT License - see [LICENSE](https://github.com/PrimeIntellect-ai/prime/blob/main/LICENSE) file for details.

packages/prime/dev/render_lab_screens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _settings(console: Console, *, width: int, frame: int) -> None:
117117
"Settings\nWorkspaces 2 Profiles 1 Local assets 8 Setup 3\n\n"
118118
"[Set up Lab workspace] [Sync Lab assets] [Check workspace]\n\n"
119119
"verifiers active\n~/dev/verifiers\n\n"
120-
"prime-cli inactive\n~/dev/prime-cli"
120+
"prime inactive\n~/dev/prime"
121121
),
122122
_panel_text(
123123
"verifiers\n~/dev/verifiers\n\nStatus active\nAuth authenticated\n"

packages/prime/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ classifiers = [
4444
]
4545

4646
[project.urls]
47-
Homepage = "https://github.com/PrimeIntellect-ai/prime-cli"
48-
Documentation = "https://github.com/PrimeIntellect-ai/prime-cli#readme"
49-
Repository = "https://github.com/PrimeIntellect-ai/prime-cli.git"
47+
Homepage = "https://github.com/PrimeIntellect-ai/prime"
48+
Documentation = "https://github.com/PrimeIntellect-ai/prime#readme"
49+
Repository = "https://github.com/PrimeIntellect-ai/prime.git"
5050
Changelog = "https://github.com/PrimeIntellect-ai/prime/releases"
5151

5252
[project.scripts]

packages/prime/src/prime_cli/lab_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ def _write_lab_docs_index(workspace: Path, agents: tuple[str, ...]) -> None:
14421442
"",
14431443
"## Prime docs",
14441444
"",
1445-
"- Prime CLI: https://github.com/PrimeIntellect-ai/prime-cli",
1445+
"- Prime CLI: https://github.com/PrimeIntellect-ai/prime",
14461446
"- Verifiers: https://github.com/PrimeIntellect-ai/verifiers",
14471447
"- Environments Hub: https://app.primeintellect.ai/dashboard/environments",
14481448
"",

0 commit comments

Comments
 (0)