Phase A — Gate Reliability: - Fix typography token violations in app-breadcrumb.css - Switch QG-006 from composer cs:check to direct php-cs-fixer - Align all docs/skills with new gate command Phase B — Production Profile: - Multi-stage Dockerfile: dev (xdebug) / prod (no xdebug) - Compose files target explicit build stages Phase C — Module Runtime Hardening: - Atomic staging+swap build in ModuleRuntimePageBuilder - SHA-256 fingerprint from manifest content + page entries - 11 new regression tests for build safety and fingerprint drift Task: STARTERKIT-HARDENING-ONPREM-001 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
432 B
432 B
CI Dry Run
Ziel
CI soll nur pruefen, nicht formatieren.
Minimaler Check
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --dry-run --diff --verbose
Erwartung
- Exit Code 0: Style konform.
- Exit Code != 0: Diff ausgeben, Entwickler fuehrt lokal
composer cs:fixaus.
Hinweise
- Kein Auto-Commit aus CI.
- Bei initialen Altlasten zuerst einmalige Bereinigung auf dediziertem Branch.