chore: release v0.3.0#23
Open
Goosterhof wants to merge 1 commit into
Open
Conversation
Cuts v0.3.0 — collapses three contractual rule widenings into a single Major bump per ADR-0021 §Versioning: 1. EnforceResourceDataValidatorOptInRule (queue #55 Phase-2 promotion, ADR-0009 §EAGER_LOAD validator opt-in) — Phase 2 rule 2. LogRule static-call expansion (issue #4, ADR-0001 §Append-only) — Model::destroy() / Model::forceDestroy() shapes 3. LogBuilderTruncateRule (issue #8, ADR-0001 §Append-only) — Builder->truncate() on table('<log-named>') chains Each rule's pre-cascade audit returned 0 violators across all 5 consumer territories (kendo, entreezuil, emmie, ublgenie, brick-inventory-orchestrator): - ResourceDataValidator audit: campaigns/phpstan-warroom-rules/2026-05-08-pre-cascade-audit-resource-data-validator-opt-in.md - LogRule static-call audit: campaigns/phpstan-warroom-rules/2026-05-13-pre-cascade-audit-log-rule-static-call.md - LogBuilderTruncate audit: campaigns/phpstan-warroom-rules/2026-05-13-pre-cascade-audit-log-builder-truncate.md No consumer-side ignoreErrors migrations required. The Major represents the contract widening, not empirical violation count. Phase A pin sweep (^0.1.x → ^0.2) closed pre-release — all 4 laggard consumers bumped via independent dispatches between 2026-05-06 and 2026-05-08; verified by 4-territory Medic wave 2026-05-13 (no-op). Phase B pin sweep (^0.2 → ^0.3) follows post-tag as a separate war-room dispatch. This PR is STACKED on PR #22 (engineer/log-builder-truncate-rule). GitHub auto-retargets to main when PR #22 merges. Tag v0.3.0 on the release-PR merge commit; release.yml's webhook auto-publishes to Packagist. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cuts v0.3.0 — collapses three contractual rule widenings into a single Major bump per ADR-0021 §Versioning, all with 0-violator pre-cascade audit verdicts.
EnforceResourceDataValidatorOptInRule(Phase 2, queue #55)LogRulestatic-call expansion (#4)LogBuilderTruncateRule(#8)Release-as-a-whole stays MAJOR — Major represents the contract widening (consumers upgrading from
^0.2to^0.3accept three broader rule contracts), not the empirical violation count.Stacked PR notice
This PR is stacked on PR #22 (
engineer/log-builder-truncate-rule). Base set toengineer/log-builder-truncate-rule; GitHub auto-retargets tomainwhen PR #22 merges. Review/merge order: #22 first, then this PR, then tag v0.3.0.Pre-release work already complete
^0.1.x→^0.2) — all four laggard consumers (kendo, entreezuil, emmie, BIO) bumped between 2026-05-06 and 2026-05-08 via independent dispatches (Commander manual bump for kendo; Engineer PRs #159 + #208 for entreezuil + emmie which also retired their local audit-snapshot arch tests; Dependabot PR #168 for BIO). Verified clean by 4-territory Medic wave 2026-05-13.campaigns/phpstan-warroom-rules/2026-05-08-pre-cascade-audit-resource-data-validator-opt-in.mdcampaigns/phpstan-warroom-rules/2026-05-13-pre-cascade-audit-log-rule-static-call.mdcampaigns/phpstan-warroom-rules/2026-05-13-pre-cascade-audit-log-builder-truncate.mdcampaigns/phpstan-warroom-rules/2026-05-13-v0.3.0-release-cut-plan.mdPost-merge plan
v0.3.0on the release-PR's merge commit.release.ymlwebhook auto-publishes to Packagist.^0.2→^0.3) dispatches as a separate war-room operation across all 5 consumer territories — each PR references this v0.3.0 release tag and the three audit campaign reports. Single-wave dispatch (no consumer-sideignoreErrorsmigrations required, per the 0-violator verdicts).Test plan
[Unreleased]→[0.3.0] — 2026-05-13clean[Unreleased]now compares againstv0.3.0;[0.3.0]link added)composer test— 50 tests passcomposer phpstan— cleancomposer format:check— clean@script-development/phpstan-warroom-adminsmain)v0.3.0on merge commit🤖 Generated with Claude Code