name: Feature Request
description: Suggest something new
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: What problem does this solve?
description: What are you trying to do that agentdiff doesn't currently support?
validations:
required: true
- type: textarea
id: solution
attributes:
label: What would you like to see?
description: Describe the feature. CLI command, output format, config option — be as specific as you can.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives you've considered
description: Any workarounds you're using today?