mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
- Consolidate all structural element breakdowns into a single `breakDownSection` function using an `alwaysBreak` flag. - Introduce `BREAKDOWN_TAGS` configuration array containing metadata (tag, alwaysBreak, title/id selectors) for each element type. - Replace previous multi‑phase approach with a unified sequential breakdown flow: `emu-clause` (always extracts children) → `emu-table` → `emu-grammar` → `td` → `p`. - Add inline markers `[Subsection available: title "X" at sectionid: ID]` where content is removed, enabling parent awareness. - Update documentation to reflect the new unified breakdown logic, tag table, and hierarchical ID format. - Adjust threshold handling, recursion depth, and metadata tracking to work with the new unified approach.