During the #540 review sweep, three documentation clusters were found referencing code that does not exist anywhere in this repository (likely prose carried over from the sibling hunk project or from planned-but-unbuilt TUI layers):
docs/adr/adr-0014-reviewunit-commit-range-lifecycle.md (context section) and docs/adr/adr-0028-id-prefix-convention.md + docs/id-prefixes.md reference ResolutionStatus::Orphaned and const sentinels hunk:stale / hunk:orphaned in src/stream/build.rs — neither the type nor the file exists.
docs/storage-model.md ("stale and orphan notes" review-stream rows) describes behavior with no corresponding code.
PR #559 already stopped its own new prose from asserting these exist (ADR-0014's 2026-07-16 amendment notes the type was never built). This issue covers pruning or annotating the remaining pre-existing references so readers stop hunting for phantom code.
During the #540 review sweep, three documentation clusters were found referencing code that does not exist anywhere in this repository (likely prose carried over from the sibling hunk project or from planned-but-unbuilt TUI layers):
docs/adr/adr-0014-reviewunit-commit-range-lifecycle.md(context section) anddocs/adr/adr-0028-id-prefix-convention.md+docs/id-prefixes.mdreferenceResolutionStatus::Orphanedand const sentinelshunk:stale/hunk:orphanedinsrc/stream/build.rs— neither the type nor the file exists.docs/storage-model.md("stale and orphan notes" review-stream rows) describes behavior with no corresponding code.PR #559 already stopped its own new prose from asserting these exist (ADR-0014's 2026-07-16 amendment notes the type was never built). This issue covers pruning or annotating the remaining pre-existing references so readers stop hunting for phantom code.