Conversation
This reverts commit bf58779.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
🧰 Additional context used📓 Path-based instructions (3)pyproject.toml📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.py📄 CodeRabbit inference engine (CLAUDE.md)
Files:
src/synthorg/**/*.py📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🔇 Additional comments (3)
WalkthroughThis pull request reverts the package version from 0.3.7 to 0.3.6 across multiple configuration and source files. The changes include updating the release manifest version mapping, removing the 0.3.7 changelog entry, updating the commitizen version configuration, and decrementing the Suggested labels
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
📝 Coding Plan
Comment |
Summary of ChangesHello, 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 addresses a failed v0.3.7 release by reverting the associated changes. The release process encountered an error with GoReleaser's LICENSE path resolution. This PR restores the project's versioning to 0.3.6 across relevant configuration and source files, and removes the incomplete 0.3.7 changelog entry, preparing the repository for a corrected re-release. Highlights
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. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request reverts the project version from 0.3.7 to 0.3.6 to reset a failed release. The changes correctly update the version in pyproject.toml, src/synthorg/__init__.py, and .github/.release-please-manifest.json, and remove the v0.3.7 entry from the changelog. The changes are consistent and appropriate for the stated goal. I have no further feedback as the modifications are correct.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #591 +/- ##
=======================================
Coverage 92.46% 92.46%
=======================================
Files 551 551
Lines 27681 27681
Branches 2678 2678
=======================================
Hits 25595 25595
Misses 1634 1634
Partials 452 452 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
test_stops_at_max_depth used capsys to capture stdout, but walk_string_values logs via structlog (logger.warning), not print(). Replace with @patch on the logger and assert warning was called with the depth kwarg -- future-proof regardless of structlog sink config. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🤖 I have created a release *beep* *boop* --- ## [0.3.7](v0.3.6...v0.3.7) (2026-03-19) ### Features * **engine:** implement Hybrid Plan + ReAct execution loop ([#582](#582)) ([008147c](008147c)) * implement first-run setup wizard ([#584](#584)) ([dfed931](dfed931)) ### Bug Fixes * **api:** address ZAP DAST scan findings ([#579](#579)) ([ce9a3e0](ce9a3e0)) * **cli:** auto-delete binary on Windows, prune images, fix GoReleaser ([#590](#590)) ([eb7c691](eb7c691)) * **cli:** regenerate compose and re-exec binary on update ([#576](#576)) ([3f226eb](3f226eb)) ### CI/CD * add SBOM generation to Docker and CLI releases ([#580](#580)) ([db459cf](db459cf)) ### Maintenance * **main:** release 0.3.7 ([#583](#583)) ([bf58779](bf58779)) * reset failed v0.3.7 release ([#591](#591)) ([b69000d](b69000d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added engine Hybrid Plan + ReAct execution loop * Added first-run setup wizard * **Bug Fixes** * Addressed ZAP DAST scan issues * Fixed CLI Windows/image/update issues * **Maintenance** * Added SBOM generation for Docker/CLI releases * General maintenance updates <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Summary
Reverts the Release Please commit for v0.3.7 (
bf58779) because the CLI GoReleaser step failed during the release workflow (LICENSE path resolution error). The draft release and tag have been deleted.What this reverts:
.github/.release-please-manifest.json: 0.3.7 -> 0.3.6.github/CHANGELOG.md: removes 0.3.7 entrypyproject.toml: 0.3.7 -> 0.3.6src/synthorg/__init__.py: 0.3.7 -> 0.3.6What was already cleaned up:
Next steps:
🤖 Generated with Claude Code
Summary by CodeRabbit