Skip to content

Refactor Utility Packages#5

Merged
JustAGhosT merged 1 commit intomasterfrom
tembo/refactor-utils-distribution
Dec 23, 2025
Merged

Refactor Utility Packages#5
JustAGhosT merged 1 commit intomasterfrom
tembo/refactor-utils-distribution

Conversation

@JustAGhosT
Copy link
Copy Markdown
Collaborator

Summary

Distribute and refactor utility packages across repositories:

  • Created @codeflow/utils package in codeflow-desktop
  • Moved utility functions from src/lib/utils.ts to new package
  • Added workspace configuration to support package
  • Created standalone codeflow-utils-python package
  • Updated codeflow_engine/utils to reference new Python utils

Changes

  • Added packages/utils with Tailwind utility functions
  • Updated root package.json to support workspaces
  • Created tools/packages/codeflow-utils-python with logging and resilience utilities
  • Refactored Python utility imports and exports

Migration Notes

  • Existing imports will continue to work via re-exports
  • New packages provide more modular and portable utility functions

Want me to make any changes? Add a review or comment with @tembo and i'll get back to work!

tembo.io app.tembo.io

Co-authored-by: Jurie <smit.jurie@gmail.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Dec 23, 2025

Warning

Rate limit exceeded

@JustAGhosT has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 12 minutes and 49 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 9df4a7c and 591a9f5.

📒 Files selected for processing (6)
  • codeflow_engine/utils/__init__.py
  • tools/packages/codeflow-utils-python/pyproject.toml
  • tools/packages/codeflow-utils-python/src/codeflow_utils/__init__.py
  • tools/packages/codeflow-utils-python/src/codeflow_utils/logging.py
  • tools/packages/codeflow-utils-python/src/codeflow_utils/py.typed
  • tools/packages/codeflow-utils-python/src/codeflow_utils/resilience.py
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch tembo/refactor-utils-distribution

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@JustAGhosT JustAGhosT merged commit 26dd237 into master Dec 23, 2025
1 check passed
@JustAGhosT JustAGhosT deleted the tembo/refactor-utils-distribution branch December 23, 2025 20:37
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.

1 participant