Skip to content

Report exact partial plugin mutations - #561

Merged
chubes4 merged 1 commit into
mainfrom
fix/455-exact-changed-records
Sep 1, 2026
Merged

Report exact partial plugin mutations#561
chubes4 merged 1 commit into
mainfrom
fix/455-exact-changed-records

Conversation

@chubes4

@chubes4 chubes4 commented Sep 1, 2026

Copy link
Copy Markdown
Member

Summary

  • report exact desired-state records when a plugin mutates before a later bounded phase fails
  • keep partial mutations distinct from completed records
  • prevent mutation outcomes from leaking across aggregate and per-step timeout boundaries
  • cover successful mutation, mutate-then-timeout, aggregate timeout, and child-deadline timeout behavior

Closes #455.

Verification

  • bash tests/plugin-upgrade-bounds.sh
  • bash tests/plugins-only-scope.sh
  • bash tests/convergence-orchestrator.sh
  • bash tests/ci-coverage.sh
  • bash -n lib/desired-state-reconciler.sh lib/plugin-upgrade.sh lib/wordpress.sh lib/wp-codebox.sh tests/plugin-upgrade-bounds.sh
  • git diff --check

AI Assistance

OpenAI GPT-5.6 Terra and GPT-5.6 Sol via OpenCode audited issue #455 acceptance, implemented exact partial-mutation reporting, exercised timeout and replay boundaries, and independently reviewed the result under Chris Huber's direction.

@chubes4
chubes4 merged commit cb7327a into main Sep 1, 2026
69 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.

Architecture: unify setup and upgrade behind one desired-state reconciler

1 participant