chore(main): release jacobian 0.14.0 - #2104
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8de8f42ec5
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [project] | ||
| name = "jacobian" | ||
| version = "0.13.0" | ||
| version = "0.13.1" |
There was a problem hiding this comment.
Synchronize the lockfiles with version 0.13.1
When this commit runs through the required release-candidate CI, .github/scripts/check-release-consistency reports uv.lock and both root version fields in npm/package-lock.json as 0.13.0 while the manifests now expect 0.13.1, and exits with status 1. Because publishing requires successful CI for the tagged commit, this release tree cannot be published until both lockfiles are regenerated and committed.
AGENTS.md reference: AGENTS.md:L3-L6
Useful? React with 👍 / 👎.
| ### Documentation | ||
|
|
||
| * focus agent guide on repository invariants ([#2103](https://github.com/morluto/jacobian/issues/2103)) ([e9679e8](https://github.com/morluto/jacobian/commit/e9679e876dd245652a9af770c0f22448d3433f62)) |
There was a problem hiding this comment.
Include the omitted runtime fixes in the 0.13.1 notes
For users comparing 0.13.0 with 0.13.1, this section presents the release as documentation-only, but the range also contains e6205bf, which changes shipped runtime behavior, including enforcing whole-operation wall budgets in graph optimization and preserving missing-working-directory outcomes. Publishing the binaries with only this documentation entry hides the functional fixes and their compatibility significance; add the relevant fix/refactor entries to this release section.
Useful? React with 👍 / 👎.
755c497 to
117b6c8
Compare
39f689a to
72066ff
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 368d395d06
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| ### Features | ||
|
|
||
| * **skills:** add public operation contract audit ([aaff27f](https://github.com/morluto/jacobian/commit/aaff27feec27eb080d3f205fe912eba65f67bf37)) |
There was a problem hiding this comment.
Include runtime changes in the 0.14.0 notes
Fresh evidence in this revision is that the new 0.14.0 range includes 4c7b265, 9f96bdc, 1d4c6f0, and 26ca8b7, while this section still describes only skill and documentation changes. Those commits change public request/result contracts across dozens of operations, make general ideal radical and quotient operations depend on Singular 4.4, and alter MCP invalid-parameter responses, so users upgrading from 0.13.0 are not warned about material compatibility and deployment changes; add the corresponding breaking-change, fix, and backend entries before publishing.
AGENTS.md reference: AGENTS.md:L3-L6
Useful? React with 👍 / 👎.
368d395 to
cc27e9b
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fab8717c17
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| * **hypergraphs:** add finite hypergraph operations ([#1742](https://github.com/morluto/jacobian/issues/1742)) ([#2112](https://github.com/morluto/jacobian/issues/2112)) ([bd62eb1](https://github.com/morluto/jacobian/commit/bd62eb1bbcaa94baaccd5c74bf35df8f54e338be)) | ||
| * **skills:** add public operation contract audit ([aaff27f](https://github.com/morluto/jacobian/commit/aaff27feec27eb080d3f205fe912eba65f67bf37)) |
There was a problem hiding this comment.
Document the integer-lattice operation suite
Fresh evidence beyond the earlier changelog comment is that the release range now includes 6721c5a, which adds and registers nine public lattice operations (including canonical basis, dual, saturation, discriminant group, and orthogonal/direct sums), but the feature list still mentions only hypergraphs and the audit skill. Users reviewing the 0.14.0 notes would therefore miss a substantial new public API surface; add the lattice suite to this section.
Useful? React with 👍 / 👎.
509a733 to
6d10764
Compare
01a9025 to
f82fed0
Compare
🤖 I have created a release beep boop
0.14.0 (2026-08-21)
Features
Bug Fixes
Documentation
This PR was generated with Release Please. See documentation.