Skip to content

chore: rename repo URL references to fireflyframework-pyfly#5

Merged
ancongui merged 1 commit into
mainfrom
chore/rename-repo
May 7, 2026
Merged

chore: rename repo URL references to fireflyframework-pyfly#5
ancongui merged 1 commit into
mainfrom
chore/rename-repo

Conversation

@ancongui
Copy link
Copy Markdown
Contributor

@ancongui ancongui commented May 7, 2026

Summary

Follow-up to the GitHub-side rename of this repository (`fireflyframework/pyfly` → `fireflyframework/fireflyframework-pyfly`). GitHub serves an automatic redirect, but this PR updates every hard-coded URL in the source tree so badges, install scripts and release links resolve directly without bouncing through the redirect.

What changed

  • README.md — CI badge URL and all install/curl commands
  • ROADMAP.md — polyglot-port table link
  • docs/index.md, docs/installation.md — clone + curl install instructions
  • install.sh — `PYFLY_REPO` URL and curl-pipe usage docs
  • pyproject.toml — `[project.urls]` Homepage / Repository / Issues

The Python package name (`pyfly`) and import path (`import pyfly`) are unchanged.

Test plan

  • `grep -r 'fireflyframework/pyfly'` returns zero matches
  • All updated URLs resolve to the new repository
  • `uv build` still succeeds (sanity-check on pyproject.toml URLs)

🤖 Generated with Claude Code

The GitHub repository has been renamed from `fireflyframework/pyfly` to
`fireflyframework/fireflyframework-pyfly` to align with the
`fireflyframework-*` naming convention used by every other Firefly
sibling project (kernel, cqrs, eda, orchestration, dotnet, go, …).

GitHub serves an automatic redirect from the old URL, but every
hard-coded reference inside the source tree is updated explicitly so
new clones, badges, install scripts and release links resolve directly:

- README.md badge URLs and install commands
- ROADMAP.md polyglot-port table
- docs/index.md, docs/installation.md, docs/modules/*
- install.sh's PYFLY_REPO and curl-pipe instructions
- pyproject.toml [project.urls] block

The Python package name (`pyfly`) and import path (`import pyfly`) are
unchanged.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ancongui ancongui merged commit 17177a3 into main May 7, 2026
2 of 4 checks passed
@ancongui ancongui deleted the chore/rename-repo branch May 7, 2026 20:50
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