From d7928acb7294ebc10595aa5935041cdb905bab41 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 8 Sep 2026 07:37:49 +0000 Subject: [PATCH] Correct the design reference section: InsightStack does have an interface The section added in the previous change said InsightStack and EquityStack ship no HTML. That is right for EquityStack and wrong for InsightStack, which has eight HTML files including six interactive calculators under calculators/, and publishes them through GitHub Pages with the Jekyll minima theme configured in _config.yml. Its Pages deployment has run 84 times. Counted rather than assumed this time, and the table now names what each repository actually has. The six calculators are the largest design surface in the stack family, so the previous wording pointed a future session away from precisely the place worth starting. The same corrected section is in all three repositories, byte for byte. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01DMYhECx2Dzbqad6KJxWZ7t --- CLAUDE.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 2eafb0e..48ee7c1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -83,11 +83,19 @@ draw from **[kombai.com/gallery/web](https://kombai.com/gallery/web)** — the owner's preferred reference for interface work that is genuinely well made. This applies across all of Varna's repositories and sites, not only this one. -Two constraints worth knowing before proposing anything visual: - -- This repository ships no HTML at all, and neither does InsightStack. The pages - that exist are FieldStack's `index.html`, SignalStack, Experiments, - openstacks.dev and the ImpactMojo properties. -- `Experiments` serves under a strict Content Security Policy allowlisting - specific CDNs. A design pulling fonts or scripts from anywhere else fails there - silently. +What actually has an interface, counted rather than assumed: + +| Repository | HTML | Published | +|---|---|---| +| InsightStack | 8 files: six interactive calculators in `calculators/`, a Taguette coding page, a root `index.html` | GitHub Pages, Jekyll `minima` theme via `_config.yml` | +| FieldStack | one root `index.html` | GitHub Pages | +| EquityStack | none | not published | + +The six calculators are the largest design surface in the stack family and the +obvious place to start. Beyond the stacks: SignalStack, Experiments, +openstacks.dev and the ImpactMojo properties. + +One constraint that catches people: `Experiments` serves under a strict Content +Security Policy allowlisting specific CDNs, so a design pulling fonts or scripts +from anywhere else fails there silently. Read its `netlify.toml` before adding +any external asset.