Files
breadcrumb-the-shire/.agents/skills/starterkit-php-style-ci/references/ci-dry-run.md
fs 545bcc789b docs: replace ASCII umlaut fallbacks with proper äöüß across all .md
Most German docs were written with `ue`/`ae`/`oe`/`ss` ASCII fallbacks
(`fuer`, `aenderung`, `koennen`, `gemaess`) — relic from older toolchain
constraints. Replaced 237 occurrences across 38 .md files with proper
umlauts and ß so the docs read naturally.

Substitutions are constrained to plain prose: fenced code blocks
(```...```), inline code spans (`...`), markdown link targets `[..](..)`,
and HTML comments are preserved verbatim. Path references like
`docs/howto-erste-aenderung.md` keep their original (umlaut-replaced)
filenames — only the surrounding prose is normalised.

Tool: bin/fix-md-umlauts.py (idempotent — no-op on already-clean files).
Re-runnable if ASCII fallbacks creep back in via copy-paste.

Doc-link-check + doc-drift-check stay green.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 09:57:22 +02:00

451 B

CI Dry Run

Ziel

CI soll nur prüfen, nicht formatieren.

Minimaler Check

vendor/bin/php-cs-fixer fix --config=tools/php-cs-fixer/.php-cs-fixer.dist.php --dry-run --diff --verbose

Erwartung

  1. Exit Code 0: Style konform.
  2. Exit Code != 0: Diff ausgeben, Entwickler führt lokal composer cs:fix aus.

Hinweise

  1. Kein Auto-Commit aus CI.
  2. Bei initialen Altlasten zuerst einmalige Bereinigung auf dediziertem Branch.