OSVauco/project/completed.md
Chris Christiansen 9fcb9c354a
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
feat(core): Fresh initialization - Deploy v3.6.1 Singularity Architecture
2026-09-03 04:03:09 +00:00

17 lines
801 B
Markdown

# 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`).