-
Notifications
You must be signed in to change notification settings - Fork 0
chore: rebrand from squat/kilo to cozystack/kilo #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update Go module path, container image references, build scripts, CI workflows, and documentation to use cozystack/kilo. Container images are now published to ghcr.io/cozystack/cozystack/kilo. Co-Authored-By: Claude <[email protected]> Signed-off-by: Andrei Kvapil <[email protected]>
After a successful image push for a version tag, a new PR is automatically created to update image versions in manifests. Co-Authored-By: Claude <[email protected]> Signed-off-by: Andrei Kvapil <[email protected]>
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis pull request migrates the Kilo project from the squat organization to cozystack, updating all module paths from Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Trivy (0.58.1)Failed to read Trivy output file: ENOENT: no such file or directory, open '/inmem/1254/nsjail-2f47c1de-607c-4f03-85b1-02c41a37f2f3/merged/.trivy-output.json' 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. Comment |
Summary of ChangesHello @kvaps, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request executes a complete rebranding of the Kilo project, transitioning its identity and distribution channels. The core changes involve updating the Go module path, migrating container images to GitHub Container Registry, and ensuring all associated references in the codebase, build systems, and documentation are consistently aligned with the new Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request effectively rebrands the project from squat/kilo to cozystack/kilo. The changes are comprehensive, covering Go module paths, Dockerfile maintainer labels, Makefile variables for image registry and names, Kubernetes manifest image references, and all relevant documentation and website links. The rebranding appears to be consistently applied across all modified files, ensuring a smooth transition to the new identity. The automated manifest version bump mentioned in the PR description is a good practice for maintaining updated image references.
Summary
github.com/squat/kilotogithub.com/cozystack/kilosquat/kilo) to GHCR (ghcr.io/cozystack/cozystack/kilo)Changes
github.com/squat/kilo→github.com/cozystack/kilo(go.mod + all imports)IMAGE,REGISTRY,PKGdefaultsbump-manifestsjobghcr.io/cozystack/cozystack/kilo:v0.7.0Summary by CodeRabbit
Release Notes
Documentation
Chores