Identity Continuity Review¶
Review process — instantiates Identity-Bounded Change
A periodic judgment that tests an entity's accumulated changes — not just the latest one, but the whole drift — against an explicit persistence criterion, and returns a verdict on whether it is still the same entity.
An Identity Continuity Review is the recurring judgment that asks, against a stated criterion, whether an entity that keeps changing is still the same entity. Its defining move is looking at the cumulative history rather than only the latest change: a run of individually reasonable modifications can add up to something that no longer satisfies the original rationale for treating it as one thing, and the review is where that slow drift is caught before it is laundered as continuity. It does not perform the changes or issue the decision that follows — it evaluates the lineage, logs, and records against an explicit persistence criterion and returns a verdict (continues / at-risk / has crossed into replacement) that a decision record then formalizes.
Example¶
A national statistics office maintains a decades-long cost-of-living index. No single methodology update ever looked like a break: a refreshed sampling frame one year, a re-weighted basket the next, a switch to scanner data after that — each approved on its own merits. At a scheduled review, the team stops looking change-by-change and tests the accumulated revisions against the index's persistence criterion: is a value today still comparable in meaning to a value twenty years ago, or has the series quietly become a different measure wearing the same name?
They find the chained changes still sit inside the criterion — comparability holds within the stated bounds — and reaffirm the index as one continuous series. But they flag a pending change that, combined with everything already absorbed, would push cumulative drift past the line and require minting a new series identity. The decision to keep or break continuity is thus made on explicit evidence of drift, not on the comfortable fact that the name on the series never changed.
How it works¶
What distinguishes it from an ordinary sign-off on the latest change:
- It re-applies the criterion at the whole-history level, testing how changes interact and accumulate, not just each step against the one before it.
- The criterion is fixed independently of the desired answer — stated in advance, so the review judges continuity rather than rationalizing it.
- It is evidence-based and periodic — it pulls from the version, event, and treatment records and runs on a cadence (or on a trigger), rather than being a one-off opinion.
- It returns a graded verdict plus the specific drift that threatens continuity, so the finding is actionable and auditable.
Tuning parameters¶
- Review cadence — scheduled versus triggered by accumulated change volume; frequent reviews catch drift early but spend attention.
- Criterion strictness — how much cumulative change the persistence criterion tolerates; strict criteria protect meaning but force more replacements, loose ones let drift pass as sameness.
- Cumulative window — whether the test runs against the original baseline, the last review, or both; a longer window catches slow drift but must weigh long-past changes fairly.
- Verdict granularity — a binary same/different call versus a graded continues / at-risk / crossed; grading enables early warning but demands more judgment.
When it helps, and when it misleads¶
Its strength is that it is the only mechanism that catches cumulative identity drift and strategic gaming — the boil-the-frog sequence where every step is fine and the destination is not — and the one that keeps the identity criterion stated independently of whoever would prefer a particular verdict.
Its recurring puzzle is the Ship of Theseus[n1]: no single plank replacement breaks identity, yet at some point the ship may be a new one, and the review has to say where. It is gamed by an over-loose criterion that always answers "still the same," and frozen by an over-strict one that forbids legitimate evolution. The classic misuse is running it to ratify a conclusion already reached — declaring continuity because breaking it would be inconvenient, or the reverse. The discipline that keeps it honest is to fix the criterion before judging, evaluate against the original baseline as well as the current state, and record the drift evidence so the verdict rests on something auditable rather than on nerve.
How it implements the components¶
The review fills the judgment components of the archetype — the ones that decide, rather than store, continuity:
identity_persistence_criterion— it holds and applies the explicit rule for what counts as the same entity.identity_continuity_test— it runs that criterion against the assembled evidence to produce a continuity verdict.cumulative_identity_drift_review— it evaluates the accumulated history for drift and interaction effects, not just the most recent change.
It does not define the object-level mutable and invariant envelope its evidence comes from (that's Conservation Treatment Record and the versioning tools), nor issue and authorize the replace-or-fork decision its verdict feeds (that's Replacement or Fork Decision Record).
Related¶
- Instantiates: Identity-Bounded Change — it is the recurring continuity test at the heart of the archetype, evaluating both the local change and the cumulative history.
- Consumes: the history records — Version Control System, Event-Sourced Entity History, and Conservation Treatment Record — as the evidence it evaluates.
- Sibling mechanisms: Replacement or Fork Decision Record · Conservation Treatment Record · Version Control System · Event-Sourced Entity History · Document Revision History · Persistent Identifier Resolver · Chain-of-Custody Record · Legal Amendment Record · Policy Amendment Register · Split/Merge Change Log
Editorial Notes¶
Form Classification¶
Form family: Assessment, Review & Assurance
Rationale: Identity Continuity Review operates as a bounded evaluation of existing evidence or work that produces a finding or disposition because it a periodic judgment that tests an entity's accumulated changes — not just the latest one, but the whole drift — against an explicit persistence criterion, and returns a verdict on whether it is still the same entity
Independent corroboration: The frozen evidence defines Identity Continuity Review as 'A periodic judgment that tests an entity's accumulated changes — not just the latest one, but the whole drift — against an explicit persistence criterion, and returns a verdict on whether it is still the same entity', so its operative form is Assessment, Review & Assurance.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Philosophy
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Universal
Rationale: Judging whether cumulative change preserves the same entity directly instantiates philosophical persistence and Ship-of-Theseus problems.
Related originating lineages:
- Material Culture & Museum Studies — Conservation practice independently adjudicates object identity through replacement and restoration.
- Organizational & Management Science — Organizational identity and mission-drift reviews materially apply continuity criteria to institutions.
Review resolution: Both reviewers independently assign philosophy as the primary originating domain, so that shared primary is retained. Alternate domains are the union of reviewer-identified formative or independently originating lineages; later application settings alone are excluded. The final form materially composes methods or concepts from more than one formative domain. Its operational pattern is portable across essentially any subject domain. The encyclopedia entry makes that composition explicit.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
The review is an assessment, not an authority. It can conclude that an entity has crossed into replacement, but the actual minting of a new identity — and the record of who decided and under what rule — belongs to the Replacement or Fork Decision Record it hands off to. Keeping the assessment separate from the decision is what lets the criterion stay independent of whoever holds the authority to act on it.
[n1] The Ship of Theseus is a classical thought experiment: if a ship's planks are replaced one by one until none of the original remains, is it still the same ship? It frames precisely the problem this review confronts — whether gradual, cumulative change preserves identity or eventually breaks it. ↩