Skip to content

Studio not in system apps - must load manually #3

@williamsharkey

Description

@williamsharkey

Problem

Studio is not included in the system apps list, requiring manual loading:

getFileFromDisk('~/studio.js').then(code => runApp(code, 'studio.js'))

This is a barrier for the Happy Path because Claude must know this incantation.

Expected Behavior

Studio should be loadable via:

ALGO.bridge.openApp('studio')

Options

  1. Include Studio in /core/apps/ directory
  2. Add Studio to system apps dynamically when ~/studio.js exists
  3. Create a "user apps" concept that auto-discovers ~/*.js files

Impact

  • Breaks the "just use Lens" promise
  • Requires extra knowledge for fresh Claude sessions

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions