From 78d65944c657135be3390525eef7a30f684db7e0 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Tue, 1 Sep 2026 14:10:17 +0000 Subject: [PATCH] decomposer: scaffold content-ingestion-agent --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 65643a4..0884d6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1 @@ -FROM python:3.11-slim -WORKDIR /app -COPY . . -RUN pip install --no-cache-dir . -USER 65532:65532 -CMD ["python", "-m", "kab_ingestion"] +# TODO: generation subagent fills this in.