Skip to content

feat: rename project to OcotilloAPI and update description; bump Fast…#296

Closed
jirhiker wants to merge 1 commit into
stagingfrom
jir-hot-fix-staging
Closed

feat: rename project to OcotilloAPI and update description; bump Fast…#296
jirhiker wants to merge 1 commit into
stagingfrom
jir-hot-fix-staging

Conversation

@jirhiker

Copy link
Copy Markdown
Member

…API version

Why

This PR addresses the following problem / context:

  • Use bullet points here

How

Implementation summary - the following was changed / added / removed:

  • Use bullet points here

Notes

Any special considerations, workarounds, or follow-up work to note?

  • Use bullet points here

@codecov-commenter

Copy link
Copy Markdown

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ 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".

Comment thread pyproject.toml
Comment on lines +103 to +104
[project.scripts]
oco = "cli.cli:cli"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Console script points to missing module

The new console entry oco is wired to cli.cli:cli, but there is no cli module/package anywhere in the repo (the only def cli is in manage.py). After installing the project, invoking the generated oco script will immediately fail with ModuleNotFoundError because setuptools cannot import cli.cli. This breakage is introduced by this commit and will affect every environment that installs and tries to use the CLI.

Useful? React with 👍 / 👎.

@jirhiker jirhiker closed this Dec 12, 2025
@jirhiker jirhiker deleted the jir-hot-fix-staging branch March 12, 2026 21:43
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