### Summary Support loading and parsing the config file with both automatic discovery and through a `--config` option ### Acceptance criteria - [ ] Config file can be auto-discovered in the root of a directory - [ ] Config file can be passed explicitly using the `--config` flag - [ ] Config file can be parsed and made available to commands using a `Config` interface