What are the established norms from academic pre-print repositories and…

What are the established norms from academic pre-print repositories and Personal Knowledge Management (PKM) systems for versioning, correcting, and amending published research items, and does a YAML Ain't Markup Language (YAML) frontmatter `versions:` array with git history as the diff meet those standards?

2026-05-02 · knowledge-management knowledge-graphs tools-infrastructure · medium · source → · wiki →
key claims
  1. arXiv's governing norm is a stable identifier with an explicit visible version chain, because replacements, withdrawals, errata, annual updates, and living reviews all remain linked under one record while prior versions stay accessibleArxiv (n.d.)Srivastava et al. (2023)
  2. OSF's governing norm is frozen primary records plus explicit update workflow, because submitted registrations cannot be edited in place and later changes require a separate, justified update process that preserves the original registrationOsf (n.d.)Osf (n.d.)
  3. Registered-reports practice reinforces the same principle by making amendment acceptable only when continuity and justification remain explicit, which favours reader-visible notice chains over silent mutationCenter (n.d.)Osf (n.d.)
  4. The retrievable PKM evidence does not support mandatory immutable per-version note files, because Zettelkasten is tool-agnostic and Obsidian Git implements auditability through commits, diffs, and history views around one canonical noteAhrens (2017)Obsidian (n.d.)
  5. Git can satisfy the "what changed" inspection requirement because commits are content-addressed snapshots, but git can only serve as a trustworthy audit substrate when pushed history is treated as append-onlyGit-scm (n.d.)Git-scm (n.d.)
  6. The repository's current `versions:` model is therefore sufficient if each substantive edit records a visible version number, changed date, one-line reason, full commit SHA, and linked progress log, because together those fields recreate the minimum audit trail that the sampled systems requireArxiv (n.d.)Osf (n.d.)Git-scm (n.d.)Repo (2026)
  7. The correction-versus-revision boundary should be formalised as minor when findings and evidence balance stay unchanged, and major when any finding, confidence grade, recommendation, or cited-source identity changesOsf (n.d.)Arxiv (n.d.)Repo (2026)
  8. `corrects:` should be added to the relationship vocabulary because it expresses authoritative amendment lineage, while `replicates:` should wait until the corpus actually tracks a repeatable replication programme that needs a distinct edgeRepo (2026)Repo (2026)Arxiv (n.d.)

Research Question

What are the established norms and practical conventions from academic pre-print repositories (arXiv, Social Science Research Network (SSRN), Open Science Framework (OSF)) and Personal Knowledge Management (PKM) implementations (Zettelkasten, Obsidian, Roam Research, Logseq) for how published research items should be corrected, versioned, retracted, or extended after initial publication, specifically: what auditability standards must a versioning model meet, how is the distinction between minor correction and substantive revision defined, and does a pragmatic model using a YAML Ain't Markup Language (YAML) frontmatter versions: array (version number, commit SHA (Secure Hash Algorithm), date, progress log path, one-line summary) combined with git commit history as the diff provide sufficient auditability, or is a stricter arXiv-style immutable-file-per-version approach warranted?

Findings

Executive Summary

The repository's frontmatter versions: array plus git commit history is sufficient for this corpus if it is treated as a visible, append-only version chain with full commit SHAs and progress-log links, rather than as a lightweight note-to-self on top of silently mutable files.

arXiv and OSF both preserve prior state and surface later change explicitly.

Those patterns mean this repository does not need an arXiv-style vN-file scheme to satisfy the same minimum auditability norm, because a visible version chain can be implemented without duplicating full-text files.

The retrievable PKM evidence points the same way, because Zettelkasten is tool-agnostic about note evolution and Obsidian Git uses one canonical note backed by commit history, diff view, and restore workflows rather than one full file per revision.

The main repository change still required is therefore governance, not storage layout: ADR-0013 should define correction-versus-revision thresholds explicitly and treat rewrite of pushed main history as disallowed for completed items that carry versions: entries.

Key Findings

  1. arXiv's governing norm is a stable identifier with an explicit visible version chain, because replacements, withdrawals, errata, annual updates, and living reviews all remain linked under one record while prior versions stay accessible.
  2. OSF's governing norm is frozen primary records plus explicit update workflow, because submitted registrations cannot be edited in place and later changes require a separate, justified update process that preserves the original registration.
  3. Registered-reports practice reinforces the same principle by making amendment acceptable only when continuity and justification remain explicit, which favours reader-visible notice chains over silent mutation.
  4. The retrievable PKM evidence does not support mandatory immutable per-version note files, because Zettelkasten is tool-agnostic and Obsidian Git implements auditability through commits, diffs, and history views around one canonical note.
  5. Git can satisfy the "what changed" inspection requirement because commits are content-addressed snapshots, but git can only serve as a trustworthy audit substrate when pushed history is treated as append-only.
  6. The repository's current versions: model is therefore sufficient if each substantive edit records a visible version number, changed date, one-line reason, full commit SHA, and linked progress log, because together those fields recreate the minimum audit trail that the sampled systems require.
  7. The correction-versus-revision boundary should be formalised as minor when findings and evidence balance stay unchanged, and major when any finding, confidence grade, recommendation, or cited-source identity changes.
  8. corrects: should be added to the relationship vocabulary because it expresses authoritative amendment lineage, while replicates: should wait until the corpus actually tracks a repeatable replication programme that needs a distinct edge.

Assumptions

Analysis

The core norm across the sampled academic systems is preservation plus explanation, not preservation plus file duplication, so the repository should optimise for reader legibility of change rather than mimic arXiv's exact storage surface.

Git already supplies the diff and immutable snapshot identity that arXiv exposes through public file versions, which means the repository only needs a human-readable notice index on top of git rather than a second full-text archival layer.

PKM practice matters because this corpus is both a publication surface and a working knowledge base, and the retrievable PKM evidence suggests that keeping one canonical note and pushing version granularity into history tools lowers maintenance friction.

The strongest challenge to the pragmatic model is not insufficiency of frontmatter fields but governance slippage, because a versions: array is only as trustworthy as the repository rule that prevents later disappearance or replacement of the commit it names.

The main rival remedy, separate amendment files, remains defensible for public scholarly systems with indexing infrastructure, but in this repository it adds coordination overhead without giving readers more exact diff fidelity than git already provides.

Risks, Gaps, and Uncertainties

Open Questions


sources


cites
cites How do academic and scientific publishing systems handle post-publication corrections, amendments, retractions, and commentary, and what is the minimal viable analogue for a versioned git-based research corpus?
cites Knowledge linking: building a connected research corpus via explicit cross-references and a knowledge graph
related (frontmatter)
related What are best practices for transparent, user-controlled context management in Artificial Intelligence coding agent harnesses?
supersedes
supersedes How do academic and scientific publishing systems handle post-publication corrections, amendments, retractions, and commentary, and what is the minimal viable analogue for a versioned git-based research corpus?
version history
versiondatecommitsummary
1.02026-05-02c792303Initial completion

Connected items

Loading…

View full knowledge graph →