added
- io: `read_profile_from_id()`
- constants module with environment variables
- logging to disk with `cli_logging_paths` config key
- control for the "session directory" using config
changed
- !io: drop the global system to add profile locations, all profile location
are added on each function call.
- io: made `is_file_environment_profile` public
- cli: add KlochConfig propagated through cli
chores
- fixing tests CI
- pyproject use _extras_ instead of poetry groups
- remove app packaging script: not used anymore