Scaffold a new LRM test case
Add LRM corpus test cases. Two usage modes:
/lrm-add <chapter> -- Audit the entire chapter, create tests for uncovered sections, gap what the engine cannot handle./lrm-add <chapter> <section> -- Create one test case for a specific LRM leaf section.The chapter argument is flexible. All of these mean chapter 5: 5, ch5, ch05, chapter 5. Extract the integer and zero-pad it for directory names (ch05, ch26).
The section, if present, is the second argument as a dotted section number (e.g., 5.9.1, 26.3).
cat docs/lrm/sections.jsonfind crates/lyra-tests/testdata/corpus/lrm/ -name test.yaml -printf '%h\n' 2>/dev/null | sortcat docs/lrm/gaps.mdThe test corpus is keyed by LRM section IDs. docs/lrm/sections.json is the canonical index of all sections. Every ownable (leaf) section can have exactly one owner directory.
Pattern: {section}_{snake_case_label}/ under lrm/chXX/.
Examples:
ch05/5.3_white_space/ch05/5.6.0_simple_identifiers/ch26/26.3_referencing_data/cases/wildcard_import/