Go to file
2026-08-22 08:21:26 +08:00
design Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
examples Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
postmortem Ship operations-console ETAF playground pair 2026-08-22 06:19:10 +08:00
scripts Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
tests Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
.gitignore feat(playground): add ETAF example package 2026-08-05 06:59:22 +08:00
DESIGN.md Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
DESIGN.zh-CN.md Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
etaf-playground-catalog.el Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
etaf-playground.el Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
Makefile Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
README.md Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00
README.zh-CN.md Replace console demo with SQLite Research Shelf 2026-08-22 08:21:26 +08:00

ETAF Playground

The Playground exposes one canonical product example: the examples/research-shelf.etaf and examples/research-shelf.el pair.

The .etaf file is inert, validated structural composition data. The same- basename companion owns Components, state, theme, storage, events, and lifecycle. etaf-playground.el is a reusable pair framework: it owns only registration, safe loading, mounting, reset, close, and verification entry points. etaf-playground-catalog.el is the replaceable deployment catalog; business Components, database schemas, palettes, refs, and handlers must stay in the companion. Compose and reuse public ETAF/etaf-ui contracts before adding abstractions.

Run make check EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs. Run make perf for the 1413×62 warm row-selection/theme latency gate.