Skip to content

fix: update canonical GitHub URL to feliperun/expert-agent#5

Merged
feliperun merged 1 commit into
mainfrom
fix/rename-to-feliperun
Apr 17, 2026
Merged

fix: update canonical GitHub URL to feliperun/expert-agent#5
feliperun merged 1 commit into
mainfrom
fix/rename-to-feliperun

Conversation

@feliperun
Copy link
Copy Markdown
Owner

Summary

The repository moved from feliperbroering/expert-agent to
feliperun/expert-agent (GitHub transparently redirects both, so
nothing is broken today), but the banner and docs still pointed at
the old owner. This PR aligns every in-tree URL with the canonical
location so users following links land there without a redirect hop.

Diff

  • cli/expert/brand.py — user-visible banner tail
  • cli/tests/test_brand.py — matching assertion
  • pyproject.tomlproject.urls (Homepage / Repository / Issues)
  • README.md — CI badge, install snippets, E2E example
  • CONTRIBUTING.mdgit clone URL
  • SECURITY.md — advisory URL
  • docs/PRIVATE_AGENT_REPO.md — install snippets + CI example
  • docs/AGENT_E2E_SETUP.md — install snippets + CI examples
  • .github/workflows/expert-e2e.yml — header comment + inline uv tool install step
  • .github/ISSUE_TEMPLATE/config.yml — security-advisories link
  • .gitignore — ignore local gh-run-monitor skill artefacts

Not touched:

  • CHANGELOG.md historical entries — rewriting published release
    notes is worse than the redirect hop.
  • AGENTS.md / brand.py / ui.py comments mentioning
    feliperbroering/eai — that's a separate project and it hasn't
    moved.

Test plan

  • ruff check . clean
  • mypy backend cli clean (46 files)
  • pytest 88/88 green
  • Local expert --version would now render the new URL (verified
    by the updated test_brand.py assertion)

Made with Cursor

The repository moved from `feliperbroering/expert-agent` to
`feliperun/expert-agent` (GitHub redirects both). This brings all
URLs referenced in-tree in line with the canonical location, so
users who follow these pointers don't stumble on a redirect.

Touched:
- cli/expert/brand.py: CLI banner tail (user-visible)
- cli/tests/test_brand.py: matching assertion
- pyproject.toml: project.urls (Homepage/Repository/Issues)
- README.md: badges + install snippets
- CONTRIBUTING.md: git clone URL
- SECURITY.md: advisory URL
- docs/PRIVATE_AGENT_REPO.md: install + `uses:` in CI example
- docs/AGENT_E2E_SETUP.md: install + `uses:` in CI example
- .github/workflows/expert-e2e.yml: `uses:` in header comment
  and the inline `uv tool install` step
- .github/ISSUE_TEMPLATE/config.yml: security-advisories link

`CHANGELOG.md` historical entries intentionally left untouched —
GitHub transparently redirects those commit/compare links, and
rewriting published release notes is worse than the redirect hop.

`AGENTS.md` / `cli/expert/ui.py` / `cli/expert/brand.py` comments
that reference `feliperbroering/eai` are kept — that's a separate
project of the author and hasn't moved.

Made-with: Cursor
@feliperun feliperun merged commit 0e4047c into main Apr 17, 2026
4 checks passed
@feliperun feliperun deleted the fix/rename-to-feliperun branch April 17, 2026 21:15
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