ReadmeParser produces an empty heading hierarchy even for documents with nested #/##/### headings. Likely the same root cause as H-03, but has its own failing test.
The covering test is marked @pytest.mark.xfail referencing manifest id H-04 — remove the marker as part of the fix.
Relevant files:
ingestion/parsers/readme_parser.py
tests/unit/test_readme_parser.py
Estimated effort: 1–2 hours
ReadmeParserproduces an empty heading hierarchy even for documents with nested#/##/###headings. Likely the same root cause as H-03, but has its own failing test.The covering test is marked
@pytest.mark.xfailreferencing manifest id H-04 — remove the marker as part of the fix.Relevant files:
ingestion/parsers/readme_parser.pytests/unit/test_readme_parser.pyEstimated effort: 1–2 hours