| 1 | # Alpine Vendor DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own vendored Alpine.js browser runtime files used by the WebUI. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - `alpine.min.js` owns the Alpine core runtime. |
| 10 | - `alpine.collapse.min.js` owns the collapse plugin runtime. |
| 11 | |
| 12 | ## Local Contracts |
| 13 | |
| 14 | - Do not modify vendored Alpine runtime files directly. |
| 15 | - Keep load order compatible with `webui/js/initFw.js` and component initialization. |
| 16 | |
| 17 | ## Work Guidance |
| 18 | |
| 19 | - Update Alpine as a deliberate vendor bump and smoke-test component lifecycle directives. |
| 20 | |
| 21 | ## Verification |
| 22 | |
| 23 | - Smoke-test WebUI startup, component loading, and store initialization after changes. |
| 24 | |
| 25 | ## Child DOX Index |
| 26 | |
| 27 | No child DOX files. |