Skip to content

Fail closed without graph isomorphism checker - #813

Merged
morluto merged 1 commit into
mainfrom
agent/fail-closed-graph-isomorphism-checker
Aug 8, 2026
Merged

Fail closed without graph isomorphism checker#813
morluto merged 1 commit into
mainfrom
agent/fail-closed-graph-isomorphism-checker

Conversation

@morluto

@morluto morluto commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Fixes #704.

Graph-isomorphism verification relied on assertion guards for its authorized checker identity. Those disappear under optimized Python.

This change uses an explicit installation invariant during adapter construction and an existing structured capability diagnostic during invocation. The normal registration gate remains unchanged.

Validation:

  • make test-composition TESTS=tests/composition/runtime/test_graph_isomorphism.py
  • make lint-full

@morluto
morluto marked this pull request as ready for review August 8, 2026 04:33
@cursor

cursor Bot commented Aug 8, 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 69c5868 into main Aug 8, 2026
39 checks passed
@morluto
morluto deleted the agent/fail-closed-graph-isomorphism-checker branch August 8, 2026 04:33
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.

[Bug]: Replace GraphIsomorphismAdapter production asserts in isomorphism capability

1 participant