Skip to content

fix: rename server package from praxis-proxy-server to praxis#50

Merged
shaneutt merged 2 commits intopraxis-proxy:mainfrom
nerdalert:brent-rename-pkg
Apr 17, 2026
Merged

fix: rename server package from praxis-proxy-server to praxis#50
shaneutt merged 2 commits intopraxis-proxy:mainfrom
nerdalert:brent-rename-pkg

Conversation

@nerdalert
Copy link
Copy Markdown
Member

Resolving the build package name resulting in which failed with package(s) 'praxis' not found in workspace. Taking a guess the package is intended to be praxis since all of the docs/example configs reference it. Swapped it to praxis to get cargo run -p xxx working.

I went the path of least resistance with the name and files to touch 5 vs. 50. If you want it named praxis-proxy-server just say!

Ty!

nerdalert and others added 2 commits April 17, 2026 19:16
Taking a guess the package is intended to be praxis since
all of the docs/example configs reference it. Swapped
it to praxis to get `cargo run -p xxx` working.

Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Renames the workspace’s main server package from praxis-proxy-server to praxis so cargo run -p praxis (and other -p invocations) work consistently with docs and example configs.

No critical or major issues found.

Changes:

  • Renamed the server crate’s Cargo package name to praxis.
  • Updated build/test/tooling entrypoints (xtask flamegraph, Makefile, Containerfile) to target -p praxis.
  • Updated workspace dependency mapping and lockfile to reflect the rename.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
xtask/src/benchmark/flamegraph.rs Updates profiling build command to target -p praxis.
server/Cargo.toml Renames the server package to praxis.
Makefile Updates unit test target to run cargo test -p praxis.
Containerfile Builds and installs the praxis package/binary in the image.
Cargo.toml Simplifies workspace dep entry now that the package is named praxis.
Cargo.lock Reflects the package rename in the resolved workspace graph.

@shaneutt shaneutt self-assigned this Apr 17, 2026
@shaneutt shaneutt modified the milestone: v0.5.0 Apr 17, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in AI Gateway Apr 17, 2026
@shaneutt shaneutt moved this from Backlog to Review in AI Gateway Apr 17, 2026
@shaneutt shaneutt merged commit 5b616b8 into praxis-proxy:main Apr 17, 2026
13 checks passed
@github-project-automation github-project-automation Bot moved this from Review to Done in AI Gateway Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants