the signals and their derived score are provisional and subject to change.
validate manually before sharing.
6b1b022646318130cce35bf130d31f993d9b30b334e2cbdc2d477e7458f48cdb5df5872233f27058Authored: 2 months ago (Wed, 8 Jul 2026 06:57:51 +0000)Match: Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>.github/copilot-instructions.mdTool: github-copilot# Copilot Instructions
This monorepo contains multiple subprojects. Below are the specific instructions for each.
## Web Application
/webapp
This is a TypeScript + Vue 3 + Vuetify application.
### Architecture
- Vue 3 (Composition API)
- State management is local-first; avoid global stores unless required
- Vuetify for UI components and styling
### Page Structure
- Each page resides in `src/views`
- Shared components go in `src/components`
- Styles are scoped to components; avoid global styles unless nnone