Use canonical frontend paths only:
apps/desktop/web/srcapps/desktop/web/static
Do not recreate or rely on root-level src / static compatibility links.
# safest overall
git add -A .
# explicit/surgical alternative for frontend-only changes
git add -A -- apps/desktop/web/src apps/desktop/web/staticWhen large refactors/moves are present, prefer Stage All Changes.
# inspect staged changes
git status --short
# verify canonical frontend folders
ls -la apps/desktop/web- Main project overview:
README.md - Troubleshooting guide:
TROUBLESHOOTING.md - Agent/developer operational notes:
AGENTS.md