You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Copilot Metrics Viewer is a Nuxt 3 web application that displays GitHub Copilot usage metrics and analytics for organizations and enterprises. The application visualizes data from the GitHub Copilot Metrics API using Vue.js, TypeScript, Vuetify, and Chart.js.
4
11
5
12
Always reference these instructions first and fallback to search or bash commands only when you encounter unexpected information that does not match the info here.
6
13
14
+
## Security and Boundaries
15
+
16
+
### Critical Rules
17
+
-**NEVER commit secrets or credentials** to the repository
18
+
-**NEVER modify `.env` file** - environment variables should only be documented, not changed
19
+
-**DO NOT modify** the following without explicit approval:
20
+
- Production configuration files (azure.yaml, Dockerfile)
0 commit comments