diff --git a/specs/TargetLedgerSpecification.md b/specs/TargetLedgerSpecification.md index 59d7c08..6ab5d35 100644 --- a/specs/TargetLedgerSpecification.md +++ b/specs/TargetLedgerSpecification.md @@ -51,7 +51,7 @@ Reference implementation: `src/target_revenue/hashing.py::entry_hash`, `verify_c ## 5. Corrections without erasure -Per Rule 8, the ledger is append-only. A correction or reversal is always a **new** entry (`credit-reversal`, `remission-correction`, or `administrative-correction`) referencing the entry it corrects via `reverses` โ€” never an edit or deletion of the original. This preserves the audit trail even when the correction is disputed. +Per Rule 8, the ledger is append-only. A correction or reversal is always a **new** entry โ€” `credit-reversal` and `remission-correction` reference the entry they correct via `reverses`; `administrative-correction-development` and `administrative-correction-remission` are generic corrections not tied to a specific prior entry (ยง2) โ€” never an edit or deletion of the original. This preserves the audit trail even when the correction is disputed. ## 6. Outstanding Target fold (normative definition)