Update docs/mockups/index.md
aacb272e981b jacobcole 2026-04-23 1 file
index d3f9950..55aee16 100644
@@ -1,7 +1,3 @@
-visibility: public
-
# Mockups
Three HTML artifacts, cross-linked. Open each in a browser for the full layout (chat bubbles, SVG architecture diagrams, dark theme).
@@ -10,19 +6,36 @@ Three HTML artifacts, cross-linked. Open each in a browser for the full layout (
### Rendered (best)
-While the HTTP server is running on Mac Mini, view via Tailscale:
+Primary: GitHub Pages (stable, no Tailscale required):
+
+| Mockup | URL | Version |
+|---|---|---|
+| 00 — Platonic ideal | https://jacobcole.ai/picortex/00-platonic-ideal.html | **v0.2 (current)** |
+| 00 — Platonic ideal (historical) | https://jacobcole.ai/picortex/00-platonic-ideal-v0.1.html | v0.1 — superseded |
+| 01 — Option 2 · Piyush-style | https://jacobcole.ai/picortex/01-option-2-piyush-style.html | v0.1 (current) |
+| 02 — Option 4 · Noos-style | https://jacobcole.ai/picortex/02-option-4-noos-style.html | v0.1 (current) |
+
+Fallback: Tailscale HTTPS while the Mac Mini HTTP server is up:
| Mockup | URL |
|---|---|
-| 00 — Platonic ideal | https://sdmm291.tailb2a35c.ts.net:8471/00-platonic-ideal.html |
+| 00 — Platonic ideal (v0.2) | https://sdmm291.tailb2a35c.ts.net:8471/00-platonic-ideal.html |
+| 00 — Platonic ideal (v0.1) | https://sdmm291.tailb2a35c.ts.net:8471/00-platonic-ideal-v0.1.html |
| 01 — Option 2 · Piyush-style | https://sdmm291.tailb2a35c.ts.net:8471/01-option-2-piyush-style.html |
| 02 — Option 4 · Noos-style | https://sdmm291.tailb2a35c.ts.net:8471/02-option-4-noos-style.html |
+### Version history
+
+- **Mockup 00 v0.2** (2026-04-23) — Architecture diagram collapsed to one Jacob's-phone box with annotation explaining "out-of-band = different DM thread, not different endpoint." Fix for Jacob's feedback on v0.1.
+- **Mockup 00 v0.1** (2026-04-23) — Initial draft. Diagram drew Jacob's phone twice (inbound DM box + out-of-band approval box). Same device, confusing — superseded by v0.2.
+- **Mockups 01 and 02 v0.1** (2026-04-23) — Initial concrete-architecture mockups, no revisions yet.
+
### Source
| Mockup | WikiHub (source view) | Local path |
|---|---|---|
-| 00 | [docs/mockups/00-platonic-ideal.html](00-platonic-ideal.html) | `~/code/picortex/docs/mockups/00-platonic-ideal.html` |
+| 00 (v0.2, current) | [docs/mockups/00-platonic-ideal.html](00-platonic-ideal.html) | `~/code/picortex/docs/mockups/00-platonic-ideal.html` |
+| 00 (v0.1, historical) | [docs/mockups/00-platonic-ideal-v0.1.html](00-platonic-ideal-v0.1.html) | `~/code/picortex/docs/mockups/00-platonic-ideal-v0.1.html` |
| 01 | [docs/mockups/01-option-2-piyush-style.html](01-option-2-piyush-style.html) | `~/code/picortex/docs/mockups/01-option-2-piyush-style.html` |
| 02 | [docs/mockups/02-option-4-noos-style.html](02-option-4-noos-style.html) | `~/code/picortex/docs/mockups/02-option-4-noos-style.html` |
@@ -82,4 +95,4 @@ Concrete single-box stateless architecture, closest to noos's existing Slack bot
## Still open
-If the option-1 (current picortex tmux) arch ever needs a concrete mockup, file a new ticket. Right now it's documented narratively in the original specs and has provisional banners saying "do not start implementation here."
\ No newline at end of file
+If the option-1 (current picortex tmux) arch ever needs a concrete mockup, file a new ticket. Right now it's documented narratively in the original specs and has provisional banners saying "do not start implementation here."