feat(agent): Abstellmaßnahmen + Ticket-Formulierung (Schritt 3)
RemediationPlan: aus den offenen Punkten (result.results, Haupt-Engine) je Finding eine Massnahme + fertigen Ticket-Text ableiten, nach Prioritaet sortiert, mit Kopieren + JSON-Export als Uebergabe. SCOPE: BreakPilot formuliert nur — Ticketsystem/Jira/Feedback-Loop baut ein anderes Team. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -13,6 +13,7 @@ import React, { useState } from 'react'
|
||||
import { ChecklistView, DOC_TYPE_LABELS, type DocResult } from './ChecklistView'
|
||||
import { DocResultView } from './DocResultView'
|
||||
import { MigrationPanel } from './MigrationPanel'
|
||||
import { RemediationPlan } from './RemediationPlan'
|
||||
import { ResultSummary } from './ResultSummary'
|
||||
|
||||
export function ComplianceResultTabs({ results }: { results: any }) {
|
||||
@@ -147,6 +148,9 @@ export function ComplianceResultTabs({ results }: { results: any }) {
|
||||
<DocResultView doc={docs[Number(active)]} />
|
||||
) : null}
|
||||
|
||||
{/* Abstellmaßnahmen + Ticket-Formulierung (Übergabe an anderes Team) */}
|
||||
<RemediationPlan results={results} />
|
||||
|
||||
{/* Check-Footer (themenübergreifend) */}
|
||||
{results.email_status && (
|
||||
<div className="text-xs text-gray-500 flex items-center gap-2 border-t border-gray-100 pt-3">
|
||||
|
||||
Reference in New Issue
Block a user