Skip to content

Add config file generation and validation subcommand #29

Description

@unclesp1d3r

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

  • `config init` generates a valid template
  • `config validate` catches invalid values
  • `config show` displays merged configuration
  • Generated template is well-commented

Dependencies

None

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions