docs/plans/2026-04-17-selection-coverage-and-list-regression.md
Expand rule regression coverage around selection placement after autoformat-style transforms, and fix the live list regression where typing - keeps the dash instead of promoting to a list item.
- regression on the standalone block route.> regression, add coverage, and fix it./blocks/list-demo regression was real: typing - produced a
paragraph with list props but left the - text behind.blockStart apply
handlers, and those handlers did not delete match.range. list-classic
already handled this manually./blocks/link-demo: it
inserted the link node but left selection before it.testing, tdd, learnings-researcher, debug, planning-with-files, and browser-use.ListKit and verified the live route
on 3001.docs/solutions/logic-errors/2026-04-17-custom-block-start-list-rules-must-delete-matched-marker-text.md.docs/solutions/logic-errors/2026-04-17-markdown-link-automd-must-move-selection-after-inserted-link.md.