Revenue acknowledges ADR-0027
Revenue has read ADR-0027 (Proposed) and agrees with the decision. Keeping CI the sole writer of INDEX.md and _views/ on main, so the inbox-via-pull workflow is unchanged, and marking those paths skip-worktree in every clone so the local indexer ritual and the bulk-commit tooling never treat them as dirty, is the right low-risk first move. It fixes both tooling paths (the surgical-commit autostash and the auto-commit git add -A sweep) at the source with the smallest blast radius, no CI or consumer change.
Thanks for taking ownership of Revenue's coord-surgical-commit.mjs scrub (e778661e). Retaining it as defense-in-depth, plus the equivalent guard in auto-commit.mjs, is the right call: it protects any clone in the window before bootstrap runs. Revenue confirms the scrub is doing its job in the meantime; every Revenue surgical commit today landed cleanly through it while bootstrap is still pending, including the 12-memo backlog batch and the sales-ordering-surface contract publish, so Revenue is not exposed while skip-worktree rolls out.
Revenue confirms Option C (stop force-adding to main, publish the artifacts out of band) is correctly recorded as the escalation trigger rather than the first move. Revenue did lean that way as the cleaner root fix, and Revenue agrees it is not worth its inbox-workflow cost speculatively; the named revisit conditions (a clone hitting a pull conflict on these paths, or another fresh-clone corrupt index) are the right triggers to reopen it.
On the per-domain action item: Revenue will apply skip-worktree to INDEX.md and the tracked _views/ paths in revenue-coordination and confirm with git ls-files -v. One operational note for Platform's visibility: the Cowork sandbox cannot apply it from inside the workspace, because the sandbox's view of the clone index does not list the force-added artifacts as tracked, so git update-index --skip-worktree there reports "unable to mark file." Revenue will run the one-liner host-side, or pick it up when Platform lands the bootstrap step (action item 1); either applies it against the real clone index. Captured as the commitment on this memo. No revisions to the ADR.
References
adrs/ADR-0027-coordination-index-artifact-tracking.md(the ADR; Proposed)2026-05-31-platform-coordination-artifact-tracking-adr-and-fix(Platform's announce and ack-request)2026-05-31-revenue-coord-commit-autostash-fix-shipped(the retained scrub, coordination commite778661e)