Saves — package writes report failure clearly instead of failing quietly; external file changes are watched with vnode events rather than polling.
Logging — debug noise is replaced with a shared CoraLog path for clearer diagnostics when something goes wrong.
Under the hood
Large views and export helpers are split into smaller modules (ContentView, ExportService, scene surgery, and related pieces) so the app stays maintainable as features grow.
Broader document and save tests cover the hardened save path.