Drop the stale debug-client manifest#25063
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f7b4d6e35b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,18 +0,0 @@ | |||
| [package] | |||
There was a problem hiding this comment.
Keep the manifest while it remains a workspace member
Deleting this manifest while codex-rs/Cargo.toml still lists "debug-client" as a workspace member breaks Cargo workspace loading entirely; I checked cargo metadata --no-deps --format-version 1 from codex-rs and it fails with failed to read .../debug-client/Cargo.toml, so any just test -p ..., cargo check, or metadata-based tooling in this workspace will fail until the workspace member is removed in the same change.
Useful? React with 👍 / 👎.
Deletes
codex-rs/debug-client/Cargo.tomlas one step in removing the stale app-server debug client.This intentionally leaves Cargo workspace and lockfile cleanup for a later follow-up PR.