chore(steward): land steward-maintained artifacts - #122
Conversation
Post-upgrade reconciliation against plan-marshall 0.1.1240: - executor regenerated (140 scripts) from the refreshed plugin cache - sync-defaults re-stamped provisioned_version and config_seed_fingerprint - steps-sort and build.map drift both already in sync (no changes) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Sorry @cuioss-oliver, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: cuioss/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
check-changes was disabled on merge_group on the premise that paths-filter cannot auto-detect a diff base there. That is no longer true: v4 reads the merge-queue payload directly and diffs merge_group.base_sha..head_sha. Dropping the event guard means the queue evaluates the whole merge group against its base branch, so the "test the full merge result" property is preserved — a docs-only PR batched with a code PR still sees code in the diff and still builds. Only an entirely non-code merge group skips, which is the case the filter already sanctions on the pull_request side. Before this, a docs-only PR skipped build+IT on pull_request and then ran the full suite once queued (cuioss/API-Sheriff#122: ~18 min of runner time for a two-line .plan/marshal.json change). Also refreshes the docs: the built-in ignore list was missing .plan/** and .claude/**, and the merge-queue behaviour is now stated. Co-Authored-By: Claude <noreply@anthropic.com>
Summary
Post-upgrade reconciliation of
.plan/marshal.jsonafter refreshing plan-marshall from0.1.1228to0.1.1240.Produced by
/marshall-steward upgrade(consumer project):system.provisioned_versionrefreshed0.1.1228→0.1.1240system.config_seed_fingerprintrefreshed4e859c03→120d376aNo functional project code is touched — this is plan-marshall configuration state only.
Upgrade run details
fresh(cache 0.1.1240 == marketplace manifest 0.1.1240); executor regenerated from the 0.1.1240 cache generator (140 scripts); retention sweep swept 60 version dirs across 10 bundles, 0 removable (keep_versions=5, keep_days=3)sync-defaultsadded 0 keys (stamps re-written);steps-sortreported no reorder (18 steps);build.mapdriftin_sync: trueVerification
Stage 3 (verify) preflight is clean:
Labelled
skip-bot-review: no reviewable source change.