This issue tracks the runtime lifecycle implementation for the Issue Remediation design discussed in #6522
Goal
Implement the runtime behavior for Issue remediation.
Scope
- Wire issue remediation into the action factory.
- Create issues.
- Assign issues.
- Persist remediation metadata.
- Close resolved issues.
- Reopen manually closed issues.
- Template interpolation.
- Tests.
Future considerations
The implementation should remain extensible for future enhancements such as labels, comments, and accepted-risk ("Won't Fix") workflows.
Proposed implementation plan
To keep review size manageable, I currently expect this issue to be implemented across multiple PRs:
- Runtime skeleton and action factory wiring.
- Issue creation and metadata persistence.
- Issue lifecycle transitions (reopen/close).
- Assignment workflow, template interpolation, and follow-up tests.
The exact split may be adjusted based on feedback.
This issue tracks the runtime lifecycle implementation for the Issue Remediation design discussed in #6522
Goal
Implement the runtime behavior for Issue remediation.
Scope
Future considerations
The implementation should remain extensible for future enhancements such as labels, comments, and accepted-risk ("Won't Fix") workflows.
Proposed implementation plan
To keep review size manageable, I currently expect this issue to be implemented across multiple PRs:
The exact split may be adjusted based on feedback.