Skip to content

fix(autonomy): name the field the deterministic/model slot split turns on - #2346

Merged
kyle-sexton merged 1 commit into
mainfrom
fix/topology-leaf-names-scanner-class
Aug 12, 2026
Merged

fix(autonomy): name the field the deterministic/model slot split turns on#2346
kyle-sexton merged 1 commit into
mainfrom
fix/topology-leaf-names-scanner-class

Conversation

@kyle-sexton

@kyle-sexton kyle-sexton commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Post-merge sweep of #2326 found the verification-topology leaf never names scanner_class, the field the schema and checker key the entire deterministic/model slot split on.

The field decides which relational constraints and predicates are legal on a slot, which floor it counts toward, and whether distinctness is judged by scanner class or by resolved model identity. The leaf described the split in prose — "a slot is filled by either a DETERMINISTIC layer or a MODEL-ADJUDICATED role" — and left the reader no way to write one.

A binding author reading the normative contract could not declare a deterministic slot without reading the validator source. That inverts the arrangement the leaf exists to establish.

Test plan

  • node scripts/validate-plugin-contracts.mjs — 45 setup skills, 2398 files.
  • bash scripts/check-changelog-parity.sh --check — passes.
  • python scripts/sync-plugin-options-docs.py --check — passes.
  • grep -rniE "frontier|flagship|daily driver" plugins/autonomy/reference/ — empty.
  • grep -c blocking over the narration lane's section — 0.
  • Docs-only change to contract prose; no schema, checker, or fixture change, so the 540-check binding suite is unaffected.

Related

No linked issue — found by a post-merge consistency sweep of #2326's contract surface against its own implementation, and small enough to fix directly rather than file and queue.

@cursor

cursor Bot commented Aug 12, 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.

@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: a4aad2ce56

ℹ️ 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 thread plugins/autonomy/reference/guardrails/verification-topology.md
…s on

The schema and the checker key the entire split on `scanner_class` —
which relational constraints and predicates are legal on a slot, which
floor it counts toward, and whether distinctness is judged by scanner
class or by resolved model identity. The normative leaf described the
split only in prose and never named the field.

That left the contract unable to answer the first question a binding
author asks it: how do I declare a deterministic slot. A contract whose
own vocabulary is discoverable only by reading the validator is the
inverse of the arrangement this leaf exists to establish.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0133WoxqBf7kLDviEfrcYL5Z
@cursor
cursor Bot force-pushed the fix/topology-leaf-names-scanner-class branch from a4aad2c to 89b5709 Compare August 12, 2026 04:57
@github-actions

Copy link
Copy Markdown

Warning

Automated security review did not complete — this is an infrastructure failure, not a review verdict.

Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."

The check is green on purpose, and it is not evidence. It certifies that a security pass ran, and this one did not complete — but the cause is outside this PR's control, so merging is deliberately left unblocked rather than locking every merge for the length of the outage. Nothing was reviewed at this head. Where this check is required, it is satisfied without that evidence; a human should review security-sensitive changes here before merging.

Re-run the job to retry the review; a new push also retries it only if the caller's pull_request triggers include synchronize (the canonical security caller keeps it). An automatic retry may already have run — it is skipped when a partial review could duplicate comments, or when the failure class needs an operator.

Re-running does NOT help for every class:

  • rate-limit that persists across re-runs, or auth — the credential or usage budget needs an operator; retrying will not clear it.
  • a run that exhausted its turn budget ("subtype":"error_max_turns" above) will exhaust it again. As the PR author, split the change into smaller PRs; raising --max-turns is a change to the caller workflow, not something you can set on this PR.

@kyle-sexton
kyle-sexton merged commit 8830321 into main Aug 12, 2026
35 checks passed
@kyle-sexton
kyle-sexton deleted the fix/topology-leaf-names-scanner-class branch August 12, 2026 05:07
@github-actions

Copy link
Copy Markdown

Warning

Automated review did not complete — this is an infrastructure failure, not a review verdict.

Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."

Re-run the job to retry the review. A new push re-triggers this lane only if the caller's pull_request triggers include synchronize (the canonical caller omits it).
An automatic retry may already have run — it is skipped when a partial review could duplicate comments, or when the failure class needs an operator (auth).

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