For things in package engine , like #ReadFile as just one example should be move those to say package fs under dagger/engine/fs? Then you'd write fs.#ReadFile. The benefits are:
- loading only the necessary packages and schemas
- namespacing these operations helps organize code and thought