Skip to content

Commit 30fdf68

Browse files
committed
docs: fix PLAN.md catalog and MDS023 readability in plan/2606240212
PLAN.md catalog was out of date (MDS019): regenerated to include the three new plan files added in the rename-dedup work. plan/2606240212: paragraph at line 26 exceeded the readability index (MDS023). Rewrote to use shorter sentences without changing meaning.
1 parent 7cc5420 commit 30fdf68

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

PLAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,5 @@ footer: |
227227
| 2606240211 || sonnet | [Add dedicated unit tests for locate.go helpers](plan/2606240211_arch-fix-locate-helper-tests.md) |
228228
| 2606240212 | 🔲 | sonnet | [Add dedicated unit tests for lsp/rename.go helpers](plan/2606240212_arch-fix-lsp-rename-helper-tests.md) |
229229
| 2606240213 | 🔲 | sonnet | [Add dedicated unit tests for export.go helpers and two small rename helpers](plan/2606240213_arch-fix-export-helper-tests.md) |
230-
| 2606240214 | 🔲 | sonnet | [Remove duplicated helpers between lsp/rename.go and rename/rename.go](plan/2606240214_arch-fix-rename-dedup.md) |
230+
| 2606240214 | | sonnet | [Remove duplicated helpers between lsp/rename.go and rename/rename.go](plan/2606240214_arch-fix-rename-dedup.md) |
231231
<?/catalog?>

plan/2606240212_arch-fix-lsp-rename-helper-tests.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ Go arch doc §"Tests" requires every production function
2323
to have a dedicated test by name. The 2026-06-24 audit
2424
(range: 1599c9f..09f22d3) flagged this file.
2525

26-
`atxHeadingTextByteRange` already has a test. The
27-
three trivial pass-through methods on the workspace
28-
adapter carry exemption comments. `refDefBracketBytes`
29-
and `normalizedLabel` were removed from lsp/rename.go
30-
in PR claude/youthful-knuth-hsz74x (exported as
31-
`rename.RefDefBracketBytes` and `rename.NormalizedLabel`
32-
with tests in `internal/rename`). The 13 helpers
33-
below need dedicated tests:
26+
`atxHeadingTextByteRange` already has a test.
27+
Three pass-through adapter methods carry exemption
28+
comments. Two helpers were removed from this file.
29+
Both now live in `internal/rename` with tests.
30+
The 13 helpers below need tests:
3431

3532
- `isValidRefDefLine`
3633
- `headingPrepareRange`

0 commit comments

Comments
 (0)