Skip to content

Commit 2018c3b

Browse files
chore: canonicalize repo URLs to paperfoot/*-cli after migration
Replaces stale 199-biotechnologies/<name> and pre-rename paperfoot/<name> URL references with the current canonical paperfoot/*-cli locations. All old URLs still redirect via GitHub Transfer + rename, but this keeps the repo's own metadata/docs/install-scripts pointing at the current name.
1 parent 225e7da commit 2018c3b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<br />
88

9-
[![Star this repo](https://img.shields.io/github/stars/199-biotechnologies/agent-cli-framework?style=for-the-badge&logo=github&label=%E2%AD%90%20Star%20this%20repo&color=yellow)](https://github.com/199-biotechnologies/agent-cli-framework/stargazers)
9+
[![Star this repo](https://img.shields.io/github/stars/paperfoot/agent-cli-framework?style=for-the-badge&logo=github&label=%E2%AD%90%20Star%20this%20repo&color=yellow)](https://github.com/paperfoot/agent-cli-framework/stargazers)
1010
&nbsp;&nbsp;
1111
[![Follow @longevityboris](https://img.shields.io/badge/Follow_%40longevityboris-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/longevityboris)
1212

1313
<br />
1414

15-
[![CI](https://github.com/199-biotechnologies/agent-cli-framework/actions/workflows/ci.yml/badge.svg)](https://github.com/199-biotechnologies/agent-cli-framework/actions/workflows/ci.yml)
15+
[![CI](https://github.com/paperfoot/agent-cli-framework/actions/workflows/ci.yml/badge.svg)](https://github.com/paperfoot/agent-cli-framework/actions/workflows/ci.yml)
1616
[![Rust](https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white)](https://www.rust-lang.org/)
1717
[![MSRV 1.85+](https://img.shields.io/badge/MSRV-1.85%2B-orange?style=for-the-badge)](https://www.rust-lang.org/)
1818
[![MIT License](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)](LICENSE)
@@ -1034,7 +1034,7 @@ example/
10341034
Build and run:
10351035

10361036
```bash
1037-
git clone https://github.com/199-biotechnologies/agent-cli-framework.git
1037+
git clone https://github.com/paperfoot/agent-cli-framework.git
10381038
cd agent-cli-framework/example
10391039
cargo build --release
10401040

@@ -1151,10 +1151,10 @@ opt-level = 3
11511151

11521152
| CLI | What it does | Install |
11531153
|-----|-------------|---------|
1154-
| [search-cli](https://github.com/199-biotechnologies/search-cli) | 11 search providers, 14 modes, one binary | `cargo install agent-search` |
1155-
| [autoresearch](https://github.com/199-biotechnologies/autoresearch-cli) | Autonomous experiment loops for any metric | `cargo install autoresearch` |
1156-
| [xmaster](https://github.com/199-biotechnologies/xmaster) | X/Twitter CLI with dual backends | `cargo install xmaster` |
1157-
| [email-cli](https://github.com/199-biotechnologies/email-cli) | Agent-friendly email via Resend API | `cargo install email-cli` |
1154+
| [search-cli](https://github.com/paperfoot/search-cli) | 11 search providers, 14 modes, one binary | `cargo install agent-search` |
1155+
| [autoresearch](https://github.com/paperfoot/autoresearch-cli) | Autonomous experiment loops for any metric | `cargo install autoresearch` |
1156+
| [xmaster](https://github.com/paperfoot/xmaster-cli) | X/Twitter CLI with dual backends | `cargo install xmaster` |
1157+
| [email-cli](https://github.com/paperfoot/email-cli) | Agent-friendly email via Resend API | `cargo install email-cli` |
11581158

11591159
---
11601160

@@ -1183,7 +1183,7 @@ Built by [Boris Djordjevic](https://github.com/longevityboris) at [199 Biotechno
11831183

11841184
**If this is useful to you:**
11851185

1186-
[![Star this repo](https://img.shields.io/github/stars/199-biotechnologies/agent-cli-framework?style=for-the-badge&logo=github&label=%E2%AD%90%20Star%20this%20repo&color=yellow)](https://github.com/199-biotechnologies/agent-cli-framework/stargazers)
1186+
[![Star this repo](https://img.shields.io/github/stars/paperfoot/agent-cli-framework?style=for-the-badge&logo=github&label=%E2%AD%90%20Star%20this%20repo&color=yellow)](https://github.com/paperfoot/agent-cli-framework/stargazers)
11871187
&nbsp;&nbsp;
11881188
[![Follow @longevityboris](https://img.shields.io/badge/Follow_%40longevityboris-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/longevityboris)
11891189

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
rust-version = "1.85"
66
description = "Minimal agent-friendly CLI example"
77
license = "MIT"
8-
repository = "https://github.com/199-biotechnologies/agent-cli-framework"
8+
repository = "https://github.com/paperfoot/agent-cli-framework"
99

1010
[[bin]]
1111
name = "greeter"

0 commit comments

Comments
 (0)