ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage, covering project sidewalk — copilot review guidance, don't duplicate the linters and cross-cutting rules to flag.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage, covering project sidewalk — copilot review guidance, don't duplicate the linters and cross-cutting rules to flag.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage: --text- font shorthands (font: var(--text-body-regular);) — not raw --font- plus hand-picked size/weight. Flag hardcoded hex colors or hand-assembled font stacks where a token fits.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage, a project described as: Project Sidewalk web page.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage, a project described as: Project Sidewalk web page.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage: JSON in public/locales/{lang}/common.json.
ProjectSidewalk/SidewalkWebpage
Instructions file GitHub Copilot
Instructions for ProjectSidewalk/SidewalkWebpage: (minSeverity, regionId); all output field names are snakecase — JSON bodies, GeoJSON properties, CSV headers, GeoPackage fields (labelid, regionname). Flag a snakecase query param or a camelCase output field. Use a scoped JsonConfiguration(JsonNaming.SnakeCase) for…
ProjectSidewalk/SidewalkWebpage
Instructions file
Instructions for ProjectSidewalk/SidewalkWebpage, covering claude.md, what this is, backend architecture, api data structures (app/models/api/) and database & evolutions.