api/get_work_dir_files.py.dox.md
get_work_dir_files.py API endpoint.get_work_dir_files.py because this directory is intentionally flat.get_work_dir_files.py owns the runtime implementation.get_work_dir_files.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.GetWorkDirFiles (ApiHandler)
get_methods(cls)async process(self, input: dict, request: Request) -> dict | Responseasync get_files(path)helpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.GetWorkDirFiles is an ApiHandler.GetWorkDirFiles defines process(...).GetWorkDirFiles defines get_methods(...).helpers, helpers.api, helpers.file_browser.FileBrowser, browser.get_files, runtime.call_development_function.path requests and explicit $WORK_DIR requests resolve to the default workdir path before FileBrowser is called, so the WebUI never receives an empty startup path for the default file browser view.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.No child DOX files.