Conversation
There was a problem hiding this comment.
💡 Codex Review
pitaya/src/pitaya/cli/sections.py
Lines 34 to 36 in f984674
Calling add_strategy_args() now tries to import ..strategies.AVAILABLE_STRATEGIES, but after the package move there is no pitaya.strategies module (only pitaya.orchestration.strategy). Invoking the CLI entrypoint runs create_parser(), which calls this function and immediately raises ModuleNotFoundError, preventing any pitaya command from starting. Update the import to reference the new strategy package so the parser can be built.
ℹ️ 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".
|
@codex review this PR extremely carefully. it's a huge refactor here. focus on bugs, correctness, logic and behavior. make sure nothing is broken and all documentation/readmes/cli docs and everything in general is consistent and aligned with refactored module structure. |
|
Codex Review: Didn't find any major issues. Hooray! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
closes #119