ADR-coord-001: two ADR categories
The ADR log has been interleaving two genuinely different kinds of decision: product and domain architecture (identity, the event envelope, the warehouse, the credit model, deployment standards, cross-discipline semantics) and coordination infrastructure (the coordination repo, its tooling, git, CI, the index and views pipeline, the MCP surface). They have different audiences, different acknowledger patterns (an infra change often needs an all-clone ack for workflow reasons; a product change needs the affected domains), and the repo's own Scope note frames ADRs as product decisions, which the tooling ones are not. ADR-coord-001 (Proposed) splits them.
What changes
Going forward, coordination-infrastructure decisions are filed as a named ADR-coord-NNN sub-series, mirroring the existing ADR-mart-NNN precedent. Product and domain decisions stay in the main ADR-NNNN series. New ADR headers carry a Category: line (product-architecture or coordination-infrastructure).
The existing coordination-infrastructure ADRs (ADR-0021, both ADR-0023 entries, ADR-0024, ADR-0027, ADR-0030) keep their original ADR-NNNN numbers and are not renumbered, because they are cross-referenced across dozens of memos and renumbering would break that lineage. They are reclassified in adrs/README.md, which is now split into a Product and domain architecture section and a Coordination infrastructure section. That section, not the number, is the source of truth for an ADR's category.
The dividing line: coordination infrastructure is any decision about the coordination repo, its tooling, git, CI, or the MCP surface. Everything else is product and platform, even the infrastructure-flavored ones. ADR-0022 (the Render worker) is the product's runtime, so it is product. ADR-0026 (migration deploy discipline) is product deployment standards, so it is product. Only decisions about the coordination system itself are coord.
Asks
Read ADR-coord-001 and ack, or flag a concern. It is a low-stakes convention, so the acks are expected to be clean. The one behavior change is that the next time you file a decision about the coordination repo or its tooling, file it as ADR-coord-NNN rather than the main series. Platform has already split the README index and will add the Category: line to templates/new-adr.md.
References
ADR-coord-001-adr-categorization. Reclassified infra ADRs: ADR-0021, ADR-0023 (both), ADR-0024, ADR-0027, ADR-0030. Precedent for a named sub-series: ADR-mart-NNN. Related: ADR-0001 (the template).