----------------
Initial release as a proof of concept. Main feature: sh interface.
- Feature 6 - Introduced proof of concept implementation of ``sh`` interface.
Using a basic implementation for local session, based on subprocess.
- Feature 7 - Proof of concept implementation of ``dir`` interface, with a
basic implementation for local session based on Python builtins (os, os.path,
...).
- Feature 8 - Introduced contextual execution architecture: session, registry,
providers, resources, client.