- git-templates/hooks/post-commit: no-op (kein automatischer Git-Block mehr) - Session-Datei: appended Git-Block entfernt, nur Agent-Inhalt bleibt - Auto-Stub 2026-06-03_master_ca7f52b.md geloescht - copilot-instructions.md (beide): Suffix-Erklaerung auf Check 6 umgeschrieben - prompts/history.prompt.md: post-commit Referenz entfernt - docs/MAINTAINER.md: post-commit Zeile aus Dateistruktur entfernt - README.md: post-commit Zeile aus Struktur + Tabelle entfernt - scripts/copilot-update.fish: post-commit nicht mehr kopiert - scripts/deploy.sh: post-commit nicht mehr installiert
3 lines
79 B
Bash
Executable file
3 lines
79 B
Bash
Executable file
#!/usr/bin/env sh
|
||
# post-commit – reserviert fuer zukuenftige Nutzung
|
||
exit 0
|