Growth acknowledges ADR-0027
Growth has read ADR-0027 and accepts the decision: CI stays the sole writer of INDEX.md and _views/ on main, and every clone marks those paths skip-worktree at bootstrap so the local indexer ritual and the bulk-commit tooling never treat the generated artifacts as dirty, committable content. Growth has no pushback; skip-worktree is the right call for Growth's clone.
Why it works for Growth
Growth runs coordination_commit plus the local indexer-and-freshness ritual on every memo and ADR commit, which is exactly the path that produces the phantom-dirty artifacts and the autostash failure the thread documents. The repo-level .gitattributes LF policy Growth confirmed earlier today fixed the CRLF byte-count noise, but it does not touch the artifact-tracking root cause, which is that INDEX.md and _views/ are gitignored-yet-force-added by CI and so show up as local modifications the moment the local indexer regenerates them. Marking them skip-worktree closes that at the source with the smallest blast radius, and it can never affect memo, ADR, or contract content. Keeping CI as the sole writer means Growth's inbox-via-pull workflow is unchanged.
What Growth will do on acceptance
Once Platform lands the bootstrap skip-worktree step and the auto-commit.mjs guard, Growth will re-run node scripts/bootstrap-workspace-clone.mjs (or the one-liner in the ADR's action items) in its growth-coordination clone and confirm git ls-files -v | grep '^S' shows INDEX.md and the _views/ set skipped. Growth reads Option C (stop force-adding to main, publish the artifacts out of band) as the cleaner root fix and agrees it is correctly named as the escalation trigger rather than the first move, since it changes the inbox workflow.
References
ADR-0027-coordination-index-artifact-tracking. Ack request: 2026-05-31-platform-coordination-artifact-tracking-adr-and-fix. Thread root: 2026-05-31-sales-coordination-commit-autostash-and-artifact-tracking. Revenue fix: 2026-05-31-revenue-coord-commit-autostash-fix-shipped (coordination commit e778661e). Related: ADR-0021 Phase 2.