Env Library
The Env builtin library gives AdeshLang access to environment variables, user/system directories, platform and process metadata, and command-line arguments — all through a single Env namespace. Directory and executable queries return Path instances so they chain fluently with the Path and FS libraries, and a runtime "environment" layer backs .env file support.