Drop a File, Get a Feature: ArgoBox's Module System

I wanted to add features to ArgoBox without touching core code. So I built a module system where dropping a TypeScript file in a directory automatically registers admin pages, API routes, nav items, and documentation. Inspired by how Starlight handles plugin discovery.