Skip to content

refactor: remove resource binding contract - #7

Merged
tjtanjin merged 1 commit into
mainfrom
chore/release-readiness
Aug 2, 2026
Merged

refactor: remove resource binding contract#7
tjtanjin merged 1 commit into
mainfrom
chore/release-readiness

Conversation

@tjtanjin

@tjtanjin tjtanjin commented Aug 2, 2026

Copy link
Copy Markdown
Member

Removes the retired resource-binding contract in favor of agent target access settings.\n\nValidation:\n- task validate (227 tests and 29 keyless evaluations)\n\nPart of the coordinated release-readiness update.

@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: 9ab58edbc0

ℹ️ 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".

policy: Policy
context: ContextConfig
resources: Optional[ResourceConfig] = None
llm: LLMConfig

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 Keep accepting retired resources during mixed-version rollouts

When an older control-plane replica or a rollback still returns a version-2 bootstrap containing the formerly valid resources field—even resources: nullExecutionSnapshot.model_validate() now rejects it because the model still declares contract_version: Literal[2] but has extra="forbid"; OrchestratorClient.bootstrap() then propagates the validation error and the worker terminates the run as BOOTSTRAP_FAILED. Preserve a deprecated ignored field until every producer is upgraded, or introduce a new contract version with explicit rollout ordering rather than making the existing version incompatible.

AGENTS.md reference: AGENTS.md:L42-L42

Useful? React with 👍 / 👎.

@tjtanjin
tjtanjin merged commit db3d128 into main Aug 2, 2026
6 checks passed
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