Commit Graph

4 Commits

Author SHA1 Message Date
ddd37b844b docs: add CLAUDE.md with CI/test plan reference
Some checks failed
Build and Deploy / build-push (push) Successful in 4m49s
CI / Code Quality & Linting (push) Failing after 5m4s
CI / Dependency Vulnerability Scan (push) Failing after 3m31s
CI / Unit Tests (push) Failing after 5m6s
CI / Build Docker Image (push) Has been skipped
CI / Trivy Scan (push) Has been skipped
CI / SAST — Semgrep (push) Failing after 2m15s
Build and Deploy / deploy (push) Failing after 1m18s
CI / Push to Registry (push) Has been skipped
CI / Report Results (push) Failing after 15s
2026-04-05 14:51:00 +00:00
1f1342f550 ci: add universal test coverage pipeline
Some checks failed
CI / SAST — Semgrep (push) Has been cancelled
Build and Deploy / build-push (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
CI / Push to Registry (push) Has been cancelled
CI / Code Quality & Linting (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Dependency Vulnerability Scan (push) Has been cancelled
CI / Build Docker Image (push) Has been cancelled
CI / Trivy Scan (push) Has been cancelled
CI / Report Results (push) Has been cancelled
2026-04-05 14:48:56 +00:00
107ba1a20d fix: use regctl for OCI-format push to Zot registry
Some checks failed
Build and Deploy / build-push (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
Zot registry only accepts OCI Image Manifest format, not Docker v2.
Switched from docker push to regctl image import/copy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 17:47:30 +00:00
139a038505 Initial commit: Ollama MCP server
Some checks failed
Build and Deploy / build-push (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
MCP server exposing local Ollama models via LiteLLM proxy to Claude Code.
Tools: query_local_model, review_code, summarize, generate_boilerplate, list_models.
Deployed to k8s ai-inference namespace via ArgoCD.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 17:33:56 +00:00