Skip to content

chore: rename crate from proxy-convert to subforge#9

Merged
bitxwave merged 1 commit into
mainfrom
chore/rename-to-subforge
Jun 5, 2026
Merged

chore: rename crate from proxy-convert to subforge#9
bitxwave merged 1 commit into
mainfrom
chore/rename-to-subforge

Conversation

@bitxwave
Copy link
Copy Markdown
Owner

@bitxwave bitxwave commented Jun 5, 2026

What

Rename the crate from proxy-convert to subforge across all touch points.

Changes

  • Cargo.toml: package.name, lib.name, bin.name, repository, description, keywords
  • Cargo.lock: regenerated with new package name
  • .github/workflows/{build,release}.yml: BINARY_NAMEsubforge
  • src/**, tests/**, README.md, README.zh-CN.md: update all string references

Verification

  • cargo check --all-targets
  • cargo test --all ✅ 165 tests passed (76 + 5 + 50 + 14 + 16 + 4)
  • cargo clippy --all-targets ✅ (existing warnings unchanged, no new ones from this rename)
  • grep -rn "proxy-convert\|proxy_convert\|picopock" → no matches outside target//.git/

Behavioral change

None.

- Cargo.toml: package/lib/bin name, repository URL, description, keywords
- Cargo.lock: regenerated with new package name
- .github/workflows/{build,release}.yml: BINARY_NAME → subforge
- src/**, tests/**, README*: update all references to the new name

No behavioral change.
@bitxwave bitxwave merged commit fee6031 into main Jun 5, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant