config
Show the active merged configuration and related utilities.
Usage
overseer config # human-readable summary
overseer config --format json # full merged config as JSON
overseer config schema # print the JSON Schema for config.yamlThe displayed config is the result of merging brain/overseer/config.yaml with ~/.config/overseer/config.local.yaml. Local values take precedence.
Secret values (fields containing op:// references) are shown as their reference strings, never as resolved plaintext.
JSON Schema
overseer config schema prints the full JSON Schema for config.yaml. You can use this to enable inline validation and autocomplete in editors that support YAML Language Server:
# brain/overseer/config.yaml
# yaml-language-server: $schema=https://arthurvasconcelos.github.io/overseer/schema.jsonSee Concepts → Config for all config keys.