Vyasa Extension Refactor Audit and Execution Plan

File-Level Audit And Target OwnershipURL copied

vyasa/bootstrap.pyURL copied

Current:

  • Builds FastHTML app.
  • Mounts package static /static.
  • Defines auth skip routes.

Target:

  • Keep core.
  • Change static mounting to mount core static plus extension assets.
  • AUTH_SKIP_ROUTES should be composed from core plus extension route metadata.

Action:

  • Add mount_extension_static(app, runtime).
  • Add auth_skip_patterns(runtime).