Commit Graph
3 Commits
Author SHA1 Message Date
jason.woltje 23d610ba5b chore: switch from develop/dev to main/latest image tags (#434)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-02-21 22:05:07 +00:00
Jason WoltjeandClaude Opus 4.6 5a35fd69bc refactor(ci): split monolithic pipeline into per-package pipelines
Replace single build.yml with split pipelines per the CI/CD guide:
- api.yml: API with postgres, prisma, Trivy scan
- web.yml: Web with Trivy scan
- orchestrator.yml: Orchestrator with Trivy scan
- coordinator.yml: Python with ruff/mypy/bandit/pip-audit/Trivy
- infra.yml: postgres + openbao builds with Trivy

Adds path filtering (only affected packages rebuild), Trivy container
scanning for all images, and scoped per-package quality gates.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-12 10:29:53 -06:00
jason.woltjeandClaude Opus 4.6 af2e2b083d feat(ci): add Codex AI review pipeline for Woodpecker
Adds automated code quality and security review pipeline that runs on
pull requests using OpenAI Codex with structured output schemas.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-09 22:04:34 -06:00