Files
git.stella-ops.org/docs/features/checked/web/aoc-verification-action-with-cli-parity-guidance.md
2026-02-12 10:27:23 +02:00

2.5 KiB

AOC Verification Action with CLI Parity Guidance

Module

Web

Status

VERIFIED

Description

AOC verification workflow is implemented with tenant-scoped verification action controls, CLI parity guidance, and violation drilldown views that support by-violation and by-document inspection with raw-document actions.

Implementation Details

  • Feature directory: src/Web/StellaOps.Web/src/app/features/aoc/
  • Core files:
    • src/Web/StellaOps.Web/src/app/features/aoc/verify-action.component.ts
    • src/Web/StellaOps.Web/src/app/features/aoc/verify-action.component.html
    • src/Web/StellaOps.Web/src/app/features/aoc/violation-drilldown.component.ts
    • src/Web/StellaOps.Web/src/app/features/aoc/violation-drilldown.component.html
  • Supporting contracts:
    • src/Web/StellaOps.Web/src/app/core/api/aoc.client.ts
    • src/Web/StellaOps.Web/src/app/core/api/aoc.models.ts
  • Focused tests:
    • src/Web/StellaOps.Web/src/tests/aoc_verification/verify-action.component.spec.ts
    • src/Web/StellaOps.Web/src/tests/aoc_verification/violation-drilldown.component.spec.ts

Verification

  • Date: 2026-02-10
  • Run artifacts: docs/qa/feature-checks/runs/web/aoc-verification-action-with-cli-parity-guidance/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/aoc-verification-action-with-cli-parity-guidance/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/aoc-verification-action-with-cli-parity-guidance/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 AOC verification suites passed 8/8 and Web build passed.
  • Tier 2 evidence: docs/qa/feature-checks/runs/web/aoc-verification-action-with-cli-parity-guidance/run-006/tier2-ui-check.json
  • Replay scope:
    • Navigate to /aoc/verify and verify workbench status + CLI parity panel.
    • Run verification action and assert deterministic result summary rendering.
    • Exercise by-violation and by-document drilldown interactions with raw-document action capture.