<namespace>/<workspace>.
Workspace files
Workspace files are small durable files stored at relative paths. Listing a Workspace returns file metadata; reading one file returns its bytes. A Run captures an immutable input revision of the current file set.Workspace Runs
A Run records durable execution intent and attempt history. IDYL creates the authoritative Workload for each attempt in the enclosing Namespace. Stopping or resuming a Run changes its attempt history without changing its captured input revision. Direct Workloads remain Namespace-scoped and do not require a Workspace.Enter a Workspace
idyl use <namespace> to return to Namespace scope.

