Skip to content

fix(cli): transform single-line references for Claude format#329

Open
linkvt wants to merge 1 commit into
folke:mainfrom
linkvt:fix-claude-single-line-reference
Open

fix(cli): transform single-line references for Claude format#329
linkvt wants to merge 1 commit into
folke:mainfrom
linkvt:fix-claude-single-line-reference

Conversation

@linkvt

@linkvt linkvt commented Jun 17, 2026

Copy link
Copy Markdown

Description

The Claude format function only handled multi-line ranges (@file :L1-L2@file#L1-2), leaving single-line references untransformed (@file :L197 instead of @file#L197).

Related Issue(s)

None yet, I can create on in case this is preferred.

Screenshots

Before

image

After

image

The Claude format function only handled multi-line ranges
(`@file :L1-L2` → `@file#L1-2`), leaving single-line references
untransformed (`@file :L197` instead of `@file#L197`).

Signed-off-by: Vincent Link <vlink@redhat.com>
@github-actions github-actions Bot added the size/s Small PR (<10 lines changed) label Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s Small PR (<10 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant