51 lines
1.9 KiB
Markdown
51 lines
1.9 KiB
Markdown
# AI Autofix Button with Remediation Plan Preview and PR Tracker
|
|
|
|
## Module
|
|
Web
|
|
|
|
## Status
|
|
VERIFIED
|
|
|
|
## Description
|
|
Advisory AI remediation workflow is implemented with autofix trigger controls, remediation plan preview surfaces, and PR status/action tracking components.
|
|
|
|
## Implementation Details
|
|
- **Feature directory**: `src/Web/StellaOps.Web/src/app/features/advisory-ai/`
|
|
- **Core files**:
|
|
- `src/Web/StellaOps.Web/src/app/features/advisory-ai/autofix-button.component.ts`
|
|
- `src/Web/StellaOps.Web/src/app/features/advisory-ai/remediation-plan-preview.component.ts`
|
|
- `src/Web/StellaOps.Web/src/app/features/advisory-ai/pr-tracker.component.ts`
|
|
- **Supporting model contract**:
|
|
- `src/Web/StellaOps.Web/src/app/core/api/advisory-ai.models.ts`
|
|
- **Focused tests**:
|
|
- `src/Web/StellaOps.Web/src/tests/advisory_ai_autofix/autofix-button.component.spec.ts`
|
|
- `src/Web/StellaOps.Web/src/tests/advisory_ai_autofix/remediation-plan-preview.component.spec.ts`
|
|
- `src/Web/StellaOps.Web/src/tests/advisory_ai_autofix/pr-tracker.component.spec.ts`
|
|
|
|
## Verification
|
|
- Date: 2026-02-10
|
|
- Run artifacts: `docs/qa/feature-checks/runs/web/ai-autofix-button-with-remediation-plan-preview-and-pr-tracker/run-001/`
|
|
- Tier results:
|
|
- `tier0-source-check.json`: pass
|
|
- `tier1-build-check.json`: pass
|
|
- `tier2-e2e-check.json`: pass
|
|
|
|
|
|
|
|
## Recheck (run-002)
|
|
- Date (UTC): 2026-02-10
|
|
- Status: VERIFIED (replayed)
|
|
- Tier 1 evidence: Angular build passed and checked-web suite passed 145/145.
|
|
- Tier 2 evidence: docs/qa/feature-checks/runs/web/ai-autofix-button-with-remediation-plan-preview-and-pr-tracker/run-002/tier2-e2e-check.json.
|
|
|
|
|
|
|
|
|
|
|
|
## Recheck (run-004)
|
|
- Date (UTC): 2026-02-10
|
|
- Status: VERIFIED (replayed)
|
|
- Tier 1 evidence: Angular build passed and checked-web suite passed 145/145 across 47 files.
|
|
- Tier 2 evidence: docs/qa/feature-checks/runs/web/ai-autofix-button-with-remediation-plan-preview-and-pr-tracker/run-004/tier2-e2e-check.json.
|
|
|