Prepare for a Junjo AI Studio task
Review core documents
- •Review
README.md. - •Review
AGENTS.md(architecture overview). - •Review global ADR docs in
docs/adr/**. - •Review ingestion ADR docs in
ingestion/adr/**. - •Review detailed docs as needed:
- •
TESTING.md(contract tests, MSW integration tests, fixtures) - •
backend/app/db_sqlite/README.md(SQLite + Alembic patterns, autouse fixtures)
- •
- •Review
docker-compose.ymland each service Dockerfile:- •
ingestion/Dockerfile - •
frontend/Dockerfile - •
backend/Dockerfile
- •
- •Skim
.github/workflows/**to understand CI expectations (tests, proto staleness, gitleaks).
Notes
- •Do not include simulated secrets (example API keys, tokens, or credentials) in any output, including plans and comments (avoid triggering gitleaks).
Confirm readiness
- •State that you are ready to proceed.
- •Give a very short (1–3 sentence) explanation of the end-to-end data flow and functionality.