Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 724 Bytes

File metadata and controls

43 lines (30 loc) · 724 Bytes
name Feature Request
about Suggest a new feature or improvement
title [Feature]
labels enhancement
assignees

Problem Statement

What problem are you trying to solve? What limitation are you hitting?

Proposed Solution

Describe the feature you'd like to see.

Example Usage

How would this feature look in practice?

# harness.yaml example
phases:
  - id: my_phase
    executor: new_executor_type
    ...

or

nova run my-harness --new-flag

Alternatives Considered

What other approaches did you consider? Why is your proposed solution better?

Additional Context

  • Is this a breaking change?
  • Does it require new dependencies?
  • Are there existing workarounds?