docs(session): log completion of phase 6
This commit is contained in:
parent
8eb6edf23c
commit
bceca94f8a
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
|
|
@ -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:00–21:50 CEST
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user