Skip to content

chore(main): release 0.6.4#1110

Merged
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg
Apr 7, 2026
Merged

chore(main): release 0.6.4#1110
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Apr 7, 2026

🤖 I have created a release beep boop

0.6.4 (2026-04-07)

Features

Bug Fixes

Documentation

Maintenance

  • add .claudeignore and split CLAUDE.md for token optimization (#1112) (b0fbd18)
  • bump github.com/sigstore/protobuf-specs from 0.5.0 to 0.5.1 in /cli in the all group (#1106) (73089c9)
  • bump jsdom from 29.0.1 to 29.0.2 in /site in the all group (#1107) (8e99dce)
  • bump jsdom from 29.0.1 to 29.0.2 in /web in the all group (#1108) (ce8c749)
  • bump python from fb83750 to 6869258 in /docker/backend in the all group (#1104) (4911726)
  • bump python from fb83750 to 6869258 in /docker/web in the all group (#1103) (87bdf09)
  • bump the all group across 1 directory with 4 updates (#1111) (f702464)
  • bump the all group in /docker/sandbox with 2 updates (#1105) (05a91ca)

This PR was generated with Release Please. See documentation.

Copilot AI review requested due to automatic review settings April 7, 2026 07:26
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 7, 2026

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore(main): release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: ca497c2e-8cd4-417a-9223-c50c203c3e7b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Release housekeeping PR generated by Release Please to publish SynthOrg v0.6.4, updating internal version constants and release metadata to match the new tag and changelog entry.

Changes:

  • Bump SynthOrg package version from 0.6.3 → 0.6.4.
  • Update Release Please manifest and GitHub changelog for 0.6.4.
  • Advance LICENSE “Change Date” by one day to align with the release date.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/synthorg/__init__.py Updates __version__ to 0.6.4.
pyproject.toml Updates Commitizen version to 0.6.4 for tagging/release automation.
LICENSE Adjusts the license “Change Date” to 2029-04-07 (consistent with the 2026-04-07 release date).
.github/CHANGELOG.md Adds the generated 0.6.4 release notes section.
.github/.release-please-manifest.json Updates manifest version to 0.6.4 for Release Please tracking.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a 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 updates the project version to 0.6.4 and adds a changelog entry for new features including engine intelligence, quality signals, and health monitoring. Feedback indicates that the versioning violates Semantic Versioning principles, as the addition of new features should trigger a minor version increment to 0.7.0 rather than a patch increment. Additionally, a critical Python syntax error was identified in the exception handling of the new features mentioned in the changelog, which would cause runtime failures and must be corrected.


### Features

* engine intelligence -- quality signals, health monitoring, trajectory scoring, coordination metrics ([#1099](https://github.com/Aureliolo/synthorg/issues/1099)) ([aac2029](https://github.com/Aureliolo/synthorg/commit/aac2029b2e2e6dbd39e661fbd53c47e3d2829309)), closes [#697](https://github.com/Aureliolo/synthorg/issues/697) [#707](https://github.com/Aureliolo/synthorg/issues/707) [#705](https://github.com/Aureliolo/synthorg/issues/705) [#703](https://github.com/Aureliolo/synthorg/issues/703)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

critical

The features introduced in this release (specifically in task_engine.py and coordination/service.py) contain critical Python syntax errors. Multiple exception handling blocks use the deprecated Python 2 syntax except MemoryError, RecursionError: instead of the required Python 3 tuple syntax except (MemoryError, RecursionError):. This will cause a SyntaxError at runtime, preventing the engine from functioning. These must be fixed before the release is finalized.

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.6.3" # x-release-please-version
version = "0.6.4" # x-release-please-version
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The version increment from 0.6.3 to 0.6.4 appears to violate Semantic Versioning principles. The changelog indicates that this release introduces significant new features (e.g., 'engine intelligence', 'quality signals'). According to SemVer, feature additions should increment the minor version (e.g., to 0.7.0), while patch increments should be reserved for backwards-compatible bug fixes. Please consider updating the version to 0.7.0 in both pyproject.toml and src/synthorg/__init__.py.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 1323245.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.02%. Comparing base (8eb2859) to head (1323245).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1110   +/-   ##
=======================================
  Coverage   89.02%   89.02%           
=======================================
  Files         843      843           
  Lines       49061    49061           
  Branches     4934     4934           
=======================================
  Hits        43676    43676           
  Misses       4467     4467           
  Partials      918      918           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 7b05f2a to dde0ff4 Compare April 7, 2026 10:17
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 7, 2026 10:19 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from aeac89e to 9455114 Compare April 7, 2026 13:19
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 7, 2026 13:20 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from ff1a044 to 94683c7 Compare April 7, 2026 15:25
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 7, 2026 15:27 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch 5 times, most recently from dbd6d4e to 6c1d09d Compare April 7, 2026 15:37
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 7, 2026 15:40 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 283335b to 1534d3a Compare April 7, 2026 16:47
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 7, 2026 16:48 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 55a0b14 to 808634c Compare April 7, 2026 18:40
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 7, 2026 18:41 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 27ec6fa to 0a7d1c6 Compare April 7, 2026 20:53
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 7, 2026 20:55 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from eb0409f to 0f5bf65 Compare April 7, 2026 21:42
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 7, 2026 21:43 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from d9c7c12 to 262d14a Compare April 7, 2026 22:10
@Aureliolo Aureliolo merged commit bd0929e into main Apr 7, 2026
11 of 12 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch April 7, 2026 22:11
@Aureliolo
Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

2 participants