Skip to content

TEMP: sync main into determinant order-64 port - #1330

Merged
morluto merged 4 commits into
agent/port-determinant-order-64-v2from
main
Aug 13, 2026
Merged

TEMP: sync main into determinant order-64 port#1330
morluto merged 4 commits into
agent/port-determinant-order-64-v2from
main

Conversation

@morluto

@morluto morluto commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Temporary branch synchronization for #1302. Merge current main into the feature branch only if conflict-free.

* fix(topology): preserve non-maximal facet diagnostics

* test(external-sat): remove stale producer conclusions

* ci: shard ordinary Python checks by semantic lane
@morluto
morluto requested a review from N0zoM1z0 as a code owner August 13, 2026 08:00
@cursor

cursor Bot commented Aug 13, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@morluto
morluto merged commit a873d72 into agent/port-determinant-order-64-v2 Aug 13, 2026
26 of 30 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 413e3846c2

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +18 to +20
def _operation_with_canonical_gaussian_input(operation: Any) -> Any:
if operation.spec.operation_id != "probability.gaussian_polynomial.moment.compute":
return operation

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove the untyped bundle-level request rewrite

FINITE_PROBABILITY_CAPABILITIES already declares this operation with CanonicalGaussianPolynomialMomentRequest in operations.py, so this Any-typed, string-ID-based reconstruction changes no behavior while creating a second owner for the request contract. If the installed-operation structure or request model changes, this copy can silently diverge because type checking cannot validate it; keep the canonical request type in the operation declaration and pass the capability tuple through unchanged.

AGENTS.md reference: AGENTS.md:L98-L106

Useful? React with 👍 / 👎.

Comment on lines +14 to 15
Each verifier checks one complete typed candidate against the exact submitted finite
simple undirected graph:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Reconcile the verifier's directly supplied graph scope

For callers following the new inline verifier contract, this section says the verifier checks an exact submitted graph, while line 26 still says it does not certify a directly supplied graph. Those statements give contradictory guidance about the supported verification input; clarify that the record does not certify a different graph rather than excluding the graph supplied in {input, candidate}.

AGENTS.md reference: AGENTS.md:L200-L201

Useful? React with 👍 / 👎.

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