Summary
Add a `hash-hive-agent config` subcommand that generates a template config file and validates existing ones.
Requirements
- `hash-hive-agent config init` — generate a commented template config file
- `hash-hive-agent config validate --config path` — validate a config file and report issues
- `hash-hive-agent config show` — display the resolved configuration (merged from all sources)
- Template should include all fields with their defaults and descriptions
- Support both YAML and TOML formats
Acceptance Criteria
Dependencies
None
Summary
Add a `hash-hive-agent config` subcommand that generates a template config file and validates existing ones.
Requirements
Acceptance Criteria
Dependencies
None