detail
USR369 asked how to identify recipes (numbers/letters) since he's planning a series of interconnected companion apps (DoughCalc, Recipes, Bake Log, etc all eventually working together) and needs a stable way to reference a specific recipe across them. Recipes already had numeric ids in the DB (e.g. #26) but that id was never shown anywhere in the UI. Added a visible '#N' badge to each recipe card's meta row (next to category and date) on recipes.html so the id is now visible without opening dev tools or the API directly. Also clarified to USR369 (in chat) that the 'create new OR overwrite by title' save behavior he described is exactly what the DoughCalc 'Save as recipe' button (D960, v43) already does -- pointed him back to it rather than rebuilding, since it sounds like he may not have tried it yet after the v44 bake-notes-button work distracted from it. Backed up recipes.html first, node --check clean, byte-verified deploy.