Add or update a cocktail category in Cockatails-list when a user asks to create a new category, move cocktails into a category, or update category loading. Use this skill for data/categories/*.js changes, running auto_config.py to rebuild data/config.js, and validating ids after category edits.
Use this skill for category-level content changes in C:\Users\Demch\OneDrive\projects\Cockatails-list.
data/categories/ must be created or updated.data/config.js needs to be refreshed after category changes.Do not use this skill for deployment. Use the existing deploy workflow separately.
data/categories/ and read auto_config.py.data/categories/<slug>.js.window.registerCocktails('<Category>', [...])window.pendingCocktailsidnamecategorymethodglassicegarnishingredients as { name, qty }[]allergenspython .agent/skills/app-version-bump/scripts/bump_app_version.py
python auto_config.py
npm run check:ids
cocktail_builder.htmlcv.js.CV.data/categories/*.js.npm run fix:ids
data/config.js when auto_config.py can regenerate it.data/loader.js unless the task explicitly requires loader behavior changes.Run these after edits:
python .agent/skills/app-version-bump/scripts/bump_app_version.py
python auto_config.py
npm run check:ids
Then confirm the new category file is listed in data/config.js.
references/category-file-format.md