Use this skill when asked to extract bourbon and rye items from `menu.json`, remove in-stock inventory items from the result using `inventory.json`, and generate an updated bourbon HTML page from `bourbon.html`.
Use this skill when the task involves building a bourbon-focused export and HTML page from menu and inventory data.
Expected files:
menu.jsoninventory.jsonbourbon.htmlExpected outputs:
bourbon.jsonbourbon_new.htmlFollow this process:
Build bourbon.json from menu.json.
Reserve Bourbon/Rye and Bourbon/Rye sections.sizeSpecificPricingGuid.modifierOptionReferences entry.name and price.name, then by price.Remove inventory matches.
inventory.json.bourbon.json if it already appears in inventory.json.Create bourbon_new.html from bourbon.html.
bourbon.html as the template or starting point.Order items within each section.
Well Bourbon at the top of its current section instead of sorting it with the rest.Shorten descriptions.
Implementation guidance:
bourbon.html.