feat: Add KV cache for GitLab static resources to mitigate rate limiting
- Implemented KV-based caching system for GitLab page static resources
- First access caches resources to KV store to reduce direct GitLab API calls
- Optimized resource loading to prevent rate limiting issues
- Updated npm run commands and CI pipeline configuration