# OSVx Completed Tasks This document serves as a changelog, tracking all major completed tasks and milestones. ## Phase 6: Continuous Integration & Deployment Security Gates - [x] Verified: BigQuery wildcard query fix and Secret Manager 30-day rotation policies are applied. ## Phase 2: CI/CD Safety & Permissions - [x] Implemented a `pre-push` git hook to scan for secrets and syntax errors. - [x] Granted necessary IAM permissions to the Cloud Build service account. - [x] Unified the CI/CD pipeline into a single `cloudbuild.yaml`. ## Phase 1: Performance & Timeouts - [x] Increased the `opax-mcp` Cloud Run service timeout to 900 seconds. - [x] Optimized local LLM to use a 4-bit quantized model (`gemma3:4b`). - [x] Configured Ollama to keep the model loaded in RAM (`OLLAMA_KEEP_ALIVE=-1`).