Vyasa Extension Refactor Audit and Execution Plan

File-Level Audit And Target OwnershipURL copied

vyasa/runtime_context.pyURL copied

Current:

  • Thin request/runtime wrapper for route modules.

Target:

  • Keep core, expand into formal contexts:
    • VyasaRuntimeContext
    • VyasaRequestContext
    • VyasaRenderContext
    • VyasaStorageNamespace

Action:

  • Extensions receive context objects, not loose callbacks.