- Check if
ui.request_refresh()/ui.check_refresh()are called anywhere — if not, delete them - Check if
text_layout.luafunctions are still needed — C-sidetext.wrapString()may have replaced everything exceptdetect_rtl()
- Parameterize hardcoded indent values in
md_reader.luarender callback:16pxcode block / blockquote indent20pxper-level list indent10pxbullet offset4px/5pxblockquote border position2px/3pxcode block border position
- Write
docs/layout-engine.md— user-facing guide replacing the spec - Update
docs/architecture.mdwith layout engine section - Update
docs/plugin-guide.mdwithlayout.*usage examples
- Update Dead Code Audit Summary table in
layout_engine_plan.md— most items already removed