Context
Delivers the guarded automation handoff described in plans/feature-automation-integration.md, enabling IssueTriage users to launch downstream AI agents responsibly.
Goals
- Pre-launch validation with readiness thresholds, metadata checklist, and override logging.
- Pluggable automation adapter interface starting with GitHub Copilot agent support.
- Status polling, notifications, and kill-switch handling within VS Code.
- Outcome recording that feeds back into assessment history and telemetry.
Acceptance Criteria
Dependencies
- Stable assessment outputs with confidence metrics.
- Credential storage for automation endpoints.
- Event bus for broadcasting state changes to UI components.
Notes
- Begin with a single adapter; design audit logging hooks for enterprise tiers even if stubbed for MVP.
Context
Delivers the guarded automation handoff described in
plans/feature-automation-integration.md, enabling IssueTriage users to launch downstream AI agents responsibly.Goals
Acceptance Criteria
IssueTriage: Launch Automationis enabled only for issues meeting the configured readiness threshold or authorized overrides.IAutomationAdapter) documented and tested to support future targets.Dependencies
Notes