Dashboardpublishpublish reconciliation mutation anchori…

publish reconciliation mutation anchoring

Category: gotcha
Confidence: 1.00
ID: 01a08b5e-d1f4-7ca9-957d-bbd89f7df58d
Project ID: ac098440-8723-4582-9021-39e07a608100
Cross-project: No
Recalled in other projects: 1
Source session: 15DLBkeeMQ5MaUxaS
Created: 2026-09-10 12:50:42
Updated: 2026-09-10 12:50:42

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 18h ago

Content

Trap: globally removing a repeated reconciliation command looks like a valid mutation because both .github/workflows/publish.yml blocks contain nearly identical label cleanup, but it may mutate the earlier best-effort block instead of the final authoritative block. Fix: anchor mutations to the named Verify publish issue reconciliation section and inspect the diff before testing so the regression proves the intended final-cleanup invariant.

Move to: