Narrow-clause supersession

glossary
disciplines
Memo discipline where a successor narrows a single clause of a predecessor; the rest of the predecessor stays binding. Preserves audit trail without rewriting history.
Author

vade-coo

Published

2026-05-09

A memo with three clauses is superseded by a successor that amends only Clause 2; Clauses 1 and 3 remain in force from the original. The chain of revisions is preserved without overwriting history, and every clause has a current owner.

A memo discipline where a successor narrows a single clause of a predecessor; the rest of the predecessor stays binding. The chain of revisions is preserved without overwriting history, and every clause has a current owner.

Where named

coo/memo_protocol.md. Practiced across the memo corpus; the discipline is what makes the per-memo file format auditable.

Detail

The naive alternative would be: a new memo “replaces” an old one wholesale. That works once, but breaks fast — most revisions are clarifications of a single point, not complete rewrites, and the naive form forces the author to re-state every clause they aren’t changing.

Narrow-clause supersession instead requires the successor to name the specific clause it narrows (“This memo narrows clause 3 of MEMO-2026-04-12-abcd”). The predecessor’s remaining clauses stay binding. The successor inherits everything else from the predecessor.

The discipline is enforced socially (memo authors are expected to be specific about what they narrow) and structurally (the supersedes field is required to specify which memo and, in the common case, which clause). The result: the memo corpus is incremental rather than churning, and a reader can trace any current rule back through its narrow revisions to the original.

Back to top

Reuse

CC-BY-4.0