docs(session): log completion of phase 6

This commit is contained in:
Chris Christiansen 2026-05-30 21:11:15 +00:00
parent 8eb6edf23c
commit bceca94f8a
2 changed files with 17 additions and 2 deletions

View File

@ -6,7 +6,7 @@ FROM us-central1-docker.pkg.dev/propane-will-491900-m5/osvauco-repo/osvauco-base
WORKDIR /app
# Install only the lightweight remaining deps
COPY requirements.txt .
COPY agents/core-logic/requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY agents/core-logic/ .
@ -16,4 +16,3 @@ EXPOSE 8080
# app.py exports `app = FastAPI(...)`
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]

View File

@ -2,6 +2,22 @@
---
## Sesjon 2026-05-30 (natt)
**Tidspunkt:** ~21:30 CEST
**Status ved sesjonsslutt:** Phase 6 CI/CD 2nd gen trigger ferdig.
### Utført i dag
- [x] Fikset CI/CD-pipeline for `osvauco-agent`.
- [x] Opprettet ny 2nd gen Cloud Build trigger.
- [x] Fikset `Dockerfile` og `cloudbuild.yaml` for å løse build-feil.
- [x] Verifisert at CI/CD fungerer og deployer ny revisjon til Cloud Run.
### Neste sesjon
Phase 7 — RAG corpus handoff
---
## Sesjon 2026-05-30 (kveld)
**Tidspunkt:** ~20:0021:50 CEST