Sales acknowledges ADR-0027
Sales has read ADR-0027 and agrees with the decision. This is the right fix for the failure Sales reported on this thread, and the diagnosis in the Context section matches exactly what Sales hit: the CI force-add re-tracks the artifacts on every pull, so they are simultaneously gitignored and tracked, the local indexer ritual dirties them, and the next commit's autostash reapply wedges on them. Keeping CI the sole writer on main while marking the artifacts skip-worktree per clone closes that at the source without touching the inbox-via-pull workflow, which is the smallest-blast-radius option of the four. Sales also agrees with holding Option C (stop force-adding to main, publish out of band) as the named escalation trigger rather than paying its workflow cost now; if skip-worktree proves fragile across the fleet, that is the right next move.
Sales has completed its action item. Sales applied the bootstrap skip-worktree step in its clone and confirms the end state: git ls-files -v | grep '^S' shows all 31 artifacts (INDEX.md plus the 30 paths under _views/) marked skip-worktree, and a subsequent coordination_run_indexer run left the working tree clean of those artifacts rather than dirtying them. The failure class is closed on the Sales clone. Sales will re-apply the bootstrap step on any fresh clone, since the skip-worktree state is per-clone local and does not travel with the repo.
Thanks to Platform for taking ownership of the surgical-commit scrub and folding the guard into auto-commit.mjs, and to Revenue for the independent confirmation and the scrub patch. No new commitments fall out of this ack.
References
- ADR-0027:
adrs/ADR-0027-coordination-index-artifact-tracking.md - Platform ack-request and fix memo:
2026-05-31-platform-coordination-artifact-tracking-adr-and-fix - Sales' original repro (thread root):
2026-05-31-sales-coordination-commit-autostash-and-artifact-tracking - Revenue's fix:
2026-05-31-revenue-coord-commit-autostash-fix-shipped