Summary
The human-readable full-index completion output appends the literal text output.Skipped to the dangling-symlink count.
Evidence
src/CodeIndex/Cli/IndexCommandRunner.FullScan.Output.cs formats the value as ${count} output.Skipped, so a scan with one dangling symlink reports a line equivalent to:
Dangling symlinks 1 output.Skipped
Expected
The line should use a user-facing label such as skipped, consistent with the surrounding summary output, and should have a focused regression test.
Scope
This was discovered while reviewing #5100 and is intentionally not included in that change.
Summary
The human-readable full-index completion output appends the literal text
output.Skippedto the dangling-symlink count.Evidence
src/CodeIndex/Cli/IndexCommandRunner.FullScan.Output.csformats the value as${count} output.Skipped, so a scan with one dangling symlink reports a line equivalent to:Expected
The line should use a user-facing label such as
skipped, consistent with the surrounding summary output, and should have a focused regression test.Scope
This was discovered while reviewing #5100 and is intentionally not included in that change.