This folder is reserved for extracted core runtime logic from index.html.
Initial modularization strategy is:
- Move pure functions first (no DOM access)
- Keep compatibility adapters in
index.htmluntil parity is proven - Incrementally route callers to extracted modules
No runtime behavior changes are introduced yet by this folder.
