From 45ffb0077bc2d565e6e95c770da62095b5e3ac85 Mon Sep 17 00:00:00 2001 From: Kris Anderson Date: Wed, 8 Jul 2026 11:43:16 -0400 Subject: [PATCH 1/2] Document module `script` entries (scriptType) and the src/ tree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The stems plugin's R1 pilot split its client code from one monolithic screen.js into an ES-module tree: plugin.json declares `scriptType: "module"`, screen.js is a one-line `import './src/main.js'`, and the code lives under src/. The current feedback Host supports this — it injects `