Gracie Internal
Search the build
-
bb7b5482026-09-11 Bump gracie-internal to 1.0.1 after verified socket migration -
96613032026-09-11 Use PostgreSQL sockets and keep Gracie on localhost -
0c7c63a2026-08-20 nav-agent: sync v1.3 (host left-sidebar collapse on load) -
9629b762026-08-19 nav-agent: List data full-width tight columns (grid) — layout fix -
37e7b282026-08-19 Refresh nav-agent to v1.2 (adds kv-list compact List view, default-off) -
eb41ebc2026-08-13 nav-agent: universal grid-controls drop-in on internal viewer pages (STRONG-only) -
167e7092026-07-31 gracie-internal: adopt shared /drill.js href-to-deeper-data primitives (TK-10093) -
69f55eb2026-07-15 gracie-internal: add Memo/Stock/Price chip actions (shared vendor-requests module) -
5866b3a2026-07-15 auto-save: 2026-07-15T13:06:41 (1 files) — lib/ -
e78260f2026-07-14 Revert "Add Activation Calendar tab (go-live date+time per staged SKU)" -
f55e2792026-07-14 Add Activation Calendar tab (go-live date+time per staged SKU) -
68969162026-07-09 Upgrade rail to all.dw feature-parity: active-chip row + collapsible facet sections (Type/Book/Color-families/Style/Material/Price-quote-only/Tags/Image), color-family bucketing + style/tag explosion computed identically in pg + jsonl modes, type-ahead + cap/expand, swatch dots, card-field toggles -
0b125222026-07-09 jsonl-backed data layer: self-contained bundle for Kamatera (no prod DB) -
88443b82026-07-09 Strip product count from unauthenticated /healthz -
d9e5f8b2026-07-09 Persist gracie viewer sort selection to localStorage -
c6011ff2026-07-09 initial scaffold: Gracie internal (internal line viewer :10073)
Authors
- Steve16
Agents used
Skills used
- /healthz2
- /drill1
- /tag1
- /expand1
- /psql1
- /uptime1
- /facets1
- /imgonly1
Creative ideas + design notes
0b12522 · 2026-07-09 · jsonl-backed data layer: self-contained bundle for Kamatera (no prod DB)
Auto-detect source (DATA_SOURCE=jsonl or the data/<vendor>.jsonl bundle present) loads all rows in-memory from the bundle; the pg/psql path is preserved for local. DB driver require made lazy so no DB connection is needed in jsonl mode. Includes the full-fidelity export (all columns the viewer consumes) + export script. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
88443b8 · 2026-07-09 · Strip product count from unauthenticated /healthz
Red-team FIX2: open /healthz leaked count:<n>; now returns {ok:true} only
(HTTP 200 preserved for keep-alive/uptime probes). Count stays behind auth
via /api/facets.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
d9e5f8b · 2026-07-09 · Persist gracie viewer sort selection to localStorage
sort onchange only called render() — now saves gracieSort and restores it on load like the density/imgonly prefs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>