fix: preserve nested list item semantic units - #348
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Current-head audit (2026-08-21):
Merge remains gated: formal independent approval and terminal required Checks are still absent/queued. |
66f12e9
into
feat/uiux-standard-guide-v3-restacked
Summary
liownership when HTML/Word flow blocks such aspordivare nested inside a list item.Evidence
uv run --frozen --extra dev --extra backend pytest tests/test_chunking.py -q-> 37 passeduv run --with ruff ruff check lineageweave/chunking.py tests/test_chunking.py-> passedpython -m compileall -q lineageweave/chunking.py tests/test_chunking.py-> passedCloses the parser gap described by the source semantic-unit ADR: list-item meaning must survive nested flow markup.