ben.stull cfc28d7002 fix(slice-2): surface ecomm.* INFO logs so the one-time code reaches the dev log
uvicorn configures only its own loggers, so the LogMailer INFO line — PUC-10's local dev
channel (the code in the backend log) — was swallowed. Add an idempotent dedicated handler
for the 'ecomm' logger (propagate=False) in create_app so dev.sh/uvicorn runs show the code.
Caught by the SLICE-2 end-to-end walk; unit tests read the in-memory outbox and didn't.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 10:42:30 -07:00

wiggleverse-ecomm

The clean implementation of Wiggleverse ecomm — a multi-tenant, OHM-grounded Shopify alternative.

This repo is greenfield. It was stood up fresh on 2026-06-10, superseding the first-pass reference prototype at wiggleverse-ecomm-prototype (R01R07, kept read-only as a reference for the rebuild).

Composition

This app (One Name ecomm, see app.json) is composed of:

Repo Role
wiggleverse-ecomm code, in-repo specs/docs (this repo)
wiggleverse-ecomm-content reviewed specs, archived plans, roadmap, version pin
wiggleverse/session-history (ecomm/ subdir) session transcripts

Status

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 to run it locally. Identity (SLICE-2) and the storefront (SLICE-3) are next.

S
Description
No description provided
Readme 1,005 KiB
Languages
Python 98.1%
Shell 1.9%