/ce-code-review-Orchestrator-Augmentation ist nicht mehr aktiv. Die vier Reviewer-Agents bleiben unter .claude/agents/, aber ohne CE-Run-Artifact-Pfad. Sie sind jetzt manuell via Task-Tool aufrufbar. Inhaltliche Regeln decken weiterhin die zwölf Skills unter .claude/skills/ ab. Dieses Dokument bleibt als Entscheidungs-Historie.
Sieben Units: 4 Agent-Definitions (parallel möglich), CLAUDE.md-Augmentation, Inventar-Doc, Live-Verifikation. CE-Integration-Mechanik ist superseded — Agents bleiben als manuelle Task-Tool-Einheiten.
solcom-brand-reviewer (Brand-Tokens, Anti-Hex, Logo), drupal-twig-sdc-reviewer (13 AGENTS.md-Regeln, with only, SDC-Schema), drupal-php-reviewer (DI, Hooks, SQL-Injection, Attributes), drupal-config-architecture-reviewer (Dev-Split, ADR-Pflicht, customer-lens). Frontmatter: model: inherit, Tools: Read/Grep/Glob/Bash.
Neue H3-Sektion mit Reviewer→File-Glob-Mapping und Dispatch-Verhalten für den /ce-code-review-Orchestrator. Status: CE-Plugin deaktiviert, Augmentation inaktiv. Reviewer bleiben im Repo.
docs/agents/code-review.md als Pendant zu docs/agents/skills.md. Live-Verifikation U7: synthetischer Test-PR mit 4 bewussten Violations — empirischer Beweis, ob Augmentation wirkt. Bei CE-Negativbefund: Fallback auf Wrapper-Skill /solcom-code-review.
Vier Reviewer je einer Stack-Schicht zugeordnet. Skill-Referenz per Inline-Pfad: Skill-Update wirkt beim nächsten Lauf ohne Reviewer-Edit.
web/themes/custom/**/*.css, *.scss, *.twig, *.svg. Prüft: hardcoded Hex statt Token, oklch-Literale, Lime-vs-Accent-Verwechslung, Logo-Misuse. Skill: solcom-styleguide/SKILL.mdweb/themes/custom/**/*.twig, *.component.yml. Prüft: fehlendes with only, dynamische Tag-Namen, conditional required props. Quellen: Skill + byte_theme/AGENTS.mdweb/modules/custom/**/*.php, *.module, *.install, *.routing.yml, *.services.yml. Prüft: fehlender hook_update_N, statisches \Drupal::, SQL-Injection, fehlende t(). Skill: drupal-module-development/SKILL.mdconfig/sync/**, config/splits/**, composer.json, .ddev/**, settings*.php. Prüft: Dev-Split-Verletzungen, ADR-Pflicht, settings.local.php im Diff. Skills: config-workflow + adr-workflowAgent-Frontmatter-Schema und Output-JSON-Skelett (CE-findings-schema). Output-Schema verbindlich für Stage-5-Merge-Kompatibilität.
--- name: solcom-brand-reviewer description: > Conditional code-review persona, selected when diff touches brand-relevante Files (CSS-Tokens, Twig-Klassen, Logo-Assets). Reviews SOLCOM Corporate Design adherence (siehe .claude/skills/solcom-styleguide/ SKILL.md). Triggers on diffs touching web/themes/custom/**/*.css, *.twig, *.svg. tools: [Read, Grep, Glob, Bash] model: inherit ---
{
"reviewer": "solcom-brand",
"findings": [{
"severity": "P1",
"confidence": 75,
"title": "Hardcoded Brand-Hex statt Token",
"file": "button.twig",
"line": 42,
"autofix_class": "manual"
}],
"residual_risks": [],
"testing_gaps": []
}
// severity ∈ {P0, P1, P2, P3}
// confidence ∈ {0, 25, 50, 75, 100}
// autofix_class ∈ {safe_auto, gated_auto,
// manual, advisory}/solcom-code-review. Brittleness-Hint in CLAUDE.md dokumentiert das Risiko. CE-Plugin aktuell deaktiviert — Risk nicht schlagend.