From f184802f1fc6993d0ad2dda38c6dd0d0a258f4d7 Mon Sep 17 00:00:00 2001 From: Ben Stull Date: Wed, 10 Jun 2026 08:47:28 -0700 Subject: [PATCH] =?UTF-8?q?docs(slice-1):=20README=20status=20=E2=80=94=20?= =?UTF-8?q?walking=20skeleton=20in=20place?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd1c4c8..30fcc93 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,8 @@ This app (One Name `ecomm`, see [`app.json`](./app.json)) is composed of: ## Status -No application code yet. The architecture and first release are to be designed in -a brainstorming/planning session before any code lands. +SLICE-1 (walking skeleton) of SD-0001 is in place: a four-layer FastAPI backend that +self-migrates an empty PostgreSQL database at startup and serves `/healthz`, a +Vite/React shell, the `scripts/check.sh` gate, and the dev container lifecycle +(`scripts/dev.sh`). See [`docs/BOOTSTRAP.md`](./docs/BOOTSTRAP.md) to run it locally. +Identity (SLICE-2) and the storefront (SLICE-3) are next.