Files
wiggleverse-ecomm/README.md
T
ben.stull f184802f1f
ci / check (push) Has been cancelled
ci / check (pull_request) Has been cancelled
docs(slice-1): README status — walking skeleton in place
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 08:47:28 -07:00

28 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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`](https://git.wiggleverse.org/wiggleverse/wiggleverse-ecomm-prototype)
(R01R07, kept read-only as a reference for the rebuild).
## Composition
This app (One Name `ecomm`, see [`app.json`](./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`](./docs/BOOTSTRAP.md) to run it locally.
Identity (SLICE-2) and the storefront (SLICE-3) are next.