commit dc8d6e4c571f19967c02bb33c6e62957b67d5c9a Author: Ben Stull Date: Wed Jun 10 00:37:38 2026 -0700 Initialize wiggleverse-ecomm-content Content/corpus repo for the clean ecomm app: specs/ (reviewed Solution Designs) and plans/ (archived implementation plans) collections, plus room for the roadmap and version pin. Code lives in the sibling wiggleverse-ecomm repo. Co-Authored-By: Claude Opus 4.8 (1M context) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0132b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +*.local diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..57f156c --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,13 @@ +@~/.claude/wiggleverse.md + +# wiggleverse-ecomm-content + +The content/corpus repo for the **`ecomm`** app (clean implementation). Holds the +reviewed specs (Solution Designs), archived implementation plans, the roadmap, and +the deployment version pin. Code lives in the sibling `wiggleverse-ecomm` repo. + +- `specs/` — reviewed Solution-Design specs (submitted by `wgl-session-finalize`). +- `plans/` — archived implementation plans. + +The first-pass reference prototype's content lives separately in +`wiggleverse-ecomm-prototype-content` (incl. the harvested Shopify BDD corpus). diff --git a/README.md b/README.md new file mode 100644 index 0000000..114aa5c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# wiggleverse-ecomm-content + +Content/corpus repo for the **`ecomm`** app (clean implementation, started +2026-06-10). The application code lives in the sibling +[`wiggleverse-ecomm`](https://git.wiggleverse.org/wiggleverse/wiggleverse-ecomm) +repo. + +## Layout + +| Path | Holds | +| --- | --- | +| `specs/` | reviewed Solution-Design specs (submitted at session finalize) | +| `plans/` | archived implementation plans | + +Roadmap and the deployment version `pin` will be added as the build gets underway. + +The first-pass **reference prototype's** content (including the harvested Shopify +BDD corpus) lives separately in +[`wiggleverse-ecomm-prototype-content`](https://git.wiggleverse.org/wiggleverse/wiggleverse-ecomm-prototype-content). diff --git a/plans/.gitkeep b/plans/.gitkeep new file mode 100644 index 0000000..b606e75 --- /dev/null +++ b/plans/.gitkeep @@ -0,0 +1 @@ +Archived implementation plans land here (submitted by wgl-session-finalize). diff --git a/specs/.gitkeep b/specs/.gitkeep new file mode 100644 index 0000000..688b089 --- /dev/null +++ b/specs/.gitkeep @@ -0,0 +1 @@ +Reviewed Solution-Design specs land here (submitted by wgl-session-finalize).