Ultrareview deferred items — 2026-05-01

Status: open Source: ultrareview run on master (2026-05-01) — 64 files changed, 6577 insertions, 93 deletions

This file logs the deferred items from the 2026-05-01 ultrareview that were not introduced by the cybernetics question session. Four trivial fixes were applied immediately (see same-day log entry). The items below need either domain judgment from the original ingester, a dedicated lint pass, or commit-tracking decisions.

Applied 2026-05-01 (no longer open)

  1. OrtrOrt in wiki/sources/heidegger-1964-end-of-philosophy.md:164
  2. lethe-verbergung.md frontmatter title shortened to match H1
  3. kybernetik-as-grundwissenschaft.md:121 slug cybernetics-vs-gestell-prioritycybernetics-vs-gestell-philological-priority
  4. end-of-philosophy.md:145 stale "(to be added)" annotation removed

Open — needs domain judgment

Concept-page Sources mismatches (frontmatter ↔ body)

CLAUDE.md's concept-page template expects every source declared in frontmatter to appear in the body ## Sources section with a contribution note. The ultrareview spot-verified the following pages where a source added in recent ingests is in frontmatter but absent from body:

  • wiki/concepts/freud-without-demonology.md — frontmatter lists [[merleau-ponty-1992-texts-and-dialogues]]; body has a "1935 Earliest Anti-Reductive Method" subsection citing T&D p. 117 but no Sources entry. Origin: commit f0d300b (T&D ingest)
  • wiki/concepts/shadow-philosophy.md — frontmatter has T&D; body cites T&D p. 186 in "Tilliette's 1957–58 Anchor"; no Sources entry. Origin: f0d300b
  • wiki/concepts/nascent-state.md — frontmatter has T&D; body Sources lists PhP only. Inverse mismatch also present (body lists possibility-of-philosophy but frontmatter does not). Origin: f0d300b plus earlier
  • wiki/concepts/retrograde-movement-of-the-true.md — frontmatter has T&D; body Sources lists 5 sources without T&D. Origin: f0d300b
  • wiki/concepts/eternal-recurrence.md — frontmatter lists [[heidegger-1961-nietzsche-ii]]; body Sources lists only Chouraqui and Nietzsche I. Origin: 01df846 (Nietzsche II ingest)
  • wiki/concepts/seinsgeschichte.md — verify whether body Sources mentions both [[knight-2024-merleau-ponty-essence-of-nature]] and [[heidegger-1964-end-of-philosophy]] since both are in frontmatter. Origin: dc0bfd0

Action needed: for each, either add a Sources bullet describing what the source contributed (preferred — preserves drill-down chain), or remove the source from frontmatter if it is no longer load-bearing. Original ingester's notes most useful here.

T&D raw_file traceability

wiki/sources/merleau-ponty-1992-texts-and-dialogues.md:21 declares:

raw_file: "raw/datalab-output-Texts and dialogues on philosophy, politics and culture.pdf.md"

The file does exist on local disk as untracked: ?? "raw/datalab-output-Texts and dialogues on philosophy, politics and culture.pdf.md". The ultrareview snapshot did not include untracked files and so reported it as missing.

Action needed: decide whether to commit the raw file (recommended — supports General Rule 16 citation traceability for the ~9 wiki pages now citing T&D), or restate the raw_file field. Same untracked status applies to the four-element-intersection-and-precedents.md question file.

Missing §-section anchors in cross-references

Two cross-references point to H-sections that are not present at the target:

  • wiki/concepts/kybernetik-as-grundwissenschaft.md:115 references [[machenschaft]] §"NII V on *Lichtungslosigkeit*"wiki/concepts/machenschaft.md does not have an H-section by this name. Origin: dc0bfd0
  • wiki/entities/g-w-f-hegel.md:48-49 references §"Speculative Dialectic as the Form of *Scheinen*" and §"Hegel and the *Wahrheit des Seins*" — both currently appear only as Key Points bullets, not as H-sections. Origin: dc0bfd0

Action needed: either add the named H-sections (cleanest — they were clearly intended by the author of the cross-ref) or rewrite the references to point to existing anchors.

Stub [[claims#…]] anchors for deferred Phase 8 candidates

  • wiki/concepts/aletheia.md:41,110 link to [[claims#aletheia-1964-self-correction]] — slug is not yet in claims.md
  • wiki/concepts/augenblick.md:39 links to [[claims#augenblick-as-temporal-locus]] — slug not in claims.md

CLAUDE.md §"Claim Status Gates" allows references with explicit framing ("see [[claims#…]] (candidate)"). The above wikilinks are bare anchors without "(candidate)" framing. They are intended-deferred, not strictly broken (Obsidian renders the page; only the in-page anchor jump fails until the slug exists), but they violate the framing convention.

Action needed: at next Phase 8 run, either promote these candidates (lifting the deferred status) or change the inline phrasing to "(Phase 8 candidate, deferred)" without the [[claims#…]] syntax.

Untracked files in working tree

  • wiki/questions/cybernetics-as-common-enemy-heidegger-mp.md (this session)
  • wiki/questions/four-element-intersection-and-precedents.md (pre-existing, before this session)
  • wiki/.audit/research-notes-cybernetics-heidegger-mp.md (this session)
  • raw/datalab-output-Texts and dialogues on philosophy, politics and culture.pdf.md (T&D ingest)

Action needed: standard git add + commit. The index totals (331 / 21) already reflect the on-disk state assuming both question files are committed.

Items dismissed (per ultrareview verifier)

These were raised in the original report but explicitly dismissed by the verifier or correspond to intended behavior per CLAUDE.md:

  • Bare-stub wikilinks to [[nihilism]], [[anwesenheit|abiding presence]], [[truth|Wahrheit]] — explicitly intended per CLAUDE.md line 409 ("If a wikilink target does not exist yet, still create the link — lint will detect it as a stub").

A scheduled /lint run (or dedicated cleanup PR) is the right vehicle for the Sources-mismatch and §-section-anchor items. The T&D raw-file decision is a one-shot commit-tracking decision, best handled in the next ingest commit.