detail
USR369 flagged real organizational risk: DoughCalc-DIARY.md and BreadCalc-DIARY.md each live inside their own frontend/80-Kitchen/apps/[Name]/ folder alongside their app's HTML, but RECIPES-DIARY.md had been dropped loose at frontend/80-Kitchen/ root -- inconsistent, and would get confusing fast once more builds/diaries exist. Moved RECIPES-DIARY.md to frontend/80-Kitchen/apps/Recipes/RECIPES-DIARY.md, matching the established per-app-folder convention. Since there's no delete capability from this write path (file_write_web.php only creates/overwrites, confirmed no rm/delete tool reaches the remote host), left a short pointer stub at the old location instead of leaving a stale full copy that could drift out of sync -- anyone/anything still referencing the old path lands on a clear redirect note rather than stale content or a dead 404. FLAGGED BUT NOT ACTED ON: recipes.html itself (unlike DoughCalc/BreadCalc's actual app files) also isn't inside its own apps/[Name]/ folder -- it sits at frontend/80-Kitchen/recipes.html directly. Checked and confirmed the Kitchen hub page (frontend/80-Kitchen/index.html) links directly to that exact path, so moving the live app itself would need a coordinated hub-link update too -- a bigger, riskier change than moving a diary file, and not something to do unprompted. Established this as the standing convention going forward: every build/app gets its own apps/[Name]/ folder containing both its HTML and its diary together.