Skip to content

Refactor: Rename context-guru module path kagenti → rossoctl#10

Merged
mrsabath merged 1 commit into
rossoctl:mainfrom
Ibrahim2595:rename/kagenti-to-rossoctl
Jul 20, 2026
Merged

Refactor: Rename context-guru module path kagenti → rossoctl#10
mrsabath merged 1 commit into
rossoctl:mainfrom
Ibrahim2595:rename/kagenti-to-rossoctl

Conversation

@Ibrahim2595

Copy link
Copy Markdown
Contributor

Summary

Part of the Kagenti → Rossoctl rename. context-guru was org-moved to rossoctl/context-guru, but its go.mod still declared module github.com/kagenti/context-guru — a module-path mismatch that blocks downstream importers (cortex's authlib/authbridge-envoy/authbridge-proxy import github.com/rossoctl/context-guru) from running go mod tidy / regenerating go.sum.

  • Go module + imports: github.com/kagenti/context-gurugithub.com/rossoctl/context-guru
  • Cross-repo refs: kagenti/kagentirossoctl/rossoctl; kagenti-extensionscortex (the AuthBridge plugin lives there); kagenti/.githubrossoctl/.github
  • Brand / prose: Kagenti → Rossoctl

Verification

  • git grep clean of kagenti
  • go build ./... ✅ · go vet ./... ✅ · go test ./... ✅ (17 packages, 0 failures)

Unblocks

Once merged and a new pseudo-version publishes, cortex can go mod tidy to pick up the renamed module + real go.sum checksums — see rossoctl/cortex#680.

Related issue(s)

Related to rossoctl/rossoctl#1972

…ssoctl/context-guru

Part of the Kagenti → Rossoctl rename. context-guru was org-moved to
rossoctl/context-guru, but its go.mod still declared module
github.com/kagenti/context-guru — a module-path mismatch that blocks downstream
importers (cortex's authlib/authbridge-envoy/authbridge-proxy import
github.com/rossoctl/context-guru) from running `go mod tidy` / regenerating go.sum.

- Go module + imports: github.com/kagenti/context-guru → github.com/rossoctl/context-guru
- Cross-repo refs: kagenti/kagenti → rossoctl/rossoctl; kagenti-extensions → cortex
  (the AuthBridge plugin lives there); kagenti/.github → rossoctl/.github
- Brand / prose: Kagenti → Rossoctl

Verification: git grep clean of kagenti; go build ✅, go vet ✅, go test ✅ (17 pkgs, 0 fail).

Once merged and a new pseudo-version publishes, cortex can `go mod tidy` to pick up the
renamed module + real go.sum checksums (rossoctl/cortex#680).

Related to rossoctl/rossoctl#1972

Assisted-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com>
@mrsabath
mrsabath merged commit 8fc7c7b into rossoctl:main Jul 20, 2026
2 of 3 checks passed
@Ibrahim2595 Ibrahim2595 changed the title ⚠️ Rename module path kagenti/context-guru → rossoctl/context-guru Refactor: Rename context-guru module path kagenti → rossoctl Jul 20, 2026
Ibrahim2595 added a commit to Ibrahim2595/kagenti-extensions that referenced this pull request Jul 20, 2026
context-guru's module path was renamed (rossoctl/context-guru#10, commit
8fc7c7b36563). This branch pinned the pre-rename commit
v0.0.0-20260713113308-b624f2c3d8c2 whose go.mod still declared
github.com/kagenti/context-guru, breaking `go build`/`go mod verify` with a
module-path mismatch (the Go CI (authlib) failure).

Bumped context-guru to v0.0.0-20260720181432-8fc7c7b36563 and regenerated real
go.sum checksums via `go mod tidy` in authlib, authbridge-envoy, authbridge-proxy.

Verification: all 8 modules build; authlib go vet + go test pass (43 pkgs, 0 fail);
git grep clean of kagenti and rossocortex.

Related to rossoctl/rossoctl#1972

Assisted-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com>
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.

2 participants