You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deps --suppress-noise removes zero evidence from the observed Markdown heading-name edges, including edges with thousands of unrelated references.
Audit IDs: G-13. Reproduced with locally built cdidx v1.40.3 at 404db09489c305f17d94f37026e00564d3ac527a.
Existing issue relationship
Residual/follow-up to closed #4113. Complementary to open #4846, which fixes semantic Markdown link/heading resolution for new indexes; this issue keeps suppression useful for existing or otherwise noisy indexes.
Expected behavior and PR scope
Noise suppression should identify heading-derived fan-out by evidence/provenance and suppress it without hiding explicit Markdown links. Keep this to the deps suppression classifier/output.
Implementation guide for Codex 5.6 sol xhigh
Expose reference origin/kind/count distribution needed to distinguish heading co-occurrence from explicit links.
Suppress or down-rank synthetic same-heading fan-out and report before/after counts/reasons.
Summary
deps --suppress-noiseremoves zero evidence from the observed Markdown heading-name edges, including edges with thousands of unrelated references.Audit IDs: G-13. Reproduced with locally built cdidx v1.40.3 at
404db09489c305f17d94f37026e00564d3ac527a.Existing issue relationship
Residual/follow-up to closed #4113. Complementary to open #4846, which fixes semantic Markdown link/heading resolution for new indexes; this issue keeps suppression useful for existing or otherwise noisy indexes.
Expected behavior and PR scope
Noise suppression should identify heading-derived fan-out by evidence/provenance and suppress it without hiding explicit Markdown links. Keep this to the deps suppression classifier/output.
Implementation guide for Codex 5.6 sol xhigh
changelog.d/unreleased/fragment.Acceptance criteria