From 0724ed785a3ea3416467221f9498932db17a3d3f Mon Sep 17 00:00:00 2001 From: librelad Date: Fri, 29 May 2026 23:52:51 +0100 Subject: [PATCH] feat(webui): load feature modules from the manifest (drop index.html script list) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The kernel now loads each feature's self-registering index.js from the manifest (new 'module' field) before building routes, so index.html no longer hardcodes a per-feature - - - - - - - +