Files
git.stella-ops.org/docs/features/checked/web/ai-autofix-button-with-remediation-plan-preview-and-pr-tracker.md
2026-02-12 10:27:23 +02:00

2.4 KiB

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.

Recheck (run-006)

  • Date (UTC): 2026-02-11
  • Status: VERIFIED (strict Tier 2 UI replay)
  • Tier 1 evidence: Targeted autofix component suite passed 9/9 and Web build passed.
  • Tier 2 evidence: docs/qa/feature-checks/runs/web/ai-autofix-button-with-remediation-plan-preview-and-pr-tracker/run-006/tier2-ui-check.json
  • Replay scope:
    • Navigate to /ai/autofix and validate ready state.
    • Trigger Auto-fix generation and validate remediation plan preview details.
    • Create and merge remediation PR through PR tracker interactions.